@qwik.dev/core 2.0.0-beta.19 → 2.0.0-beta.21

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.
Binary file
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwik.dev/core/backpatch",
3
- "version": "2.0.0-beta.19-dev+0d046fb",
3
+ "version": "2.0.0-beta.21-dev+c008e88",
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.19-dev+0d046fb",
3
+ "version": "2.0.0-beta.21-dev+c008e88",
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.19-dev+0d046fb
3
+ * @qwik.dev/core/cli 2.0.0-beta.21-dev+c008e88
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
@@ -5625,7 +5625,7 @@ async function printHelp(app) {
5625
5625
  await runCommand2(Object.assign(app, { task: args[0], args }));
5626
5626
  }
5627
5627
  function printVersion() {
5628
- console.log("2.0.0-beta.19-dev+0d046fb");
5628
+ console.log("2.0.0-beta.21-dev+c008e88");
5629
5629
  }
5630
5630
  export {
5631
5631
  runCli,