Skip to content

Commit

Permalink
c98f44c Merge pull request #7308 from QwikDev/fix-ci-pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed Feb 4, 2025
1 parent 3524e28 commit 603569e
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion dist/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/build",
"version": "1.12.0-dev+0a254ea",
"version": "1.12.0-dev+c98f44c",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions dist/cli.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/cli 1.12.0-dev+0a254ea
* @builder.io/qwik/cli 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -5542,7 +5542,7 @@ async function printHelp(app) {
await runCommand2(Object.assign(app, { task: args[0], args }));
}
function printVersion() {
console.log("1.12.0-dev+0a254ea");
console.log("1.12.0-dev+c98f44c");
}
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
Expand Down
4 changes: 2 additions & 2 deletions dist/core.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.12.0-dev+0a254ea
* @builder.io/qwik 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -922,7 +922,7 @@
*
* @public
*/
const version = "1.12.0-dev+0a254ea";
const version = "1.12.0-dev+c98f44c";

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion dist/core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,7 @@ export declare type ValueOrPromise<T> = T | Promise<T>;
export declare const _verifySerializable: <T>(value: T, preMessage?: string) => T;

/**
* 1.12.0-dev+0a254ea
* 1.12.0-dev+c98f44c
*
* @public
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/core.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/core.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.12.0-dev+0a254ea
* @builder.io/qwik 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -919,7 +919,7 @@ const serializeSStyle = (scopeIds) => {
*
* @public
*/
const version = "1.12.0-dev+0a254ea";
const version = "1.12.0-dev+c98f44c";

/**
* @internal
Expand Down
4 changes: 2 additions & 2 deletions dist/core.prod.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.12.0-dev+0a254ea
* @builder.io/qwik 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -352,7 +352,7 @@
return value;
}
};
const version = "1.12.0-dev+0a254ea";
const version = "1.12.0-dev+c98f44c";
const useSequentialScope = () => {
const iCtx = useInvokeContext();
const elCtx = getContext(iCtx.$hostElement$, iCtx.$renderCtx$.$static$.$containerState$);
Expand Down
4 changes: 2 additions & 2 deletions dist/core.prod.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.12.0-dev+0a254ea
* @builder.io/qwik 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -579,7 +579,7 @@ const serializeSStyle = scopeIds => {
}
};

const version = "1.12.0-dev+0a254ea";
const version = "1.12.0-dev+c98f44c";

const useSequentialScope = () => {
const iCtx = useInvokeContext();
Expand Down
2 changes: 1 addition & 1 deletion dist/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/loader",
"version": "1.12.0-dev+0a254ea",
"version": "1.12.0-dev+c98f44c",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions dist/optimizer.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/optimizer 1.12.0-dev+0a254ea
* @builder.io/qwik/optimizer 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -1226,7 +1226,7 @@ globalThis.qwikOptimizer = function(module) {
}
var QWIK_BINDING_MAP = {};
var versions = {
qwik: "1.12.0-dev+0a254ea"
qwik: "1.12.0-dev+c98f44c"
};
async function getSystem() {
const sysEnv = getEnv();
Expand Down
4 changes: 2 additions & 2 deletions dist/optimizer.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/optimizer 1.12.0-dev+0a254ea
* @builder.io/qwik/optimizer 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -1263,7 +1263,7 @@ function createPath(opts = {}) {
var QWIK_BINDING_MAP = {};

var versions = {
qwik: "1.12.0-dev+0a254ea"
qwik: "1.12.0-dev+c98f44c"
};

async function getSystem() {
Expand Down
2 changes: 1 addition & 1 deletion dist/prefetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/prefetch",
"version": "1.12.0-dev+0a254ea",
"version": "1.12.0-dev+c98f44c",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions dist/server.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/server 1.12.0-dev+0a254ea
* @builder.io/qwik/server 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -360,7 +360,7 @@ function getBuildBase(opts) {
return `${import_meta.env.BASE_URL}build/`;
}
var versions2 = {
qwik: "1.12.0-dev+0a254ea",
qwik: "1.12.0-dev+c98f44c",
qwikDom: "2.1.19"
};

Expand Down
4 changes: 2 additions & 2 deletions dist/server.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/server 1.12.0-dev+0a254ea
* @builder.io/qwik/server 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down Expand Up @@ -315,7 +315,7 @@ function getBuildBase(opts) {
return `${import.meta.env.BASE_URL}build/`;
}
var versions2 = {
qwik: "1.12.0-dev+0a254ea",
qwik: "1.12.0-dev+c98f44c",
qwikDom: "2.1.19"
};

Expand Down
2 changes: 1 addition & 1 deletion dist/starters/features/pandacss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@builder.io/vite-plugin-macro": "~0.0.7",
"@pandacss/dev": "^0.51.0"
"@pandacss/dev": "^0.51.1"
},
"scripts": {
"prebuild.pandacss": "panda codegen --silent"
Expand Down
2 changes: 1 addition & 1 deletion dist/testing/index.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/testing 1.12.0-dev+0a254ea
* @builder.io/qwik/testing 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion dist/testing/index.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/testing 1.12.0-dev+0a254ea
* @builder.io/qwik/testing 1.12.0-dev+c98f44c
* Copyright Builder.io, Inc. All Rights Reserved.
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion dist/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/testing",
"version": "1.12.0-dev+0a254ea",
"version": "1.12.0-dev+c98f44c",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down

0 comments on commit 603569e

Please sign in to comment.