@zuplo/cli 1.100.0 → 1.101.0

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,5 +1,5 @@
1
1
 
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4a8615df-d2b4-5848-86ad-a1cf7f258048")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="fb49f8ca-f866-5a9a-be9a-d216de277f0c")}catch(e){}}();
3
3
  import { cpSync, existsSync } from "node:fs";
4
4
  import { join, relative, resolve } from "node:path";
5
5
  import { fileURLToPath, pathToFileURL } from "node:url";
@@ -13,6 +13,7 @@ export async function dev(argv) {
13
13
  if (existsSync(zuploRuntimePath)) {
14
14
  cpSync(zuploRuntimePath, join(sourceDirectory, "node_modules/@zuplo/runtime"), {
15
15
  recursive: true,
16
+ dereference: true,
16
17
  });
17
18
  }
18
19
  process.env.GLOBAL_MODULE_LOCATION = fileURLToPath(new URL("../../node_modules", import.meta.url));
@@ -78,4 +79,4 @@ export async function dev(argv) {
78
79
  });
79
80
  }
80
81
  //# sourceMappingURL=handler.js.map
81
- //# debugId=4a8615df-d2b4-5848-86ad-a1cf7f258048
82
+ //# debugId=fb49f8ca-f866-5a9a-be9a-d216de277f0c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "1.100.0",
3
+ "version": "1.101.0",
4
4
  "type": "module",
5
5
  "repository": "https://github.com/zuplo/cli",
6
6
  "description": "The command-line interface for Zuplo",