momentic-mobile 0.0.14 → 0.0.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-mobile",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "momentic-mobile",
9
- "version": "0.0.14",
9
+ "version": "0.0.15",
10
10
  "dependencies": {
11
11
  "@actions/exec": "^1.1.1",
12
12
  "@actions/io": "^1.1.3",
@@ -8627,8 +8627,7 @@
8627
8627
  "version": "2.7.0",
8628
8628
  "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.7.0.tgz",
8629
8629
  "integrity": "sha512-b3N5eTW1g7vXkw+0CXh/HazGTcO5KYuu/RCNaJbDMPI6LHDi+7qe8EmxKUVe1sUbY2KZOVZFyj62x0OEz9qyAA==",
8630
- "license": "Apache-2.0",
8631
- "optional": true
8630
+ "license": "Apache-2.0"
8632
8631
  },
8633
8632
  "node_modules/bare-fs": {
8634
8633
  "version": "4.4.4",
@@ -10317,6 +10316,15 @@
10317
10316
  "node": ">=0.8.x"
10318
10317
  }
10319
10318
  },
10319
+ "node_modules/events-universal": {
10320
+ "version": "1.0.0",
10321
+ "resolved": "https://registry.npmjs.org/events-universal/-/events-universal-1.0.0.tgz",
10322
+ "integrity": "sha512-1KVXP1Oq8SiC0HsRraCryA4XGrZ2uJgIt/h4X+mB/8pzMKE7L8yBDN2lBlqJZeUwLAt7kf80m/5GX3HvoCrSGA==",
10323
+ "license": "Apache-2.0",
10324
+ "dependencies": {
10325
+ "bare-events": "^2.7.0"
10326
+ }
10327
+ },
10320
10328
  "node_modules/execa": {
10321
10329
  "version": "5.1.1",
10322
10330
  "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
@@ -14918,16 +14926,14 @@
14918
14926
  }
14919
14927
  },
14920
14928
  "node_modules/streamx": {
14921
- "version": "2.22.1",
14922
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.22.1.tgz",
14923
- "integrity": "sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==",
14929
+ "version": "2.23.0",
14930
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.23.0.tgz",
14931
+ "integrity": "sha512-kn+e44esVfn2Fa/O0CPFcex27fjIL6MkVae0Mm6q+E6f0hWv578YCERbv+4m02cjxvDsPKLnmxral/rR6lBMAg==",
14924
14932
  "license": "MIT",
14925
14933
  "dependencies": {
14934
+ "events-universal": "^1.0.0",
14926
14935
  "fast-fifo": "^1.3.2",
14927
14936
  "text-decoder": "^1.1.0"
14928
- },
14929
- "optionalDependencies": {
14930
- "bare-events": "^2.2.0"
14931
14937
  }
14932
14938
  },
14933
14939
  "node_modules/string_decoder": {
@@ -15370,12 +15376,12 @@
15370
15376
  "license": "0BSD"
15371
15377
  },
15372
15378
  "node_modules/twilio": {
15373
- "version": "5.10.0",
15374
- "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.10.0.tgz",
15375
- "integrity": "sha512-+9gFJq+LWTq13cxX9WLEDoh/6xbTKLxb2icISz42HGXdfD6Ld+npOwDAWdod7o/bVPz2KQkXLhRlWzMeGxNzng==",
15379
+ "version": "5.9.0",
15380
+ "resolved": "https://registry.npmjs.org/twilio/-/twilio-5.9.0.tgz",
15381
+ "integrity": "sha512-Ij+xT9MZZSjP64lsy+x6vYsCCb5m2Db9KffkMXBrN3zWbG3rbkXxl+MZVVzrvpwEdSbQD0vMuin+TTlQ6kR6Xg==",
15376
15382
  "license": "MIT",
15377
15383
  "dependencies": {
15378
- "axios": "^1.12.0",
15384
+ "axios": "^1.11.0",
15379
15385
  "dayjs": "^1.11.9",
15380
15386
  "https-proxy-agent": "^5.0.0",
15381
15387
  "jsonwebtoken": "^9.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic-mobile",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "bin": {
5
5
  "momentic-mobile": "./bin/cli.js"
6
6
  },