momentic-mobile 0.0.19 → 0.0.20

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.19",
3
+ "version": "0.0.20",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic-mobile",
9
- "version": "0.0.19",
9
+ "version": "0.0.20",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -3075,9 +3075,9 @@
3075
3075
  }
3076
3076
  },
3077
3077
  "node_modules/@types/node": {
3078
- "version": "24.7.2",
3079
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz",
3080
- "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==",
3078
+ "version": "24.8.0",
3079
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.8.0.tgz",
3080
+ "integrity": "sha512-5x08bUtU8hfboMTrJ7mEO4CpepS9yBwAqcL52y86SWNmbPX8LVbNs3EP4cNrIZgdjk2NAlP2ahNihozpoZIxSg==",
3081
3081
  "license": "MIT",
3082
3082
  "dependencies": {
3083
3083
  "undici-types": "~7.14.0"
@@ -3310,9 +3310,9 @@
3310
3310
  }
3311
3311
  },
3312
3312
  "node_modules/@zip.js/zip.js": {
3313
- "version": "2.8.7",
3314
- "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.7.tgz",
3315
- "integrity": "sha512-8daf29EMM3gUpH/vSBSCYo2bY/wbamgRPxPpE2b+cDnbOLBHAcZikWad79R4Guemth/qtipzEHrZMq1lFXxWIA==",
3313
+ "version": "2.8.8",
3314
+ "resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.8.tgz",
3315
+ "integrity": "sha512-v0KutehhSAuaoFAFGLp+V4+UiZ1mIxQ8vNOYMD7k9ZJaBbtQV49MYlg568oRLiuwWDg2Di58Iw3Q0ESNWR+5JA==",
3316
3316
  "license": "BSD-3-Clause",
3317
3317
  "engines": {
3318
3318
  "bun": ">=0.7.0",
@@ -8731,9 +8731,9 @@
8731
8731
  }
8732
8732
  },
8733
8733
  "node_modules/bare-fs": {
8734
- "version": "4.4.10",
8735
- "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.4.10.tgz",
8736
- "integrity": "sha512-arqVF+xX/rJHwrONZaSPhlzleT2gXwVs9rsAe1p1mIVwWZI2A76/raio+KwwxfWMO8oV9Wo90EaUkS2QwVmy4w==",
8734
+ "version": "4.4.11",
8735
+ "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.4.11.tgz",
8736
+ "integrity": "sha512-Bejmm9zRMvMTRoHS+2adgmXw1ANZnCNx+B5dgZpGwlP1E3x6Yuxea8RToddHUbWtVV0iUMWqsgZr8+jcgUI2SA==",
8737
8737
  "license": "Apache-2.0",
8738
8738
  "optional": true,
8739
8739
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic-mobile",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "bin": {
5
5
  "momentic-mobile": "./bin/cli.js"
6
6
  },