momentic 2.18.1 → 2.18.2

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,12 +1,12 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.18.1",
9
+ "version": "2.18.2",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -24,6 +24,7 @@
24
24
  "adm-zip": "^0.5.16",
25
25
  "ai": "^5.0.71",
26
26
  "axios": "^1.12.0",
27
+ "blocked-at": "1.2.0",
27
28
  "body-parser": "^1.20.2",
28
29
  "chalk": "^5.3.0",
29
30
  "commander": "^11.1.0",
@@ -76,6 +77,7 @@
76
77
  "twilio": "^5.2.0",
77
78
  "uuid": "^9.0.1",
78
79
  "wait-on": "^7.2.0",
80
+ "why-is-node-running": "3.2.2",
79
81
  "yaml": "^2.5.0",
80
82
  "zod": "^3.25.76",
81
83
  "zod-openapi": "^2.19.0"
@@ -2721,6 +2723,12 @@
2721
2723
  "integrity": "sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==",
2722
2724
  "license": "Apache-2.0"
2723
2725
  },
2726
+ "node_modules/blocked-at": {
2727
+ "version": "1.2.0",
2728
+ "resolved": "https://registry.npmjs.org/blocked-at/-/blocked-at-1.2.0.tgz",
2729
+ "integrity": "sha512-Ba9yhK4KcFrgqEPgsU0qVGiMimf+VrD9QJo9pgwjg4yl0GXwgOJS8IRx2rPepQjalrmUdGTqX47bSuJLUMLX7w==",
2730
+ "license": "ISC"
2731
+ },
2724
2732
  "node_modules/bmp-ts": {
2725
2733
  "version": "1.0.9",
2726
2734
  "resolved": "https://registry.npmjs.org/bmp-ts/-/bmp-ts-1.0.9.tgz",
@@ -6071,9 +6079,9 @@
6071
6079
  }
6072
6080
  },
6073
6081
  "node_modules/simple-git": {
6074
- "version": "3.28.0",
6075
- "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz",
6076
- "integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==",
6082
+ "version": "3.29.0",
6083
+ "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.29.0.tgz",
6084
+ "integrity": "sha512-PEBgFYc8plTys6/XuxinxAJ+6CbXVh+xxsBTOEXw/uYBd3sYlGGoyB12nX5rRPGsFrdnnZWb81qluSl7a83HtA==",
6077
6085
  "license": "MIT",
6078
6086
  "dependencies": {
6079
6087
  "@kwsites/file-exists": "^1.1.1",
@@ -6698,6 +6706,18 @@
6698
6706
  "node": "^16.13.0 || >=18.0.0"
6699
6707
  }
6700
6708
  },
6709
+ "node_modules/why-is-node-running": {
6710
+ "version": "3.2.2",
6711
+ "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-3.2.2.tgz",
6712
+ "integrity": "sha512-NKUzAelcoCXhXL4dJzKIwXeR8iEVqsA0Lq6Vnd0UXvgaKbzVo4ZTHROF2Jidrv+SgxOQ03fMinnNhzZATxOD3A==",
6713
+ "license": "MIT",
6714
+ "bin": {
6715
+ "why-is-node-running": "cli.js"
6716
+ },
6717
+ "engines": {
6718
+ "node": ">=20.11"
6719
+ }
6720
+ },
6701
6721
  "node_modules/wrap-ansi": {
6702
6722
  "version": "6.2.0",
6703
6723
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },
@@ -24,6 +24,7 @@
24
24
  "ai": "^5.0.71",
25
25
  "adm-zip": "^0.5.16",
26
26
  "axios": "^1.12.0",
27
+ "blocked-at": "1.2.0",
27
28
  "body-parser": "^1.20.2",
28
29
  "chalk": "^5.3.0",
29
30
  "commander": "^11.1.0",
@@ -76,6 +77,7 @@
76
77
  "twilio": "^5.2.0",
77
78
  "uuid": "^9.0.1",
78
79
  "wait-on": "^7.2.0",
80
+ "why-is-node-running": "3.2.2",
79
81
  "yaml": "^2.5.0",
80
82
  "zod": "^3.25.76",
81
83
  "zod-openapi": "^2.19.0"