@storm-software/projen 0.9.76 → 0.9.77
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 +12 -0
- package/README.md +1 -1
- package/dist/{chunk-JSBLU2B7.mjs → chunk-3WGDRQNY.mjs} +2 -2
- package/dist/{chunk-RLLFZW5Z.js → chunk-CPYKIT3Y.js} +3 -3
- package/dist/{chunk-IAJM6J3Z.mjs → chunk-DCI3IG72.mjs} +1 -1
- package/dist/chunk-G5DVWWIE.js +6 -0
- package/dist/{chunk-BSYROGZP.mjs → chunk-I6BKFG76.mjs} +1 -1
- package/dist/{chunk-GM25EIP6.mjs → chunk-JWBHDG2X.mjs} +2 -2
- package/dist/{chunk-LTKRUM5P.js → chunk-KVRUQ4FB.js} +2 -2
- package/dist/{chunk-PHMFOUDC.js → chunk-V76GMI2J.js} +7 -7
- package/dist/{chunk-EJSKIRCS.mjs → chunk-XLNK5222.mjs} +1 -1
- package/dist/{chunk-VBI5UBLI.js → chunk-ZQZ2TA6F.js} +287 -287
- 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 +17 -17
- package/dist/src/components/nx-workspace.mjs +2 -2
- package/dist/src/generators/init/generator.js +4 -4
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/tsup.config.js +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-DQ67WT5G.js +0 -6
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-G5DVWWIE.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
4
|
+
var _chunkZQZ2TA6Fjs = require('./chunk-ZQZ2TA6F.js');
|
|
5
|
+
require('./chunk-V76GMI2J.js');
|
|
6
|
+
require('./chunk-KVRUQ4FB.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkZQZ2TA6Fjs.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-I6BKFG76.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-JWBHDG2X.mjs";
|
|
5
|
+
import "./chunk-XLNK5222.mjs";
|
|
6
|
+
import "./chunk-3WGDRQNY.mjs";
|
|
7
7
|
export {
|
|
8
8
|
initGeneratorFn
|
|
9
9
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-G5DVWWIE.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkCPYKIT3Yjs = require('./chunk-CPYKIT3Y.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('./chunk-
|
|
7
|
+
var _chunkZQZ2TA6Fjs = require('./chunk-ZQZ2TA6F.js');
|
|
8
|
+
require('./chunk-V76GMI2J.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkKVRUQ4FBjs = require('./chunk-KVRUQ4FB.js');
|
|
15
15
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
|
-
|
|
19
|
-
initGeneratorFn: () =>
|
|
18
|
+
_chunkKVRUQ4FBjs.__export.call(void 0, index_exports, {
|
|
19
|
+
initGeneratorFn: () => _chunkZQZ2TA6Fjs.initGeneratorFn
|
|
20
20
|
});
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
_chunkKVRUQ4FBjs.init_cjs_shims.call(void 0, );
|
|
22
|
+
_chunkKVRUQ4FBjs.__reExport.call(void 0, index_exports, _chunkKVRUQ4FBjs.__toESM.call(void 0, _chunkCPYKIT3Yjs.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkZQZ2TA6Fjs.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-I6BKFG76.mjs";
|
|
2
2
|
import {
|
|
3
3
|
require_components
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-DCI3IG72.mjs";
|
|
5
5
|
import {
|
|
6
6
|
initGeneratorFn
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-JWBHDG2X.mjs";
|
|
8
|
+
import "./chunk-XLNK5222.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__export,
|
|
11
11
|
__reExport,
|
|
12
12
|
__toESM,
|
|
13
13
|
init_esm_shims
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3WGDRQNY.mjs";
|
|
15
15
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
5
|
-
exports. default =
|
|
3
|
+
var _chunkCPYKIT3Yjs = require('../../chunk-CPYKIT3Y.js');
|
|
4
|
+
require('../../chunk-KVRUQ4FB.js');
|
|
5
|
+
exports. default = _chunkCPYKIT3Yjs.require_components.call(void 0, );
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; } var _class;
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkV76GMI2Jjs = require('../../chunk-V76GMI2J.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkKVRUQ4FBjs = require('../../chunk-KVRUQ4FB.js');
|
|
8
8
|
|
|
9
9
|
// src/components/nx-workspace.ts
|
|
10
|
-
|
|
10
|
+
_chunkKVRUQ4FBjs.init_cjs_shims.call(void 0, );
|
|
11
11
|
var _nxworkspace = require('@aws/pdk/monorepo/components/nx-workspace');
|
|
12
12
|
var _utils = require('@aws/pdk/monorepo/utils');
|
|
13
13
|
var _common = require('@aws/pdk/monorepo/utils/common');
|
|
@@ -19,7 +19,7 @@ var NX_DEFAULT_BUILD_OUTPUTS = [
|
|
|
19
19
|
];
|
|
20
20
|
var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
21
21
|
static {
|
|
22
|
-
|
|
22
|
+
_chunkKVRUQ4FBjs.__name.call(void 0, this, "StormNxWorkspace");
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Retrieves the singleton instance associated with project root.
|
|
@@ -671,7 +671,7 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
|
671
671
|
super(project);_class.prototype.__init.call(this);_class.prototype.__init2.call(this);_class.prototype.__init3.call(this);_class.prototype.__init4.call(this);_class.prototype.__init5.call(this);_class.prototype.__init6.call(this);_class.prototype.__init7.call(this);_class.prototype.__init8.call(this);_class.prototype.__init9.call(this);_class.prototype.__init10.call(this);_class.prototype.__init11.call(this);_class.prototype.__init12.call(this);;
|
|
672
672
|
let StormWorkspaceConfig;
|
|
673
673
|
if (project.root.outdir) {
|
|
674
|
-
const StormWorkspaceConfigJson = _fs.readFileSync.call(void 0,
|
|
674
|
+
const StormWorkspaceConfigJson = _fs.readFileSync.call(void 0, _chunkV76GMI2Jjs.joinPaths.call(void 0, project.root.outdir, "storm-workspace.json"), "utf8");
|
|
675
675
|
StormWorkspaceConfig = JSON.parse(StormWorkspaceConfigJson);
|
|
676
676
|
}
|
|
677
677
|
if (_optionalChain([StormWorkspaceConfig, 'optionalAccess', _ => _.namespace])) {
|
|
@@ -690,18 +690,18 @@ var StormNxWorkspace = (_class = class extends _nxworkspace.NxWorkspace {
|
|
|
690
690
|
}
|
|
691
691
|
this.nxJson = new (0, _projen.JsonFile)(project, "nx.json", {
|
|
692
692
|
obj: {
|
|
693
|
-
extends: /* @__PURE__ */
|
|
694
|
-
npmScope: /* @__PURE__ */
|
|
695
|
-
affected: /* @__PURE__ */
|
|
696
|
-
workspaceLayout: /* @__PURE__ */
|
|
697
|
-
plugins: /* @__PURE__ */
|
|
698
|
-
namedInputs: /* @__PURE__ */
|
|
699
|
-
targetDefaults: /* @__PURE__ */
|
|
700
|
-
tasksRunnerOptions: /* @__PURE__ */
|
|
701
|
-
parallel: /* @__PURE__ */
|
|
702
|
-
useDaemonProcess: /* @__PURE__ */
|
|
703
|
-
useInferencePlugins: /* @__PURE__ */
|
|
704
|
-
release: /* @__PURE__ */
|
|
693
|
+
extends: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => this.extends, "extends"),
|
|
694
|
+
npmScope: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => this.npmScope, "npmScope"),
|
|
695
|
+
affected: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.affected), "affected"),
|
|
696
|
+
workspaceLayout: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.workspaceLayout), "workspaceLayout"),
|
|
697
|
+
plugins: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.nxPlugins), "plugins"),
|
|
698
|
+
namedInputs: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.namedInputs), "namedInputs"),
|
|
699
|
+
targetDefaults: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.targetDefaults), "targetDefaults"),
|
|
700
|
+
tasksRunnerOptions: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.tasksRunnerOptions), "tasksRunnerOptions"),
|
|
701
|
+
parallel: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => this.parallel, "parallel"),
|
|
702
|
+
useDaemonProcess: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => this.useDaemonProcess, "useDaemonProcess"),
|
|
703
|
+
useInferencePlugins: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => this.useInferencePlugins, "useInferencePlugins"),
|
|
704
|
+
release: /* @__PURE__ */ _chunkKVRUQ4FBjs.__name.call(void 0, () => _common.asUndefinedIfEmpty.call(void 0, this.release), "release")
|
|
705
705
|
}
|
|
706
706
|
});
|
|
707
707
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
joinPaths
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-XLNK5222.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name,
|
|
6
6
|
init_esm_shims
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-3WGDRQNY.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/nx-workspace.ts
|
|
10
10
|
init_esm_shims();
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
6
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkZQZ2TA6Fjs = require('../../../chunk-ZQZ2TA6F.js');
|
|
5
|
+
require('../../../chunk-V76GMI2J.js');
|
|
6
|
+
require('../../../chunk-KVRUQ4FB.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkZQZ2TA6Fjs.generator_default; exports.initGeneratorFn = _chunkZQZ2TA6Fjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-JWBHDG2X.mjs";
|
|
5
|
+
import "../../../chunk-XLNK5222.mjs";
|
|
6
|
+
import "../../../chunk-3WGDRQNY.mjs";
|
|
7
7
|
export {
|
|
8
8
|
generator_default as default,
|
|
9
9
|
initGeneratorFn
|
package/dist/tsup.config.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkKVRUQ4FBjs = require('./chunk-KVRUQ4FB.js');
|
|
4
4
|
|
|
5
5
|
// tsup.config.ts
|
|
6
|
-
|
|
6
|
+
_chunkKVRUQ4FBjs.init_cjs_shims.call(void 0, );
|
|
7
7
|
var _tsup = require('tsup');
|
|
8
8
|
var tsup_config_default = _tsup.defineConfig.call(void 0, [
|
|
9
9
|
{
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED