Skip to content

Commit

Permalink
2a6a959 Merge pull request #7096 from QwikDev/ds/migrate-v2-use-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 26, 2024
1 parent 64e8540 commit 094432a
Show file tree
Hide file tree
Showing 18 changed files with 842 additions and 273,715 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.10.0-dev+34d4324",
"version": "1.10.0-dev+2a6a959",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
274,505 changes: 815 additions & 273,690 deletions dist/cli.cjs

Large diffs are not rendered by default.

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.10.0-dev+34d4324
* @builder.io/qwik 1.10.0-dev+2a6a959
* 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 @@ -916,7 +916,7 @@
*
* @public
*/
const version = "1.10.0-dev+34d4324";
const version = "1.10.0-dev+2a6a959";

/**
* @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 @@ -3866,7 +3866,7 @@ export declare type ValueOrPromise<T> = T | Promise<T>;
export declare const _verifySerializable: <T>(value: T, preMessage?: string) => T;

/**
* 1.10.0-dev+34d4324
* 1.10.0-dev+2a6a959
*
* @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.10.0-dev+34d4324
* @builder.io/qwik 1.10.0-dev+2a6a959
* 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 @@ -912,7 +912,7 @@ const serializeSStyle = (scopeIds) => {
*
* @public
*/
const version = "1.10.0-dev+34d4324";
const version = "1.10.0-dev+2a6a959";

/**
* @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.10.0-dev+34d4324
* @builder.io/qwik 1.10.0-dev+2a6a959
* 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 @@ -351,7 +351,7 @@
return value;
}
};
const version = "1.10.0-dev+34d4324";
const version = "1.10.0-dev+2a6a959";
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.10.0-dev+34d4324
* @builder.io/qwik 1.10.0-dev+2a6a959
* 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 @@ -576,7 +576,7 @@ const serializeSStyle = scopeIds => {
}
};

const version = "1.10.0-dev+34d4324";
const version = "1.10.0-dev+2a6a959";

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.10.0-dev+34d4324",
"version": "1.10.0-dev+2a6a959",
"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.10.0-dev+34d4324
* @builder.io/qwik/optimizer 1.10.0-dev+2a6a959
* 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.10.0-dev+34d4324"
qwik: "1.10.0-dev+2a6a959"
};
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.10.0-dev+34d4324
* @builder.io/qwik/optimizer 1.10.0-dev+2a6a959
* 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.10.0-dev+34d4324"
qwik: "1.10.0-dev+2a6a959"
};

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.10.0-dev+34d4324",
"version": "1.10.0-dev+2a6a959",
"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.10.0-dev+34d4324
* @builder.io/qwik/server 1.10.0-dev+2a6a959
* 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 @@ -359,7 +359,7 @@ function getBuildBase(opts) {
return `${import_meta.env.BASE_URL}build/`;
}
var versions2 = {
qwik: "1.10.0-dev+34d4324",
qwik: "1.10.0-dev+2a6a959",
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.10.0-dev+34d4324
* @builder.io/qwik/server 1.10.0-dev+2a6a959
* 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 @@ -314,7 +314,7 @@ function getBuildBase(opts) {
return `${import.meta.env.BASE_URL}build/`;
}
var versions2 = {
qwik: "1.10.0-dev+34d4324",
qwik: "1.10.0-dev+2a6a959",
qwikDom: "2.1.19"
};

Expand Down
4 changes: 3 additions & 1 deletion dist/starters/features/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
],
"nextSteps": {
"lines": [
" Please add `optimizeDeps: { include: ['@auth/core'] }`",
" to your vite.config.ts file.",
" Have a look at the docs for more info: ",
" https://qwik.dev/docs/integrations/authjs/"
]
}
},
"devDependencies": {
"@auth/qwik": "0.2.2"
"@auth/qwik": "0.5.4"
}
}
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.10.0-dev+34d4324
* @builder.io/qwik/testing 1.10.0-dev+2a6a959
* 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.10.0-dev+34d4324
* @builder.io/qwik/testing 1.10.0-dev+2a6a959
* 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.10.0-dev+34d4324",
"version": "1.10.0-dev+2a6a959",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down

0 comments on commit 094432a

Please sign in to comment.