momentic 2.17.13 → 2.17.15

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.17.13",
3
+ "version": "2.17.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic",
9
- "version": "2.17.13",
9
+ "version": "2.17.15",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -103,9 +103,9 @@
103
103
  "license": "MIT"
104
104
  },
105
105
  "node_modules/@ai-sdk/anthropic": {
106
- "version": "2.0.34",
107
- "resolved": "https://registry.npmjs.org/@ai-sdk/anthropic/-/anthropic-2.0.34.tgz",
108
- "integrity": "sha512-ayiKwCRVubQonbMX0YBQLtJKEZ7gziW35N6Md3qwdOqEq17JGz6vjKiba9RyYa/iIVT535n6ChLtHY/vTA7ImA==",
106
+ "version": "2.0.35",
107
+ "resolved": "https://registry.npmjs.org/@ai-sdk/anthropic/-/anthropic-2.0.35.tgz",
108
+ "integrity": "sha512-R0HtYqnKhxH67qpfKJwPCzRJLeW6M/adFM0E4YyF2+m80UvaigmiVwEODcODHEhsA3hQdf1hLNXzq4AEbkz8xw==",
109
109
  "license": "Apache-2.0",
110
110
  "dependencies": {
111
111
  "@ai-sdk/provider": "2.0.0",
@@ -2568,9 +2568,9 @@
2568
2568
  }
2569
2569
  },
2570
2570
  "node_modules/@types/node": {
2571
- "version": "24.9.0",
2572
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.0.tgz",
2573
- "integrity": "sha512-MKNwXh3seSK8WurXF7erHPJ2AONmMwkI7zAMrXZDPIru8jRqkk6rGDBVbw4mLwfqA+ZZliiDPg05JQ3uW66tKQ==",
2571
+ "version": "24.9.1",
2572
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz",
2573
+ "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==",
2574
2574
  "license": "MIT",
2575
2575
  "dependencies": {
2576
2576
  "undici-types": "~7.16.0"
@@ -5835,12 +5835,12 @@
5835
5835
  "license": "MIT"
5836
5836
  },
5837
5837
  "node_modules/resolve": {
5838
- "version": "1.22.10",
5839
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
5840
- "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
5838
+ "version": "1.22.11",
5839
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
5840
+ "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
5841
5841
  "license": "MIT",
5842
5842
  "dependencies": {
5843
- "is-core-module": "^2.16.0",
5843
+ "is-core-module": "^2.16.1",
5844
5844
  "path-parse": "^1.0.7",
5845
5845
  "supports-preserve-symlinks-flag": "^1.0.0"
5846
5846
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "2.17.13",
3
+ "version": "2.17.15",
4
4
  "bin": {
5
5
  "momentic": "./bin/cli.js"
6
6
  },