Skip to content

Commit

Permalink
99d6db4 feat(docs): add PkgManagers tabs (#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Aug 1, 2024
1 parent 78578f1 commit 2aaa00f
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/build",
"version": "1.7.3-dev+ee8b9c5",
"version": "1.7.3-dev+99d6db4",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions cli.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/cli 1.7.3-dev+ee8b9c5
* @builder.io/qwik/cli 1.7.3-dev+99d6db4
* 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 @@ -4888,7 +4888,7 @@ async function printHelp(app) {
await runCommand2(Object.assign(app, { task: args[0], args }));
}
function printVersion() {
console.log("1.7.3-dev+ee8b9c5");
console.log("1.7.3-dev+99d6db4");
}
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
Expand Down
4 changes: 2 additions & 2 deletions core.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.7.3-dev+ee8b9c5
* @builder.io/qwik 1.7.3-dev+99d6db4
* 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 @@ -1009,7 +1009,7 @@
*
* @public
*/
const version = "1.7.3-dev+ee8b9c5";
const version = "1.7.3-dev+99d6db4";

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

/**
* 1.7.3-dev+ee8b9c5
* 1.7.3-dev+99d6db4
*
* @public
*/
Expand Down
2 changes: 1 addition & 1 deletion core.min.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.7.3-dev+ee8b9c5
* @builder.io/qwik 1.7.3-dev+99d6db4
* 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 @@ -1005,7 +1005,7 @@ const serializeSStyle = (scopeIds) => {
*
* @public
*/
const version = "1.7.3-dev+ee8b9c5";
const version = "1.7.3-dev+99d6db4";

/**
* @internal
Expand Down
4 changes: 2 additions & 2 deletions core.prod.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.7.3-dev+ee8b9c5
* @builder.io/qwik 1.7.3-dev+99d6db4
* 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 @@ -355,7 +355,7 @@
return value;
}
};
const version = "1.7.3-dev+ee8b9c5";
const version = "1.7.3-dev+99d6db4";
const useSequentialScope = () => {
const iCtx = useInvokeContext();
const elCtx = getContext(iCtx.$hostElement$, iCtx.$renderCtx$.$static$.$containerState$);
Expand Down
4 changes: 2 additions & 2 deletions core.prod.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik 1.7.3-dev+ee8b9c5
* @builder.io/qwik 1.7.3-dev+99d6db4
* 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 @@ -592,7 +592,7 @@ const serializeSStyle = scopeIds => {
}
};

const version = "1.7.3-dev+ee8b9c5";
const version = "1.7.3-dev+99d6db4";

const useSequentialScope = () => {
const iCtx = useInvokeContext();
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/loader",
"version": "1.7.3-dev+ee8b9c5",
"version": "1.7.3-dev+99d6db4",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions optimizer.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/optimizer 1.7.3-dev+ee8b9c5
* @builder.io/qwik/optimizer 1.7.3-dev+99d6db4
* 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.7.3-dev+ee8b9c5"
qwik: "1.7.3-dev+99d6db4"
};
async function getSystem() {
const sysEnv = getEnv();
Expand Down
4 changes: 2 additions & 2 deletions optimizer.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/optimizer 1.7.3-dev+ee8b9c5
* @builder.io/qwik/optimizer 1.7.3-dev+99d6db4
* 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 @@ -1251,7 +1251,7 @@ function createPath(opts = {}) {
var QWIK_BINDING_MAP = {};

var versions = {
qwik: "1.7.3-dev+ee8b9c5"
qwik: "1.7.3-dev+99d6db4"
};

async function getSystem() {
Expand Down
2 changes: 1 addition & 1 deletion prefetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/prefetch",
"version": "1.7.3-dev+ee8b9c5",
"version": "1.7.3-dev+99d6db4",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions server.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/server 1.7.3-dev+ee8b9c5
* @builder.io/qwik/server 1.7.3-dev+99d6db4
* 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 @@ -159,7 +159,7 @@ function getBuildBase(opts) {
return `${import_meta.env.BASE_URL}build/`;
}
var versions = {
qwik: "1.7.3-dev+ee8b9c5",
qwik: "1.7.3-dev+99d6db4",
qwikDom: "2.1.19"
};

Expand Down
4 changes: 2 additions & 2 deletions server.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/server 1.7.3-dev+ee8b9c5
* @builder.io/qwik/server 1.7.3-dev+99d6db4
* 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 @@ -114,7 +114,7 @@ function getBuildBase(opts) {
return `${import.meta.env.BASE_URL}build/`;
}
var versions = {
qwik: "1.7.3-dev+ee8b9c5",
qwik: "1.7.3-dev+99d6db4",
qwikDom: "2.1.19"
};

Expand Down
2 changes: 1 addition & 1 deletion testing/index.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/testing 1.7.3-dev+ee8b9c5
* @builder.io/qwik/testing 1.7.3-dev+99d6db4
* 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 testing/index.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/testing 1.7.3-dev+ee8b9c5
* @builder.io/qwik/testing 1.7.3-dev+99d6db4
* 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 testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/testing",
"version": "1.7.3-dev+ee8b9c5",
"version": "1.7.3-dev+99d6db4",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down

0 comments on commit 2aaa00f

Please sign in to comment.