@storm-software/projen 0.15.47 → 0.15.48
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 +9 -0
- package/README.md +0 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Projen
|
|
4
4
|
|
|
5
|
+
## [0.15.47](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.47) (2025-07-31)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([86bc24e80](https://github.com/storm-software/storm-ops/commit/86bc24e80))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([984745037](https://github.com/storm-software/storm-ops/commit/984745037))
|
|
13
|
+
|
|
5
14
|
## [0.15.46](https://github.com/storm-software/storm-ops/releases/tag/projen%400.15.46) (2025-07-31)
|
|
6
15
|
|
|
7
16
|
### Bug Fixes
|
package/README.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-PJBUP6EY.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkD3YKB7J7js = require('./chunk-D3YKB7J7.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkNZBLT23Djs = require('./chunk-NZBLT23D.js');
|
|
8
8
|
require('./chunk-IJDMYMA3.js');
|
|
9
9
|
|
|
10
10
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-4ZPSQCOZ.mjs";
|
|
2
|
-
import {
|
|
3
|
-
require_components
|
|
4
|
-
} from "./chunk-6GPGD7JA.mjs";
|
|
5
2
|
import {
|
|
6
3
|
initGeneratorFn
|
|
7
4
|
} from "./chunk-LSBJN6NP.mjs";
|
|
5
|
+
import {
|
|
6
|
+
require_components
|
|
7
|
+
} from "./chunk-6GPGD7JA.mjs";
|
|
8
8
|
import "./chunk-T3OIAZKV.mjs";
|
|
9
9
|
import {
|
|
10
10
|
__export,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/projen",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.48",
|
|
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": "c1e39d9f0bd164a873a1eb840226adf1499c0ced"
|
|
146
146
|
}
|