momentic 2.27.0 → 2.27.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.
- package/bin/cli.js +241 -135
- package/npm-shrinkwrap.json +127 -169
- package/package.json +3 -3
- package/static/assets/{index-qa6QP09j.js → index-K3fA20-0.js} +323 -323
- package/static/index.html +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "momentic",
|
|
3
|
-
"version": "2.27.
|
|
3
|
+
"version": "2.27.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "momentic",
|
|
9
|
-
"version": "2.27.
|
|
9
|
+
"version": "2.27.2",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@actions/exec": "^1.1.1",
|
|
12
12
|
"@actions/io": "^1.1.3",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@faker-js/faker": "^8.4.1",
|
|
20
20
|
"@inquirer/prompts": "^7.10.1",
|
|
21
21
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
22
|
-
"@octokit/auth-app": "^8.
|
|
23
|
-
"@octokit/rest": "^22.0.
|
|
22
|
+
"@octokit/auth-app": "^8.1.2",
|
|
23
|
+
"@octokit/rest": "^22.0.1",
|
|
24
24
|
"@sentry/node": "^10.27.0",
|
|
25
25
|
"adm-zip": "^0.5.16",
|
|
26
26
|
"ai": "5.0.71",
|
|
@@ -297,6 +297,18 @@
|
|
|
297
297
|
"@hapi/hoek": "^9.0.0"
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
|
+
"node_modules/@hono/node-server": {
|
|
301
|
+
"version": "1.19.7",
|
|
302
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.7.tgz",
|
|
303
|
+
"integrity": "sha512-vUcD0uauS7EU2caukW8z5lJKtoGMokxNbJtBiwHgpqxEXokaHCBkQUmCHhjFB1VUTWdqj25QoMkMKzgjq+uhrw==",
|
|
304
|
+
"license": "MIT",
|
|
305
|
+
"engines": {
|
|
306
|
+
"node": ">=18.14.1"
|
|
307
|
+
},
|
|
308
|
+
"peerDependencies": {
|
|
309
|
+
"hono": "^4"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
300
312
|
"node_modules/@inquirer/ansi": {
|
|
301
313
|
"version": "1.0.2",
|
|
302
314
|
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
|
|
@@ -1137,11 +1149,12 @@
|
|
|
1137
1149
|
"license": "MIT"
|
|
1138
1150
|
},
|
|
1139
1151
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
1140
|
-
"version": "1.
|
|
1141
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.
|
|
1142
|
-
"integrity": "sha512-
|
|
1152
|
+
"version": "1.25.1",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.25.1.tgz",
|
|
1154
|
+
"integrity": "sha512-yO28oVFFC7EBoiKdAn+VqRm+plcfv4v0xp6osG/VsCB0NlPZWi87ajbCZZ8f/RvOFLEu7//rSRmuZZ7lMoe3gQ==",
|
|
1143
1155
|
"license": "MIT",
|
|
1144
1156
|
"dependencies": {
|
|
1157
|
+
"@hono/node-server": "^1.19.7",
|
|
1145
1158
|
"ajv": "^8.17.1",
|
|
1146
1159
|
"ajv-formats": "^3.0.1",
|
|
1147
1160
|
"content-type": "^1.0.5",
|
|
@@ -1152,6 +1165,7 @@
|
|
|
1152
1165
|
"express": "^5.0.1",
|
|
1153
1166
|
"express-rate-limit": "^7.5.0",
|
|
1154
1167
|
"jose": "^6.1.1",
|
|
1168
|
+
"json-schema-typed": "^8.0.2",
|
|
1155
1169
|
"pkce-challenge": "^5.0.0",
|
|
1156
1170
|
"raw-body": "^3.0.0",
|
|
1157
1171
|
"zod": "^3.25 || ^4.0",
|
|
@@ -1361,31 +1375,35 @@
|
|
|
1361
1375
|
}
|
|
1362
1376
|
},
|
|
1363
1377
|
"node_modules/@modelcontextprotocol/sdk/node_modules/send": {
|
|
1364
|
-
"version": "1.2.
|
|
1365
|
-
"resolved": "https://registry.npmjs.org/send/-/send-1.2.
|
|
1366
|
-
"integrity": "sha512-
|
|
1378
|
+
"version": "1.2.1",
|
|
1379
|
+
"resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
|
|
1380
|
+
"integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
|
|
1367
1381
|
"license": "MIT",
|
|
1368
1382
|
"dependencies": {
|
|
1369
|
-
"debug": "^4.3
|
|
1383
|
+
"debug": "^4.4.3",
|
|
1370
1384
|
"encodeurl": "^2.0.0",
|
|
1371
1385
|
"escape-html": "^1.0.3",
|
|
1372
1386
|
"etag": "^1.8.1",
|
|
1373
1387
|
"fresh": "^2.0.0",
|
|
1374
|
-
"http-errors": "^2.0.
|
|
1375
|
-
"mime-types": "^3.0.
|
|
1388
|
+
"http-errors": "^2.0.1",
|
|
1389
|
+
"mime-types": "^3.0.2",
|
|
1376
1390
|
"ms": "^2.1.3",
|
|
1377
1391
|
"on-finished": "^2.4.1",
|
|
1378
1392
|
"range-parser": "^1.2.1",
|
|
1379
|
-
"statuses": "^2.0.
|
|
1393
|
+
"statuses": "^2.0.2"
|
|
1380
1394
|
},
|
|
1381
1395
|
"engines": {
|
|
1382
1396
|
"node": ">= 18"
|
|
1397
|
+
},
|
|
1398
|
+
"funding": {
|
|
1399
|
+
"type": "opencollective",
|
|
1400
|
+
"url": "https://opencollective.com/express"
|
|
1383
1401
|
}
|
|
1384
1402
|
},
|
|
1385
1403
|
"node_modules/@modelcontextprotocol/sdk/node_modules/serve-static": {
|
|
1386
|
-
"version": "2.2.
|
|
1387
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.
|
|
1388
|
-
"integrity": "sha512-
|
|
1404
|
+
"version": "2.2.1",
|
|
1405
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
|
|
1406
|
+
"integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
|
|
1389
1407
|
"license": "MIT",
|
|
1390
1408
|
"dependencies": {
|
|
1391
1409
|
"encodeurl": "^2.0.0",
|
|
@@ -1395,6 +1413,10 @@
|
|
|
1395
1413
|
},
|
|
1396
1414
|
"engines": {
|
|
1397
1415
|
"node": ">= 18"
|
|
1416
|
+
},
|
|
1417
|
+
"funding": {
|
|
1418
|
+
"type": "opencollective",
|
|
1419
|
+
"url": "https://opencollective.com/express"
|
|
1398
1420
|
}
|
|
1399
1421
|
},
|
|
1400
1422
|
"node_modules/@modelcontextprotocol/sdk/node_modules/type-is": {
|
|
@@ -2211,18 +2233,18 @@
|
|
|
2211
2233
|
}
|
|
2212
2234
|
},
|
|
2213
2235
|
"node_modules/@sentry/core": {
|
|
2214
|
-
"version": "10.
|
|
2215
|
-
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-10.
|
|
2216
|
-
"integrity": "sha512-
|
|
2236
|
+
"version": "10.31.0",
|
|
2237
|
+
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-10.31.0.tgz",
|
|
2238
|
+
"integrity": "sha512-VTSXdyhnu3CNaSwhp/CchZRCKh1fa7byP+KClApthsppQ57w7OjXN8dDUf38K1ZCsfdTEvdEU4qCL/WnAEbd+g==",
|
|
2217
2239
|
"license": "MIT",
|
|
2218
2240
|
"engines": {
|
|
2219
2241
|
"node": ">=18"
|
|
2220
2242
|
}
|
|
2221
2243
|
},
|
|
2222
2244
|
"node_modules/@sentry/node": {
|
|
2223
|
-
"version": "10.
|
|
2224
|
-
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-10.
|
|
2225
|
-
"integrity": "sha512-
|
|
2245
|
+
"version": "10.31.0",
|
|
2246
|
+
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-10.31.0.tgz",
|
|
2247
|
+
"integrity": "sha512-xdQQEj5Xo6zjQ0cXs9qT+ANyE+c3p8DJBbXdkM3c0h//5wkWBXvbTPofpUJy+ojf7Ek5SDza62ith+b1y4Lwgw==",
|
|
2226
2248
|
"license": "MIT",
|
|
2227
2249
|
"dependencies": {
|
|
2228
2250
|
"@opentelemetry/api": "^1.9.0",
|
|
@@ -2255,9 +2277,9 @@
|
|
|
2255
2277
|
"@opentelemetry/sdk-trace-base": "^2.2.0",
|
|
2256
2278
|
"@opentelemetry/semantic-conventions": "^1.37.0",
|
|
2257
2279
|
"@prisma/instrumentation": "6.19.0",
|
|
2258
|
-
"@sentry/core": "10.
|
|
2259
|
-
"@sentry/node-core": "10.
|
|
2260
|
-
"@sentry/opentelemetry": "10.
|
|
2280
|
+
"@sentry/core": "10.31.0",
|
|
2281
|
+
"@sentry/node-core": "10.31.0",
|
|
2282
|
+
"@sentry/opentelemetry": "10.31.0",
|
|
2261
2283
|
"import-in-the-middle": "^2",
|
|
2262
2284
|
"minimatch": "^9.0.0"
|
|
2263
2285
|
},
|
|
@@ -2266,14 +2288,14 @@
|
|
|
2266
2288
|
}
|
|
2267
2289
|
},
|
|
2268
2290
|
"node_modules/@sentry/node-core": {
|
|
2269
|
-
"version": "10.
|
|
2270
|
-
"resolved": "https://registry.npmjs.org/@sentry/node-core/-/node-core-10.
|
|
2271
|
-
"integrity": "sha512-
|
|
2291
|
+
"version": "10.31.0",
|
|
2292
|
+
"resolved": "https://registry.npmjs.org/@sentry/node-core/-/node-core-10.31.0.tgz",
|
|
2293
|
+
"integrity": "sha512-l05kK8Uj6WbIMvDq2bZNy3i2gU2d0s9ZqjLcSawWdjdqYSIplWSuK5/iDWBoNspQaPKHVE3/pQJfVw/IAbh+HA==",
|
|
2272
2294
|
"license": "MIT",
|
|
2273
2295
|
"dependencies": {
|
|
2274
2296
|
"@apm-js-collab/tracing-hooks": "^0.3.1",
|
|
2275
|
-
"@sentry/core": "10.
|
|
2276
|
-
"@sentry/opentelemetry": "10.
|
|
2297
|
+
"@sentry/core": "10.31.0",
|
|
2298
|
+
"@sentry/opentelemetry": "10.31.0",
|
|
2277
2299
|
"import-in-the-middle": "^2"
|
|
2278
2300
|
},
|
|
2279
2301
|
"engines": {
|
|
@@ -2290,12 +2312,12 @@
|
|
|
2290
2312
|
}
|
|
2291
2313
|
},
|
|
2292
2314
|
"node_modules/@sentry/opentelemetry": {
|
|
2293
|
-
"version": "10.
|
|
2294
|
-
"resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-10.
|
|
2295
|
-
"integrity": "sha512-
|
|
2315
|
+
"version": "10.31.0",
|
|
2316
|
+
"resolved": "https://registry.npmjs.org/@sentry/opentelemetry/-/opentelemetry-10.31.0.tgz",
|
|
2317
|
+
"integrity": "sha512-3Xg8m4leB6rIOMmHMrn5cjWArKVDwDrryHZmi5Ci40x2KFpj36BnVKcmXOjx0rhKbSn03dzbue1Zx+/+FcsCKQ==",
|
|
2296
2318
|
"license": "MIT",
|
|
2297
2319
|
"dependencies": {
|
|
2298
|
-
"@sentry/core": "10.
|
|
2320
|
+
"@sentry/core": "10.31.0"
|
|
2299
2321
|
},
|
|
2300
2322
|
"engines": {
|
|
2301
2323
|
"node": ">=18"
|
|
@@ -2336,9 +2358,9 @@
|
|
|
2336
2358
|
"license": "MIT"
|
|
2337
2359
|
},
|
|
2338
2360
|
"node_modules/@standard-schema/spec": {
|
|
2339
|
-
"version": "1.
|
|
2340
|
-
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.
|
|
2341
|
-
"integrity": "sha512-
|
|
2361
|
+
"version": "1.1.0",
|
|
2362
|
+
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
|
2363
|
+
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
|
2342
2364
|
"license": "MIT"
|
|
2343
2365
|
},
|
|
2344
2366
|
"node_modules/@tokenizer/token": {
|
|
@@ -2390,9 +2412,9 @@
|
|
|
2390
2412
|
}
|
|
2391
2413
|
},
|
|
2392
2414
|
"node_modules/@types/node": {
|
|
2393
|
-
"version": "25.0.
|
|
2394
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.
|
|
2395
|
-
"integrity": "sha512-
|
|
2415
|
+
"version": "25.0.3",
|
|
2416
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
|
|
2417
|
+
"integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
|
|
2396
2418
|
"license": "MIT",
|
|
2397
2419
|
"dependencies": {
|
|
2398
2420
|
"undici-types": "~7.16.0"
|
|
@@ -3697,13 +3719,43 @@
|
|
|
3697
3719
|
}
|
|
3698
3720
|
},
|
|
3699
3721
|
"node_modules/fetch-cookie": {
|
|
3700
|
-
"version": "3.
|
|
3701
|
-
"resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-3.
|
|
3702
|
-
"integrity": "sha512-
|
|
3722
|
+
"version": "3.2.0",
|
|
3723
|
+
"resolved": "https://registry.npmjs.org/fetch-cookie/-/fetch-cookie-3.2.0.tgz",
|
|
3724
|
+
"integrity": "sha512-n61pQIxP25C6DRhcJxn7BDzgHP/+S56Urowb5WFxtcRMpU6drqXD90xjyAsVQYsNSNNVbaCcYY1DuHsdkZLuiA==",
|
|
3703
3725
|
"license": "Unlicense",
|
|
3704
3726
|
"dependencies": {
|
|
3705
3727
|
"set-cookie-parser": "^2.4.8",
|
|
3706
|
-
"tough-cookie": "^
|
|
3728
|
+
"tough-cookie": "^6.0.0"
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"node_modules/fetch-cookie/node_modules/tldts": {
|
|
3732
|
+
"version": "7.0.19",
|
|
3733
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.19.tgz",
|
|
3734
|
+
"integrity": "sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==",
|
|
3735
|
+
"license": "MIT",
|
|
3736
|
+
"dependencies": {
|
|
3737
|
+
"tldts-core": "^7.0.19"
|
|
3738
|
+
},
|
|
3739
|
+
"bin": {
|
|
3740
|
+
"tldts": "bin/cli.js"
|
|
3741
|
+
}
|
|
3742
|
+
},
|
|
3743
|
+
"node_modules/fetch-cookie/node_modules/tldts-core": {
|
|
3744
|
+
"version": "7.0.19",
|
|
3745
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.19.tgz",
|
|
3746
|
+
"integrity": "sha512-lJX2dEWx0SGH4O6p+7FPwYmJ/bu1JbcGJ8RLaG9b7liIgZ85itUVEPbMtWRVrde/0fnDPEPHW10ZsKW3kVsE9A==",
|
|
3747
|
+
"license": "MIT"
|
|
3748
|
+
},
|
|
3749
|
+
"node_modules/fetch-cookie/node_modules/tough-cookie": {
|
|
3750
|
+
"version": "6.0.0",
|
|
3751
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
|
|
3752
|
+
"integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
|
|
3753
|
+
"license": "BSD-3-Clause",
|
|
3754
|
+
"dependencies": {
|
|
3755
|
+
"tldts": "^7.0.5"
|
|
3756
|
+
},
|
|
3757
|
+
"engines": {
|
|
3758
|
+
"node": ">=16"
|
|
3707
3759
|
}
|
|
3708
3760
|
},
|
|
3709
3761
|
"node_modules/fetch-retry": {
|
|
@@ -4060,6 +4112,16 @@
|
|
|
4060
4112
|
"integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==",
|
|
4061
4113
|
"license": "MIT"
|
|
4062
4114
|
},
|
|
4115
|
+
"node_modules/hono": {
|
|
4116
|
+
"version": "4.11.1",
|
|
4117
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.11.1.tgz",
|
|
4118
|
+
"integrity": "sha512-KsFcH0xxHes0J4zaQgWbYwmz3UPOOskdqZmItstUG93+Wk1ePBLkLGwbP9zlmh1BFUiL8Qp+Xfu9P7feJWpGNg==",
|
|
4119
|
+
"license": "MIT",
|
|
4120
|
+
"peer": true,
|
|
4121
|
+
"engines": {
|
|
4122
|
+
"node": ">=16.9.0"
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4063
4125
|
"node_modules/http-errors": {
|
|
4064
4126
|
"version": "2.0.1",
|
|
4065
4127
|
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
|
|
@@ -4485,6 +4547,12 @@
|
|
|
4485
4547
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4486
4548
|
"license": "MIT"
|
|
4487
4549
|
},
|
|
4550
|
+
"node_modules/json-schema-typed": {
|
|
4551
|
+
"version": "8.0.2",
|
|
4552
|
+
"resolved": "https://registry.npmjs.org/json-schema-typed/-/json-schema-typed-8.0.2.tgz",
|
|
4553
|
+
"integrity": "sha512-fQhoXdcvc3V28x7C7BMs4P5+kNlgUURe2jmUT1T//oBRMDrqy1QPelJimwZGo7Hg9VPV3EQV5Bnq4hbFy2vetA==",
|
|
4554
|
+
"license": "BSD-2-Clause"
|
|
4555
|
+
},
|
|
4488
4556
|
"node_modules/jsonwebtoken": {
|
|
4489
4557
|
"version": "9.0.3",
|
|
4490
4558
|
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
|
|
@@ -4570,9 +4638,9 @@
|
|
|
4570
4638
|
"license": "MIT"
|
|
4571
4639
|
},
|
|
4572
4640
|
"node_modules/lodash-es": {
|
|
4573
|
-
"version": "4.17.
|
|
4574
|
-
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.
|
|
4575
|
-
"integrity": "sha512-
|
|
4641
|
+
"version": "4.17.22",
|
|
4642
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.22.tgz",
|
|
4643
|
+
"integrity": "sha512-XEawp1t0gxSi9x01glktRZ5HDy0HXqrM0x5pXQM98EaI0NxO6jVM7omDOxsuEo5UIASAnm2bRp1Jt/e0a2XU8Q==",
|
|
4576
4644
|
"license": "MIT"
|
|
4577
4645
|
},
|
|
4578
4646
|
"node_modules/lodash.includes": {
|
|
@@ -5788,9 +5856,9 @@
|
|
|
5788
5856
|
}
|
|
5789
5857
|
},
|
|
5790
5858
|
"node_modules/send": {
|
|
5791
|
-
"version": "0.19.
|
|
5792
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.19.
|
|
5793
|
-
"integrity": "sha512-
|
|
5859
|
+
"version": "0.19.2",
|
|
5860
|
+
"resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz",
|
|
5861
|
+
"integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
|
|
5794
5862
|
"license": "MIT",
|
|
5795
5863
|
"dependencies": {
|
|
5796
5864
|
"debug": "2.6.9",
|
|
@@ -5799,13 +5867,13 @@
|
|
|
5799
5867
|
"encodeurl": "~2.0.0",
|
|
5800
5868
|
"escape-html": "~1.0.3",
|
|
5801
5869
|
"etag": "~1.8.1",
|
|
5802
|
-
"fresh": "0.5.2",
|
|
5803
|
-
"http-errors": "2.0.
|
|
5870
|
+
"fresh": "~0.5.2",
|
|
5871
|
+
"http-errors": "~2.0.1",
|
|
5804
5872
|
"mime": "1.6.0",
|
|
5805
5873
|
"ms": "2.1.3",
|
|
5806
|
-
"on-finished": "2.4.1",
|
|
5874
|
+
"on-finished": "~2.4.1",
|
|
5807
5875
|
"range-parser": "~1.2.1",
|
|
5808
|
-
"statuses": "2.0.
|
|
5876
|
+
"statuses": "~2.0.2"
|
|
5809
5877
|
},
|
|
5810
5878
|
"engines": {
|
|
5811
5879
|
"node": ">= 0.8.0"
|
|
@@ -5826,22 +5894,6 @@
|
|
|
5826
5894
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
5827
5895
|
"license": "MIT"
|
|
5828
5896
|
},
|
|
5829
|
-
"node_modules/send/node_modules/http-errors": {
|
|
5830
|
-
"version": "2.0.0",
|
|
5831
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
5832
|
-
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
5833
|
-
"license": "MIT",
|
|
5834
|
-
"dependencies": {
|
|
5835
|
-
"depd": "2.0.0",
|
|
5836
|
-
"inherits": "2.0.4",
|
|
5837
|
-
"setprototypeof": "1.2.0",
|
|
5838
|
-
"statuses": "2.0.1",
|
|
5839
|
-
"toidentifier": "1.0.1"
|
|
5840
|
-
},
|
|
5841
|
-
"engines": {
|
|
5842
|
-
"node": ">= 0.8"
|
|
5843
|
-
}
|
|
5844
|
-
},
|
|
5845
5897
|
"node_modules/send/node_modules/mime": {
|
|
5846
5898
|
"version": "1.6.0",
|
|
5847
5899
|
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
@@ -5854,115 +5906,21 @@
|
|
|
5854
5906
|
"node": ">=4"
|
|
5855
5907
|
}
|
|
5856
5908
|
},
|
|
5857
|
-
"node_modules/send/node_modules/statuses": {
|
|
5858
|
-
"version": "2.0.1",
|
|
5859
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
5860
|
-
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
5861
|
-
"license": "MIT",
|
|
5862
|
-
"engines": {
|
|
5863
|
-
"node": ">= 0.8"
|
|
5864
|
-
}
|
|
5865
|
-
},
|
|
5866
5909
|
"node_modules/serve-static": {
|
|
5867
|
-
"version": "1.16.
|
|
5868
|
-
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.
|
|
5869
|
-
"integrity": "sha512-
|
|
5910
|
+
"version": "1.16.3",
|
|
5911
|
+
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
|
|
5912
|
+
"integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
|
|
5870
5913
|
"license": "MIT",
|
|
5871
5914
|
"dependencies": {
|
|
5872
5915
|
"encodeurl": "~2.0.0",
|
|
5873
5916
|
"escape-html": "~1.0.3",
|
|
5874
5917
|
"parseurl": "~1.3.3",
|
|
5875
|
-
"send": "0.19.
|
|
5918
|
+
"send": "~0.19.1"
|
|
5876
5919
|
},
|
|
5877
5920
|
"engines": {
|
|
5878
5921
|
"node": ">= 0.8.0"
|
|
5879
5922
|
}
|
|
5880
5923
|
},
|
|
5881
|
-
"node_modules/serve-static/node_modules/debug": {
|
|
5882
|
-
"version": "2.6.9",
|
|
5883
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
5884
|
-
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
5885
|
-
"license": "MIT",
|
|
5886
|
-
"dependencies": {
|
|
5887
|
-
"ms": "2.0.0"
|
|
5888
|
-
}
|
|
5889
|
-
},
|
|
5890
|
-
"node_modules/serve-static/node_modules/debug/node_modules/ms": {
|
|
5891
|
-
"version": "2.0.0",
|
|
5892
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
5893
|
-
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
5894
|
-
"license": "MIT"
|
|
5895
|
-
},
|
|
5896
|
-
"node_modules/serve-static/node_modules/http-errors": {
|
|
5897
|
-
"version": "2.0.0",
|
|
5898
|
-
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
5899
|
-
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
5900
|
-
"license": "MIT",
|
|
5901
|
-
"dependencies": {
|
|
5902
|
-
"depd": "2.0.0",
|
|
5903
|
-
"inherits": "2.0.4",
|
|
5904
|
-
"setprototypeof": "1.2.0",
|
|
5905
|
-
"statuses": "2.0.1",
|
|
5906
|
-
"toidentifier": "1.0.1"
|
|
5907
|
-
},
|
|
5908
|
-
"engines": {
|
|
5909
|
-
"node": ">= 0.8"
|
|
5910
|
-
}
|
|
5911
|
-
},
|
|
5912
|
-
"node_modules/serve-static/node_modules/mime": {
|
|
5913
|
-
"version": "1.6.0",
|
|
5914
|
-
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
5915
|
-
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
5916
|
-
"license": "MIT",
|
|
5917
|
-
"bin": {
|
|
5918
|
-
"mime": "cli.js"
|
|
5919
|
-
},
|
|
5920
|
-
"engines": {
|
|
5921
|
-
"node": ">=4"
|
|
5922
|
-
}
|
|
5923
|
-
},
|
|
5924
|
-
"node_modules/serve-static/node_modules/send": {
|
|
5925
|
-
"version": "0.19.0",
|
|
5926
|
-
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
|
5927
|
-
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
5928
|
-
"license": "MIT",
|
|
5929
|
-
"dependencies": {
|
|
5930
|
-
"debug": "2.6.9",
|
|
5931
|
-
"depd": "2.0.0",
|
|
5932
|
-
"destroy": "1.2.0",
|
|
5933
|
-
"encodeurl": "~1.0.2",
|
|
5934
|
-
"escape-html": "~1.0.3",
|
|
5935
|
-
"etag": "~1.8.1",
|
|
5936
|
-
"fresh": "0.5.2",
|
|
5937
|
-
"http-errors": "2.0.0",
|
|
5938
|
-
"mime": "1.6.0",
|
|
5939
|
-
"ms": "2.1.3",
|
|
5940
|
-
"on-finished": "2.4.1",
|
|
5941
|
-
"range-parser": "~1.2.1",
|
|
5942
|
-
"statuses": "2.0.1"
|
|
5943
|
-
},
|
|
5944
|
-
"engines": {
|
|
5945
|
-
"node": ">= 0.8.0"
|
|
5946
|
-
}
|
|
5947
|
-
},
|
|
5948
|
-
"node_modules/serve-static/node_modules/send/node_modules/encodeurl": {
|
|
5949
|
-
"version": "1.0.2",
|
|
5950
|
-
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
5951
|
-
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
5952
|
-
"license": "MIT",
|
|
5953
|
-
"engines": {
|
|
5954
|
-
"node": ">= 0.8"
|
|
5955
|
-
}
|
|
5956
|
-
},
|
|
5957
|
-
"node_modules/serve-static/node_modules/statuses": {
|
|
5958
|
-
"version": "2.0.1",
|
|
5959
|
-
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
|
|
5960
|
-
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
5961
|
-
"license": "MIT",
|
|
5962
|
-
"engines": {
|
|
5963
|
-
"node": ">= 0.8"
|
|
5964
|
-
}
|
|
5965
|
-
},
|
|
5966
5924
|
"node_modules/set-cookie-parser": {
|
|
5967
5925
|
"version": "2.7.2",
|
|
5968
5926
|
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "momentic",
|
|
3
|
-
"version": "2.27.
|
|
3
|
+
"version": "2.27.2",
|
|
4
4
|
"bin": {
|
|
5
5
|
"momentic": "./bin/cli.js"
|
|
6
6
|
},
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@faker-js/faker": "^8.4.1",
|
|
20
20
|
"@inquirer/prompts": "^7.10.1",
|
|
21
21
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
22
|
-
"@octokit/auth-app": "^8.
|
|
23
|
-
"@octokit/rest": "^22.0.
|
|
22
|
+
"@octokit/auth-app": "^8.1.2",
|
|
23
|
+
"@octokit/rest": "^22.0.1",
|
|
24
24
|
"@sentry/node": "^10.27.0",
|
|
25
25
|
"adm-zip": "^0.5.16",
|
|
26
26
|
"ai": "5.0.71",
|