@storm-software/projen 0.20.10 → 0.20.11
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 +0 -1
- package/dist/{chunk-7QUQD6DU.js → chunk-THASGNR7.js} +1 -1
- package/dist/{chunk-BUGJJCS5.mjs → chunk-XI3KBXWG.mjs} +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.20.10](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.10) (2025-10-05)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **config:** Ensure correct `zod` version is used in dependencies
|
|
10
|
+
([965458ca9](https://github.com/storm-software/storm-ops/commit/965458ca9))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Update workspace package links
|
|
15
|
+
([7ca39098e](https://github.com/storm-software/storm-ops/commit/7ca39098e))
|
|
16
|
+
|
|
5
17
|
## [0.20.9](https://github.com/storm-software/storm-ops/releases/tag/projen%400.20.9) (2025-10-03)
|
|
6
18
|
|
|
7
19
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -994,7 +994,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
994
994
|
description: "The owner of the package"
|
|
995
995
|
});
|
|
996
996
|
var modeSchema = z._default(
|
|
997
|
-
z.enum(["development", "
|
|
997
|
+
z.enum(["development", "test", "production"]).check(z.trim(), z.toLowerCase()),
|
|
998
998
|
"production"
|
|
999
999
|
);
|
|
1000
1000
|
schemaRegistry.add(modeSchema, {
|
|
@@ -995,7 +995,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
995
995
|
description: "The owner of the package"
|
|
996
996
|
});
|
|
997
997
|
var modeSchema = z._default(
|
|
998
|
-
z.enum(["development", "
|
|
998
|
+
z.enum(["development", "test", "production"]).check(z.trim(), z.toLowerCase()),
|
|
999
999
|
"production"
|
|
1000
1000
|
);
|
|
1001
1001
|
schemaRegistry.add(modeSchema, {
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7IXF56VE.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTHASGNR7js = require('./chunk-THASGNR7.js');
|
|
5
5
|
require('./chunk-ARQAZUI7.js');
|
|
6
6
|
require('./chunk-5W2STSVO.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkTHASGNR7js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
var _chunkKIRRDW67js = require('./chunk-KIRRDW67.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkTHASGNR7js = require('./chunk-THASGNR7.js');
|
|
8
8
|
require('./chunk-ARQAZUI7.js');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -16,10 +16,10 @@ var _chunk5W2STSVOjs = require('./chunk-5W2STSVO.js');
|
|
|
16
16
|
// index.ts
|
|
17
17
|
var index_exports = {};
|
|
18
18
|
_chunk5W2STSVOjs.__export.call(void 0, index_exports, {
|
|
19
|
-
initGeneratorFn: () =>
|
|
19
|
+
initGeneratorFn: () => _chunkTHASGNR7js.initGeneratorFn
|
|
20
20
|
});
|
|
21
21
|
_chunk5W2STSVOjs.init_cjs_shims.call(void 0, );
|
|
22
22
|
_chunk5W2STSVOjs.__reExport.call(void 0, index_exports, _chunk5W2STSVOjs.__toESM.call(void 0, _chunkKIRRDW67js.require_components.call(void 0, )));
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
exports.initGeneratorFn =
|
|
25
|
+
exports.initGeneratorFn = _chunkTHASGNR7js.initGeneratorFn;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTHASGNR7js = require('../../../chunk-THASGNR7.js');
|
|
5
5
|
require('../../../chunk-ARQAZUI7.js');
|
|
6
6
|
require('../../../chunk-5W2STSVO.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkTHASGNR7js.generator_default; exports.initGeneratorFn = _chunkTHASGNR7js.initGeneratorFn;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.11",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Projen configuration automation within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -142,5 +142,5 @@
|
|
|
142
142
|
"publishConfig": { "access": "public" },
|
|
143
143
|
"executors": "./executors.json",
|
|
144
144
|
"generators": "./generators.json",
|
|
145
|
-
"gitHead": "
|
|
145
|
+
"gitHead": "69fc35e481abd37da0a2638a66cae265a00c7fd9"
|
|
146
146
|
}
|