@qwik.dev/core 2.0.0-beta.25 → 2.0.0-beta.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwik.dev/core/backpatch",
3
- "version": "2.0.0-beta.25-dev+2677279",
3
+ "version": "2.0.0-beta.26-dev+c693cf5",
4
4
  "main": "index.mjs",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwik.dev/core/build",
3
- "version": "2.0.0-beta.25-dev+2677279",
3
+ "version": "2.0.0-beta.26-dev+c693cf5",
4
4
  "main": "index.mjs",
5
5
  "types": "index.d.ts",
6
6
  "private": true,
package/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * @qwik.dev/core/cli 2.0.0-beta.25-dev+2677279
3
+ * @qwik.dev/core/cli 2.0.0-beta.26-dev+c693cf5
4
4
  * Copyright QwikDev. All Rights Reserved.
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
6
  * found in the LICENSE file at https://github.com/QwikDev/qwik/blob/main/LICENSE
@@ -12908,7 +12908,7 @@ async function printHelp(app) {
12908
12908
  await runCommand2(Object.assign(app, { task: args[0], args }));
12909
12909
  }
12910
12910
  function printVersion() {
12911
- console.log("2.0.0-beta.25-dev+2677279");
12911
+ console.log("2.0.0-beta.26-dev+c693cf5");
12912
12912
  }
12913
12913
  export {
12914
12914
  runCli,
@@ -4679,7 +4679,7 @@ export declare const _VAR_PROPS: unique symbol;
4679
4679
  export declare const _verifySerializable: <T>(value: T, preMessage?: string) => T;
4680
4680
 
4681
4681
  /**
4682
- * 2.0.0-beta.25-dev+2677279
4682
+ * 2.0.0-beta.26-dev+c693cf5
4683
4683
  *
4684
4684
  * @public
4685
4685
  */