@storm-software/projen 0.8.2 → 0.8.3

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,9 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkJNHMEBZJjs = require('../../../chunk-JNHMEBZJ.js');
5
- require('../../../chunk-3GQAWCBQ.js');
4
+ var _chunkHQUS2SNLjs = require('../../../chunk-HQUS2SNL.js');
5
+ require('../../../chunk-3HI6WK3M.js');
6
+ require('../../../chunk-ZH7QZ5EF.js');
6
7
 
7
8
 
8
9
 
9
- exports.default = _chunkJNHMEBZJjs.generator_default; exports.initGeneratorFn = _chunkJNHMEBZJjs.initGeneratorFn;
10
+ exports.default = _chunkHQUS2SNLjs.generator_default; exports.initGeneratorFn = _chunkHQUS2SNLjs.initGeneratorFn;
@@ -1,8 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-MD7B7GGE.mjs";
5
- import "../../../chunk-XUV4U54K.mjs";
4
+ } from "../../../chunk-5NY5JR5C.mjs";
5
+ import "../../../chunk-VPWBNTCH.mjs";
6
+ import "../../../chunk-VHOQB7WG.mjs";
6
7
  export {
7
8
  generator_default as default,
8
9
  initGeneratorFn
@@ -1,6 +1,9 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-3GQAWCBQ.js');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkZH7QZ5EFjs = require('./chunk-ZH7QZ5EF.js');
2
4
 
3
5
  // tsup.config.ts
6
+ _chunkZH7QZ5EFjs.init_cjs_shims.call(void 0, );
4
7
  var _tsup = require('tsup');
5
8
  var tsup_config_default = _tsup.defineConfig.call(void 0, [
6
9
  {
@@ -8,7 +11,7 @@ var tsup_config_default = _tsup.defineConfig.call(void 0, [
8
11
  target: "node22",
9
12
  entryPoints: [
10
13
  "./*.ts",
11
- "./src/base/*.ts",
14
+ "./src/components/*.ts",
12
15
  "./src/executors/*/executor.ts",
13
16
  "./src/generators/*/generator.ts"
14
17
  ],
@@ -1,6 +1,9 @@
1
- import "./chunk-XUV4U54K.mjs";
1
+ import {
2
+ init_esm_shims
3
+ } from "./chunk-VHOQB7WG.mjs";
2
4
 
3
5
  // tsup.config.ts
6
+ init_esm_shims();
4
7
  import { defineConfig } from "tsup";
5
8
  var tsup_config_default = defineConfig([
6
9
  {
@@ -8,7 +11,7 @@ var tsup_config_default = defineConfig([
8
11
  target: "node22",
9
12
  entryPoints: [
10
13
  "./*.ts",
11
- "./src/base/*.ts",
14
+ "./src/components/*.ts",
12
15
  "./src/executors/*/executor.ts",
13
16
  "./src/generators/*/generator.ts"
14
17
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -71,32 +71,32 @@
71
71
  "default": "./dist/generators.js"
72
72
  }
73
73
  },
74
- "./base": {
74
+ "./components": {
75
75
  "import": {
76
- "types": "./dist/src/base/index.d.mts",
77
- "default": "./dist/src/base/index.mjs"
76
+ "types": "./dist/src/components/index.d.mts",
77
+ "default": "./dist/src/components/index.mjs"
78
78
  },
79
79
  "require": {
80
- "types": "./dist/src/base/index.d.ts",
81
- "default": "./dist/src/base/index.js"
80
+ "types": "./dist/src/components/index.d.ts",
81
+ "default": "./dist/src/components/index.js"
82
82
  },
83
83
  "default": {
84
- "types": "./dist/src/base/index.d.ts",
85
- "default": "./dist/src/base/index.js"
84
+ "types": "./dist/src/components/index.d.ts",
85
+ "default": "./dist/src/components/index.js"
86
86
  }
87
87
  },
88
- "./base/*": {
88
+ "./components/*": {
89
89
  "import": {
90
- "types": "./dist/src/base/*.d.mts",
91
- "default": "./dist/src/base/*.mjs"
90
+ "types": "./dist/src/components/*.d.mts",
91
+ "default": "./dist/src/components/*.mjs"
92
92
  },
93
93
  "require": {
94
- "types": "./dist/src/base/*.d.ts",
95
- "default": "./dist/src/base/*.js"
94
+ "types": "./dist/src/components/*.d.ts",
95
+ "default": "./dist/src/components/*.js"
96
96
  },
97
97
  "default": {
98
- "types": "./dist/src/base/*.d.ts",
99
- "default": "./dist/src/base/*.js"
98
+ "types": "./dist/src/components/*.d.ts",
99
+ "default": "./dist/src/components/*.js"
100
100
  }
101
101
  },
102
102
  "./executors/*/executor.js": "./dist/src/executors/*/executor.js",
@@ -124,6 +124,7 @@
124
124
  "projen": { "optional": false }
125
125
  },
126
126
  "dependencies": {
127
+ "@aws/pdk": "^0.25.16",
127
128
  "@nx/devkit": "^20.3.1",
128
129
  "projen": "^0.91.6",
129
130
  "tslib": "^2.6.3"
File without changes
@@ -1,13 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
- }) : x)(function(x) {
6
- if (typeof require !== "undefined") return require.apply(this, arguments);
7
- throw Error('Dynamic require of "' + x + '" is not supported');
8
- });
9
-
10
-
11
-
12
-
13
- exports.__name = __name; exports.__require = __require;
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,21 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
3
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
- }) : x)(function(x) {
6
- if (typeof require !== "undefined") return require.apply(this, arguments);
7
- throw Error('Dynamic require of "' + x + '" is not supported');
8
- });
9
-
10
- // ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.49.1_@types+node@22.10.7__@swc+core@1.7.26_@swc+helpers_ekim6y52mwpq6ssxiprcp44dam/node_modules/tsup/assets/esm_shims.js
11
- import { fileURLToPath } from "url";
12
- import path from "path";
13
- var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
14
- var getDirname = /* @__PURE__ */ __name(() => path.dirname(getFilename()), "getDirname");
15
- var __dirname = /* @__PURE__ */ getDirname();
16
-
17
- export {
18
- __name,
19
- __require,
20
- __dirname
21
- };