momentic-mobile 0.0.6 → 0.0.9

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-mobile",
3
- "version": "0.0.6",
3
+ "version": "0.0.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic-mobile",
9
- "version": "0.0.6",
9
+ "version": "0.0.9",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -1343,9 +1343,9 @@
1343
1343
  }
1344
1344
  },
1345
1345
  "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
1346
- "version": "6.2.1",
1347
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
1348
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
1346
+ "version": "6.2.3",
1347
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
1348
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
1349
1349
  "license": "MIT",
1350
1350
  "engines": {
1351
1351
  "node": ">=12"
@@ -3341,9 +3341,9 @@
3341
3341
  }
3342
3342
  },
3343
3343
  "node_modules/@zip.js/zip.js": {
3344
- "version": "2.7.73",
3345
- "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.7.73.tgz",
3346
- "integrity": "sha512-I2UP8/rdQE5hTtVVL08B7P8XuwXiKuuMUPjNuFOVL/9b+8IsExR9S5jz2H58u0rJjU4M1BikLgqEMG8gZJZVBw==",
3344
+ "version": "2.8.2",
3345
+ "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.2.tgz",
3346
+ "integrity": "sha512-PI6UdgpSeVoGvzguKHmy2bwOqI3UYkntLZOCpyJSKIi7234c5aJmQYkJB/P4P2YUJkqhbqvu7iM2/0eJZ178nA==",
3347
3347
  "license": "BSD-3-Clause",
3348
3348
  "engines": {
3349
3349
  "bun": ">=0.7.0",
@@ -3487,9 +3487,9 @@
3487
3487
  }
3488
3488
  },
3489
3489
  "node_modules/ansi-regex": {
3490
- "version": "6.2.0",
3491
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz",
3492
- "integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==",
3490
+ "version": "6.2.2",
3491
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
3492
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
3493
3493
  "license": "MIT",
3494
3494
  "engines": {
3495
3495
  "node": ">=12"
@@ -8776,25 +8776,30 @@
8776
8776
  "optional": true
8777
8777
  },
8778
8778
  "node_modules/bare-fs": {
8779
- "version": "4.2.3",
8780
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.2.3.tgz",
8781
- "integrity": "sha512-1aGs5pRVLToMQ79elP+7cc0u0s/wXAzfBv/7hDloT7WFggLqECCas5qqPky7WHCFdsBH5WDq6sD4fAoz5sJbtA==",
8779
+ "version": "4.3.2",
8780
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.3.2.tgz",
8781
+ "integrity": "sha512-FAJ00JF69O6/oKAP+oiJYgdem1biZoGAR0NbRkBRQZ26shA87DmdHWbpeY3EVKPrAzHByLoLo+hAzTT6NTJWCg==",
8782
8782
  "license": "Apache-2.0",
8783
8783
  "optional": true,
8784
8784
  "dependencies": {
8785
8785
  "bare-events": "^2.5.4",
8786
8786
  "bare-path": "^3.0.0",
8787
- "bare-stream": "^2.6.4"
8787
+ "bare-stream": "^2.6.4",
8788
+ "bare-url": "^2.2.2"
8788
8789
  },
8789
8790
  "engines": {
8790
8791
  "bare": ">=1.16.0"
8791
8792
  },
8792
8793
  "peerDependencies": {
8793
- "bare-buffer": "*"
8794
+ "bare-buffer": "*",
8795
+ "bare-url": "*"
8794
8796
  },
8795
8797
  "peerDependenciesMeta": {
8796
8798
  "bare-buffer": {
8797
8799
  "optional": true
8800
+ },
8801
+ "bare-url": {
8802
+ "optional": true
8798
8803
  }
8799
8804
  }
8800
8805
  },
@@ -8840,6 +8845,16 @@
8840
8845
  }
8841
8846
  }
8842
8847
  },
8848
+ "node_modules/bare-url": {
8849
+ "version": "2.2.2",
8850
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.2.2.tgz",
8851
+ "integrity": "sha512-g+ueNGKkrjMazDG3elZO1pNs3HY5+mMmOet1jtKyhOaCnkLzitxf26z7hoAEkDNgdNmnc1KIlt/dw6Po6xZMpA==",
8852
+ "license": "Apache-2.0",
8853
+ "optional": true,
8854
+ "dependencies": {
8855
+ "bare-path": "^3.0.0"
8856
+ }
8857
+ },
8843
8858
  "node_modules/base64-js": {
8844
8859
  "version": "1.5.1",
8845
8860
  "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -9160,9 +9175,9 @@
9160
9175
  "license": "MIT"
9161
9176
  },
9162
9177
  "node_modules/chalk": {
9163
- "version": "5.6.0",
9164
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz",
9165
- "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==",
9178
+ "version": "5.6.2",
9179
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
9180
+ "integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
9166
9181
  "license": "MIT",
9167
9182
  "engines": {
9168
9183
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -14410,9 +14425,9 @@
14410
14425
  }
14411
14426
  },
14412
14427
  "node_modules/run-applescript": {
14413
- "version": "7.0.0",
14414
- "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz",
14415
- "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
14428
+ "version": "7.1.0",
14429
+ "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
14430
+ "integrity": "sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==",
14416
14431
  "license": "MIT",
14417
14432
  "engines": {
14418
14433
  "node": ">=18"
@@ -15413,9 +15428,9 @@
15413
15428
  }
15414
15429
  },
15415
15430
  "node_modules/strip-ansi": {
15416
- "version": "7.1.0",
15417
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
15418
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
15431
+ "version": "7.1.2",
15432
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
15433
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
15419
15434
  "license": "MIT",
15420
15435
  "dependencies": {
15421
15436
  "ansi-regex": "^6.0.1"
@@ -15922,9 +15937,9 @@
15922
15937
  }
15923
15938
  },
15924
15939
  "node_modules/undici": {
15925
- "version": "7.15.0",
15926
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz",
15927
- "integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==",
15940
+ "version": "7.16.0",
15941
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
15942
+ "integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
15928
15943
  "license": "MIT",
15929
15944
  "engines": {
15930
15945
  "node": ">=20.18.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic-mobile",
3
- "version": "0.0.6",
3
+ "version": "0.0.9",
4
4
  "bin": {
5
5
  "momentic-mobile": "./bin/cli.js"
6
6
  },