momentic-mobile 0.0.27 → 0.0.28
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 +149 -100
- package/npm-shrinkwrap.json +47 -77
- package/package.json +1 -1
- package/static/assets/{index-p7FA6-Hh.js → index-ZYzNUZnc.js} +110 -110
- package/static/index.html +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "momentic-mobile",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.28",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "momentic-mobile",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.28",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@actions/exec": "^1.1.1",
|
|
12
12
|
"@actions/io": "^1.1.3",
|
|
@@ -458,9 +458,9 @@
|
|
|
458
458
|
}
|
|
459
459
|
},
|
|
460
460
|
"node_modules/@dotenvx/dotenvx": {
|
|
461
|
-
"version": "1.51.
|
|
462
|
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.51.
|
|
463
|
-
"integrity": "sha512-
|
|
461
|
+
"version": "1.51.1",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.51.1.tgz",
|
|
463
|
+
"integrity": "sha512-fqcQxcxC4LOaUlW8IkyWw8x0yirlLUkbxohz9OnWvVWjf73J5yyw7jxWnkOJaUKXZotcGEScDox9MU6rSkcDgg==",
|
|
464
464
|
"license": "BSD-3-Clause",
|
|
465
465
|
"dependencies": {
|
|
466
466
|
"commander": "^11.1.0",
|
|
@@ -481,9 +481,9 @@
|
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
483
|
"node_modules/@ecies/ciphers": {
|
|
484
|
-
"version": "0.2.
|
|
485
|
-
"resolved": "https://registry.npmjs.org/@ecies/ciphers/-/ciphers-0.2.
|
|
486
|
-
"integrity": "sha512-
|
|
484
|
+
"version": "0.2.5",
|
|
485
|
+
"resolved": "https://registry.npmjs.org/@ecies/ciphers/-/ciphers-0.2.5.tgz",
|
|
486
|
+
"integrity": "sha512-GalEZH4JgOMHYYcYmVqnFirFsjZHeoGMDt9IxEnM9F7GRUUyUksJ7Ou53L83WHJq3RWKD3AcBpo0iQh0oMpf8A==",
|
|
487
487
|
"license": "MIT",
|
|
488
488
|
"engines": {
|
|
489
489
|
"bun": ">=1",
|
|
@@ -495,9 +495,9 @@
|
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
"node_modules/@emnapi/runtime": {
|
|
498
|
-
"version": "1.
|
|
499
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
500
|
-
"integrity": "sha512-
|
|
498
|
+
"version": "1.7.0",
|
|
499
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.0.tgz",
|
|
500
|
+
"integrity": "sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==",
|
|
501
501
|
"license": "MIT",
|
|
502
502
|
"optional": true,
|
|
503
503
|
"dependencies": {
|
|
@@ -1954,12 +1954,12 @@
|
|
|
1954
1954
|
"license": "MIT"
|
|
1955
1955
|
},
|
|
1956
1956
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
1957
|
-
"version": "
|
|
1958
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-
|
|
1959
|
-
"integrity": "sha512-
|
|
1957
|
+
"version": "14.0.0",
|
|
1958
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-14.0.0.tgz",
|
|
1959
|
+
"integrity": "sha512-fNVRE7ufJiAA3XUrha2omTA39M6IXIc6GIZLvlbsm8QOQCYvpq/LkMNGyFlB1d8hTDzsAXa3OKtybdMAYsV/fw==",
|
|
1960
1960
|
"license": "MIT",
|
|
1961
1961
|
"dependencies": {
|
|
1962
|
-
"@octokit/types": "^
|
|
1962
|
+
"@octokit/types": "^16.0.0"
|
|
1963
1963
|
},
|
|
1964
1964
|
"engines": {
|
|
1965
1965
|
"node": ">= 20"
|
|
@@ -1968,21 +1968,6 @@
|
|
|
1968
1968
|
"@octokit/core": ">=6"
|
|
1969
1969
|
}
|
|
1970
1970
|
},
|
|
1971
|
-
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
|
|
1972
|
-
"version": "26.0.0",
|
|
1973
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-26.0.0.tgz",
|
|
1974
|
-
"integrity": "sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==",
|
|
1975
|
-
"license": "MIT"
|
|
1976
|
-
},
|
|
1977
|
-
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
|
|
1978
|
-
"version": "15.0.2",
|
|
1979
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-15.0.2.tgz",
|
|
1980
|
-
"integrity": "sha512-rR+5VRjhYSer7sC51krfCctQhVTmjyUMAaShfPB8mscVa8tSoLyon3coxQmXu0ahJoLVWl8dSGD/3OGZlFV44Q==",
|
|
1981
|
-
"license": "MIT",
|
|
1982
|
-
"dependencies": {
|
|
1983
|
-
"@octokit/openapi-types": "^26.0.0"
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
1971
|
"node_modules/@octokit/plugin-request-log": {
|
|
1987
1972
|
"version": "6.0.0",
|
|
1988
1973
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-6.0.0.tgz",
|
|
@@ -1996,12 +1981,12 @@
|
|
|
1996
1981
|
}
|
|
1997
1982
|
},
|
|
1998
1983
|
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
1999
|
-
"version": "
|
|
2000
|
-
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-
|
|
2001
|
-
"integrity": "sha512-
|
|
1984
|
+
"version": "17.0.0",
|
|
1985
|
+
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-17.0.0.tgz",
|
|
1986
|
+
"integrity": "sha512-B5yCyIlOJFPqUUeiD0cnBJwWJO8lkJs5d8+ze9QDP6SvfiXSz1BF+91+0MeI1d2yxgOhU/O+CvtiZ9jSkHhFAw==",
|
|
2002
1987
|
"license": "MIT",
|
|
2003
1988
|
"dependencies": {
|
|
2004
|
-
"@octokit/types": "^
|
|
1989
|
+
"@octokit/types": "^16.0.0"
|
|
2005
1990
|
},
|
|
2006
1991
|
"engines": {
|
|
2007
1992
|
"node": ">= 20"
|
|
@@ -2010,21 +1995,6 @@
|
|
|
2010
1995
|
"@octokit/core": ">=6"
|
|
2011
1996
|
}
|
|
2012
1997
|
},
|
|
2013
|
-
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
|
|
2014
|
-
"version": "26.0.0",
|
|
2015
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-26.0.0.tgz",
|
|
2016
|
-
"integrity": "sha512-7AtcfKtpo77j7Ts73b4OWhOZHTKo/gGY8bB3bNBQz4H+GRSWqx2yvj8TXRsbdTE0eRmYmXOEY66jM7mJ7LzfsA==",
|
|
2017
|
-
"license": "MIT"
|
|
2018
|
-
},
|
|
2019
|
-
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
|
|
2020
|
-
"version": "15.0.2",
|
|
2021
|
-
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-15.0.2.tgz",
|
|
2022
|
-
"integrity": "sha512-rR+5VRjhYSer7sC51krfCctQhVTmjyUMAaShfPB8mscVa8tSoLyon3coxQmXu0ahJoLVWl8dSGD/3OGZlFV44Q==",
|
|
2023
|
-
"license": "MIT",
|
|
2024
|
-
"dependencies": {
|
|
2025
|
-
"@octokit/openapi-types": "^26.0.0"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
1998
|
"node_modules/@octokit/request": {
|
|
2029
1999
|
"version": "10.0.6",
|
|
2030
2000
|
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-10.0.6.tgz",
|
|
@@ -2054,15 +2024,15 @@
|
|
|
2054
2024
|
}
|
|
2055
2025
|
},
|
|
2056
2026
|
"node_modules/@octokit/rest": {
|
|
2057
|
-
"version": "22.0.
|
|
2058
|
-
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-22.0.
|
|
2059
|
-
"integrity": "sha512-
|
|
2027
|
+
"version": "22.0.1",
|
|
2028
|
+
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-22.0.1.tgz",
|
|
2029
|
+
"integrity": "sha512-Jzbhzl3CEexhnivb1iQ0KJ7s5vvjMWcmRtq5aUsKmKDrRW6z3r84ngmiFKFvpZjpiU/9/S6ITPFRpn5s/3uQJw==",
|
|
2060
2030
|
"license": "MIT",
|
|
2061
2031
|
"dependencies": {
|
|
2062
|
-
"@octokit/core": "^7.0.
|
|
2063
|
-
"@octokit/plugin-paginate-rest": "^
|
|
2032
|
+
"@octokit/core": "^7.0.6",
|
|
2033
|
+
"@octokit/plugin-paginate-rest": "^14.0.0",
|
|
2064
2034
|
"@octokit/plugin-request-log": "^6.0.0",
|
|
2065
|
-
"@octokit/plugin-rest-endpoint-methods": "^
|
|
2035
|
+
"@octokit/plugin-rest-endpoint-methods": "^17.0.0"
|
|
2066
2036
|
},
|
|
2067
2037
|
"engines": {
|
|
2068
2038
|
"node": ">= 20"
|
|
@@ -2671,9 +2641,9 @@
|
|
|
2671
2641
|
}
|
|
2672
2642
|
},
|
|
2673
2643
|
"node_modules/@puppeteer/browsers": {
|
|
2674
|
-
"version": "2.10.
|
|
2675
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.
|
|
2676
|
-
"integrity": "sha512-
|
|
2644
|
+
"version": "2.10.13",
|
|
2645
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.10.13.tgz",
|
|
2646
|
+
"integrity": "sha512-a9Ruw3j3qlnB5a/zHRTkruppynxqaeE4H9WNj5eYGRWqw0ZauZ23f4W2ARf3hghF5doozyD+CRtt7XSYuYRI/Q==",
|
|
2677
2647
|
"license": "Apache-2.0",
|
|
2678
2648
|
"dependencies": {
|
|
2679
2649
|
"debug": "^4.4.3",
|
|
@@ -2965,9 +2935,9 @@
|
|
|
2965
2935
|
}
|
|
2966
2936
|
},
|
|
2967
2937
|
"node_modules/@types/node": {
|
|
2968
|
-
"version": "24.
|
|
2969
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
2970
|
-
"integrity": "sha512-
|
|
2938
|
+
"version": "24.10.0",
|
|
2939
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz",
|
|
2940
|
+
"integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==",
|
|
2971
2941
|
"license": "MIT",
|
|
2972
2942
|
"dependencies": {
|
|
2973
2943
|
"undici-types": "~7.16.0"
|
|
@@ -8575,9 +8545,9 @@
|
|
|
8575
8545
|
}
|
|
8576
8546
|
},
|
|
8577
8547
|
"node_modules/axios": {
|
|
8578
|
-
"version": "1.13.
|
|
8579
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.
|
|
8580
|
-
"integrity": "sha512-
|
|
8548
|
+
"version": "1.13.2",
|
|
8549
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz",
|
|
8550
|
+
"integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==",
|
|
8581
8551
|
"license": "MIT",
|
|
8582
8552
|
"dependencies": {
|
|
8583
8553
|
"follow-redirects": "^1.15.6",
|
|
@@ -8703,9 +8673,9 @@
|
|
|
8703
8673
|
}
|
|
8704
8674
|
},
|
|
8705
8675
|
"node_modules/bare-url": {
|
|
8706
|
-
"version": "2.3.
|
|
8707
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.
|
|
8708
|
-
"integrity": "sha512-
|
|
8676
|
+
"version": "2.3.2",
|
|
8677
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
|
|
8678
|
+
"integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
|
|
8709
8679
|
"license": "Apache-2.0",
|
|
8710
8680
|
"optional": true,
|
|
8711
8681
|
"dependencies": {
|
|
@@ -10524,9 +10494,9 @@
|
|
|
10524
10494
|
"license": "BSD-3-Clause"
|
|
10525
10495
|
},
|
|
10526
10496
|
"node_modules/fast-xml-parser": {
|
|
10527
|
-
"version": "5.3.
|
|
10528
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
10529
|
-
"integrity": "sha512-
|
|
10497
|
+
"version": "5.3.1",
|
|
10498
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.1.tgz",
|
|
10499
|
+
"integrity": "sha512-jbNkWiv2Ec1A7wuuxk0br0d0aTMUtQ4IkL+l/i1r9PRf6pLXjDgsBsWwO+UyczmQlnehi4Tbc8/KIvxGQe+I/A==",
|
|
10530
10500
|
"funding": [
|
|
10531
10501
|
{
|
|
10532
10502
|
"type": "github",
|
|
@@ -14186,10 +14156,10 @@
|
|
|
14186
14156
|
}
|
|
14187
14157
|
},
|
|
14188
14158
|
"node_modules/sax": {
|
|
14189
|
-
"version": "1.4.
|
|
14190
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.
|
|
14191
|
-
"integrity": "sha512
|
|
14192
|
-
"license": "
|
|
14159
|
+
"version": "1.4.3",
|
|
14160
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
|
|
14161
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
14162
|
+
"license": "BlueOak-1.0.0"
|
|
14193
14163
|
},
|
|
14194
14164
|
"node_modules/scmp": {
|
|
14195
14165
|
"version": "2.1.0",
|
|
@@ -14566,9 +14536,9 @@
|
|
|
14566
14536
|
}
|
|
14567
14537
|
},
|
|
14568
14538
|
"node_modules/simple-git": {
|
|
14569
|
-
"version": "3.
|
|
14570
|
-
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.
|
|
14571
|
-
"integrity": "sha512-
|
|
14539
|
+
"version": "3.30.0",
|
|
14540
|
+
"resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.30.0.tgz",
|
|
14541
|
+
"integrity": "sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==",
|
|
14572
14542
|
"license": "MIT",
|
|
14573
14543
|
"dependencies": {
|
|
14574
14544
|
"@kwsites/file-exists": "^1.1.1",
|