momentic 2.22.0 → 2.22.1

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.22.0",
3
+ "version": "2.22.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.22.0",
9
+ "version": "2.22.1",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -1202,15 +1202,16 @@
1202
1202
  }
1203
1203
  },
1204
1204
  "node_modules/@modelcontextprotocol/sdk/node_modules/content-disposition": {
1205
- "version": "1.0.0",
1206
- "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz",
1207
- "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==",
1205
+ "version": "1.0.1",
1206
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
1207
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
1208
1208
  "license": "MIT",
1209
- "dependencies": {
1210
- "safe-buffer": "5.2.1"
1211
- },
1212
1209
  "engines": {
1213
- "node": ">= 0.6"
1210
+ "node": ">=18"
1211
+ },
1212
+ "funding": {
1213
+ "type": "opencollective",
1214
+ "url": "https://opencollective.com/express"
1214
1215
  }
1215
1216
  },
1216
1217
  "node_modules/@modelcontextprotocol/sdk/node_modules/cookie-signature": {
@@ -6972,12 +6973,12 @@
6972
6973
  }
6973
6974
  },
6974
6975
  "node_modules/zod-to-json-schema": {
6975
- "version": "3.24.6",
6976
- "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz",
6977
- "integrity": "sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==",
6976
+ "version": "3.25.0",
6977
+ "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.0.tgz",
6978
+ "integrity": "sha512-HvWtU2UG41LALjajJrML6uQejQhNJx+JBO9IflpSja4R03iNWfKXrj6W2h7ljuLyc1nKS+9yDyL/9tD1U/yBnQ==",
6978
6979
  "license": "ISC",
6979
6980
  "peerDependencies": {
6980
- "zod": "^3.24.1"
6981
+ "zod": "^3.25 || ^4"
6981
6982
  }
6982
6983
  }
6983
6984
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.22.0",
3
+ "version": "2.22.1",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },