@storm-software/projen 0.9.77 → 0.9.79
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.
- package/CHANGELOG.md +21 -0
- package/README.md +1 -2
- package/dist/{chunk-KVRUQ4FB.js → chunk-BG73ZJER.js} +3 -5
- package/dist/{chunk-CPYKIT3Y.js → chunk-DUNMCAJE.js} +3 -3
- package/dist/chunk-NG74QN4S.js +6 -0
- package/dist/{chunk-V76GMI2J.js → chunk-NNSWWAGP.js} +8 -11
- package/dist/{chunk-DCI3IG72.mjs → chunk-NVTKHBEW.mjs} +1 -1
- package/dist/{chunk-XLNK5222.mjs → chunk-PEM26WKS.mjs} +7 -10
- package/dist/{chunk-ZQZ2TA6F.js → chunk-RRTPMNWO.js} +1314 -933
- package/dist/{chunk-3WGDRQNY.mjs → chunk-SHIGQSVE.mjs} +4 -6
- package/dist/{chunk-JWBHDG2X.mjs → chunk-VHNXR7ZZ.mjs} +1178 -797
- package/dist/{chunk-I6BKFG76.mjs → chunk-ZVRRJOP5.mjs} +1 -1
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +4 -4
- package/dist/index.js +10 -10
- package/dist/index.mjs +5 -5
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.mjs +2 -2
- package/dist/src/components/nx-workspace.js +127 -247
- package/dist/src/components/nx-workspace.mjs +127 -247
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +3 -6
- package/dist/tsup.config.mjs +2 -5
- package/package.json +1 -1
- package/dist/chunk-G5DVWWIE.js +0 -6
|
@@ -4,7 +4,6 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
6
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
8
7
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
9
8
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
10
9
|
}) : x)(function(x) {
|
|
@@ -39,20 +38,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
39
38
|
mod
|
|
40
39
|
));
|
|
41
40
|
|
|
42
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
41
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=616d4d8468728c5caa25e7b97fe871f667b5342103b43bda8e891020bc6b674a__e7bfd10e92d28211ce978b182e37e925/node_modules/tsup/assets/esm_shims.js
|
|
43
42
|
import { fileURLToPath } from "url";
|
|
44
43
|
import path from "path";
|
|
45
44
|
var getFilename, getDirname, __dirname;
|
|
46
45
|
var init_esm_shims = __esm({
|
|
47
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
48
|
-
getFilename =
|
|
49
|
-
getDirname =
|
|
46
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=616d4d8468728c5caa25e7b97fe871f667b5342103b43bda8e891020bc6b674a__e7bfd10e92d28211ce978b182e37e925/node_modules/tsup/assets/esm_shims.js"() {
|
|
47
|
+
getFilename = () => fileURLToPath(import.meta.url);
|
|
48
|
+
getDirname = () => path.dirname(getFilename());
|
|
50
49
|
__dirname = /* @__PURE__ */ getDirname();
|
|
51
50
|
}
|
|
52
51
|
});
|
|
53
52
|
|
|
54
53
|
export {
|
|
55
|
-
__name,
|
|
56
54
|
__require,
|
|
57
55
|
__commonJS,
|
|
58
56
|
__export,
|