Skip to content

Commit

Permalink
9292a59 fix: replace chunkFileNames logic (#6675)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Jul 11, 2024
1 parent ad5a89f commit ee547c0
Show file tree
Hide file tree
Showing 28 changed files with 131 additions and 129 deletions.
Binary file modified bindings/qwik.darwin-arm64.node
Binary file not shown.
Binary file modified bindings/qwik.darwin-x64.node
Binary file not shown.
Binary file modified bindings/qwik.linux-x64-gnu.node
Binary file not shown.
Binary file modified bindings/qwik.win32-x64-msvc.node
Binary file not shown.
Binary file modified bindings/qwik_wasm_bg.wasm
Binary file not shown.
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.0-dev20240710213122",
"version": "1.7.1-dev20240711225950",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
5 changes: 2 additions & 3 deletions cli.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* @builder.io/qwik/cli 1.7.0-dev20240710213122
* @builder.io/qwik/cli 1.7.1-dev20240711225950
* 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 @@ -2819,7 +2819,6 @@ var jokes_default = [
["Why don't programmers like nature?", "It has too many bugs."],
["Why was the computer freezing?", "It left its Windows open!"],
["What did the Java code say to the C code?", "You've got no class."],
["Why did the programmer always carry a pencil?", "In case he needed to draw bugs."],
["Why do programmers prefer the outdoors?", "Because it's free of bugs."],
["Why do programmers love movies?", "Because they can 'script' the ending."],
["why do desert animals hate Qwik?", "Because there's no hydration...."],
Expand Down Expand Up @@ -4889,7 +4888,7 @@ async function printHelp(app) {
await runCommand2(Object.assign(app, { task: args[0], args }));
}
function printVersion() {
console.log("1.7.0-dev20240710213122");
console.log("1.7.1-dev20240711225950");
}
// 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.0-dev20240710213122
* @builder.io/qwik 1.7.1-dev20240711225950
* 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.0-dev20240710213122";
const version = "1.7.1-dev20240711225950";

/**
* @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.0-dev20240710213122
* 1.7.1-dev20240711225950
*
* @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.0-dev20240710213122
* @builder.io/qwik 1.7.1-dev20240711225950
* 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.0-dev20240710213122";
const version = "1.7.1-dev20240711225950";

/**
* @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.0-dev20240710213122
* @builder.io/qwik 1.7.1-dev20240711225950
* 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.0-dev20240710213122";
const version = "1.7.1-dev20240711225950";
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.0-dev20240710213122
* @builder.io/qwik 1.7.1-dev20240711225950
* 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.0-dev20240710213122";
const version = "1.7.1-dev20240711225950";

const useSequentialScope = () => {
const iCtx = useInvokeContext();
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/core",
"version": "1.7.0-dev20240710213122",
"version": "1.7.1-dev20240711225950",
"main": "../core.mjs",
"module": "../core.mjs",
"types": "../core.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion jsx-dev-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/jsx-dev-runtime",
"version": "1.7.0-dev20240710213122",
"version": "1.7.1-dev20240711225950",
"main": "../core.mjs",
"module": "../core.mjs",
"types": "../jsx-runtime.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion jsx-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik/jsx-runtime",
"version": "1.7.0-dev20240710213122",
"version": "1.7.1-dev20240711225950",
"main": "../core.mjs",
"module": "../core.mjs",
"types": "../jsx-runtime.d.ts",
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.0-dev20240710213122",
"version": "1.7.1-dev20240711225950",
"main": "index.mjs",
"types": "index.d.ts",
"private": true,
Expand Down
Loading

0 comments on commit ee547c0

Please sign in to comment.