momentic 2.26.0 → 2.27.0
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/bin/cli.js +65 -34
- package/npm-shrinkwrap.json +8 -8
- package/package.json +1 -1
- package/static/assets/{index-mDVhqy64.js → index-qa6QP09j.js} +70 -70
- package/static/index.html +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "momentic",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "momentic",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.27.0",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@actions/exec": "^1.1.1",
|
|
12
12
|
"@actions/io": "^1.1.3",
|
|
@@ -224,9 +224,9 @@
|
|
|
224
224
|
}
|
|
225
225
|
},
|
|
226
226
|
"node_modules/@dotenvx/dotenvx": {
|
|
227
|
-
"version": "1.51.
|
|
228
|
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.51.
|
|
229
|
-
"integrity": "sha512
|
|
227
|
+
"version": "1.51.2",
|
|
228
|
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.51.2.tgz",
|
|
229
|
+
"integrity": "sha512-+693mNflujDZxudSEqSNGpn92QgFhJlBn9q2mDQ9yGWyHuz3hZ8B5g3EXCwdAz4DMJAI+OFCIbfEFZS+YRdrEA==",
|
|
230
230
|
"license": "BSD-3-Clause",
|
|
231
231
|
"dependencies": {
|
|
232
232
|
"commander": "^11.1.0",
|
|
@@ -2390,9 +2390,9 @@
|
|
|
2390
2390
|
}
|
|
2391
2391
|
},
|
|
2392
2392
|
"node_modules/@types/node": {
|
|
2393
|
-
"version": "25.0.
|
|
2394
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.
|
|
2395
|
-
"integrity": "sha512-
|
|
2393
|
+
"version": "25.0.2",
|
|
2394
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.2.tgz",
|
|
2395
|
+
"integrity": "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==",
|
|
2396
2396
|
"license": "MIT",
|
|
2397
2397
|
"dependencies": {
|
|
2398
2398
|
"undici-types": "~7.16.0"
|