momentic-mobile 0.13.2 → 0.14.0

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.13.2",
3
+ "version": "0.14.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic-mobile",
9
- "version": "0.13.2",
9
+ "version": "0.14.0",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -15656,9 +15656,9 @@
15656
15656
  }
15657
15657
  },
15658
15658
  "node_modules/undici": {
15659
- "version": "7.18.0",
15660
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.0.tgz",
15661
- "integrity": "sha512-CfPufgPFHCYu0W4h1NiKW9+tNJ39o3kWm7Cm29ET1enSJx+AERfz7A2wAr26aY0SZbYzZlTBQtcHy15o60VZfQ==",
15659
+ "version": "7.18.2",
15660
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz",
15661
+ "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==",
15662
15662
  "license": "MIT",
15663
15663
  "engines": {
15664
15664
  "node": ">=20.18.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic-mobile",
3
- "version": "0.13.2",
3
+ "version": "0.14.0",
4
4
  "bin": {
5
5
  "momentic-mobile": "./bin/cli.js"
6
6
  },