momentic-mobile 0.0.8 → 0.0.10
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 +28 -28
- package/npm-shrinkwrap.json +8 -452
- package/package.json +2 -2
- package/static/assets/{index-qm0-NS6z.js → index-IUzoBn-p.js} +114 -114
- 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.10",
|
|
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.10",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@actions/exec": "^1.1.1",
|
|
12
12
|
"@actions/io": "^1.1.3",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@exodus/schemasafe": "^1.3.0",
|
|
16
16
|
"@faker-js/faker": "^8.4.1",
|
|
17
17
|
"@inquirer/prompts": "^7.7.0",
|
|
18
|
-
"@
|
|
18
|
+
"@limrun/api": "^0.8.0",
|
|
19
19
|
"@octokit/auth-app": "^7.2.2",
|
|
20
20
|
"@octokit/rest": "^20.1.2",
|
|
21
21
|
"@sentry/node": "^9.28.1",
|
|
@@ -104,54 +104,6 @@
|
|
|
104
104
|
"integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
|
|
105
105
|
"license": "MIT"
|
|
106
106
|
},
|
|
107
|
-
"node_modules/@apidevtools/json-schema-ref-parser": {
|
|
108
|
-
"version": "14.0.1",
|
|
109
|
-
"resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-14.0.1.tgz",
|
|
110
|
-
"integrity": "sha512-Oc96zvmxx1fqoSEdUmfmvvb59/KDOnUoJ7s2t7bISyAn0XEz57LCCw8k2Y4Pf3mwKaZLMciESALORLgfe2frCw==",
|
|
111
|
-
"license": "MIT",
|
|
112
|
-
"dependencies": {
|
|
113
|
-
"@types/json-schema": "^7.0.15",
|
|
114
|
-
"js-yaml": "^4.1.0"
|
|
115
|
-
},
|
|
116
|
-
"engines": {
|
|
117
|
-
"node": ">= 16"
|
|
118
|
-
},
|
|
119
|
-
"funding": {
|
|
120
|
-
"url": "https://github.com/sponsors/philsturgeon"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"node_modules/@apidevtools/openapi-schemas": {
|
|
124
|
-
"version": "2.1.0",
|
|
125
|
-
"resolved": "https://registry.npmjs.org/@apidevtools/openapi-schemas/-/openapi-schemas-2.1.0.tgz",
|
|
126
|
-
"integrity": "sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==",
|
|
127
|
-
"license": "MIT",
|
|
128
|
-
"engines": {
|
|
129
|
-
"node": ">=10"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"node_modules/@apidevtools/swagger-methods": {
|
|
133
|
-
"version": "3.0.2",
|
|
134
|
-
"resolved": "https://registry.npmjs.org/@apidevtools/swagger-methods/-/swagger-methods-3.0.2.tgz",
|
|
135
|
-
"integrity": "sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==",
|
|
136
|
-
"license": "MIT"
|
|
137
|
-
},
|
|
138
|
-
"node_modules/@apidevtools/swagger-parser": {
|
|
139
|
-
"version": "12.0.0",
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@apidevtools/swagger-parser/-/swagger-parser-12.0.0.tgz",
|
|
141
|
-
"integrity": "sha512-WLJIWcfOXrSKlZEM+yhA2Xzatgl488qr1FoOxixYmtWapBzwSC0gVGq4WObr4hHClMIiFFdOBdixNkvWqkWIWA==",
|
|
142
|
-
"license": "MIT",
|
|
143
|
-
"dependencies": {
|
|
144
|
-
"@apidevtools/json-schema-ref-parser": "14.0.1",
|
|
145
|
-
"@apidevtools/openapi-schemas": "^2.1.0",
|
|
146
|
-
"@apidevtools/swagger-methods": "^3.0.2",
|
|
147
|
-
"ajv": "^8.17.1",
|
|
148
|
-
"ajv-draft-04": "^1.0.0",
|
|
149
|
-
"call-me-maybe": "^1.0.2"
|
|
150
|
-
},
|
|
151
|
-
"peerDependencies": {
|
|
152
|
-
"openapi-types": ">=7"
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
107
|
"node_modules/@appium/base-driver": {
|
|
156
108
|
"version": "9.18.0",
|
|
157
109
|
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.18.0.tgz",
|
|
@@ -1809,18 +1761,13 @@
|
|
|
1809
1761
|
"integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==",
|
|
1810
1762
|
"license": "MIT"
|
|
1811
1763
|
},
|
|
1812
|
-
"node_modules/@
|
|
1813
|
-
"version": "0.
|
|
1814
|
-
"resolved": "https://registry.npmjs.org/@
|
|
1815
|
-
"integrity": "sha512-
|
|
1816
|
-
"license": "
|
|
1764
|
+
"node_modules/@limrun/api": {
|
|
1765
|
+
"version": "0.8.0",
|
|
1766
|
+
"resolved": "https://registry.npmjs.org/@limrun/api/-/api-0.8.0.tgz",
|
|
1767
|
+
"integrity": "sha512-GKW2yp3pGqKE251WzP77iz7yVmONzn7lxFPCQOv+r08biN1c57GgCSjzlQzAiZT9R06w/QJlxLBFcjfTfnz9jQ==",
|
|
1768
|
+
"license": "Apache-2.0",
|
|
1817
1769
|
"dependencies": {
|
|
1818
|
-
"@paralleldrive/cuid2": "^2.2.2",
|
|
1819
|
-
"oazapfts": "^6.2.2",
|
|
1820
1770
|
"ws": "^8.18.3"
|
|
1821
|
-
},
|
|
1822
|
-
"optionalDependencies": {
|
|
1823
|
-
"bufferutil": "^4.0.9"
|
|
1824
1771
|
}
|
|
1825
1772
|
},
|
|
1826
1773
|
"node_modules/@noble/ciphers": {
|
|
@@ -1862,13 +1809,6 @@
|
|
|
1862
1809
|
"url": "https://paulmillr.com/funding/"
|
|
1863
1810
|
}
|
|
1864
1811
|
},
|
|
1865
|
-
"node_modules/@oazapfts/runtime": {
|
|
1866
|
-
"version": "1.0.4",
|
|
1867
|
-
"resolved": "https://registry.npmjs.org/@oazapfts/runtime/-/runtime-1.0.4.tgz",
|
|
1868
|
-
"integrity": "sha512-7t6C2shug/6tZhQgkCa532oTYBLEnbASV/i1SG1rH2GB4h3aQQujYciYSPT92hvN4IwTe8S2hPkN/6iiOyTlCg==",
|
|
1869
|
-
"license": "MIT",
|
|
1870
|
-
"peer": true
|
|
1871
|
-
},
|
|
1872
1812
|
"node_modules/@octokit/auth-app": {
|
|
1873
1813
|
"version": "7.2.2",
|
|
1874
1814
|
"resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.2.2.tgz",
|
|
@@ -2812,15 +2752,6 @@
|
|
|
2812
2752
|
"@opentelemetry/api": "^1.1.0"
|
|
2813
2753
|
}
|
|
2814
2754
|
},
|
|
2815
|
-
"node_modules/@paralleldrive/cuid2": {
|
|
2816
|
-
"version": "2.2.2",
|
|
2817
|
-
"resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.2.2.tgz",
|
|
2818
|
-
"integrity": "sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==",
|
|
2819
|
-
"license": "MIT",
|
|
2820
|
-
"dependencies": {
|
|
2821
|
-
"@noble/hashes": "^1.1.5"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
2755
|
"node_modules/@pkgjs/parseargs": {
|
|
2825
2756
|
"version": "0.11.0",
|
|
2826
2757
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
@@ -3085,12 +3016,6 @@
|
|
|
3085
3016
|
"@types/ms": "*"
|
|
3086
3017
|
}
|
|
3087
3018
|
},
|
|
3088
|
-
"node_modules/@types/json-schema": {
|
|
3089
|
-
"version": "7.0.15",
|
|
3090
|
-
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
3091
|
-
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
3092
|
-
"license": "MIT"
|
|
3093
|
-
},
|
|
3094
3019
|
"node_modules/@types/ms": {
|
|
3095
3020
|
"version": "2.1.0",
|
|
3096
3021
|
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
@@ -3440,20 +3365,6 @@
|
|
|
3440
3365
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
3441
3366
|
}
|
|
3442
3367
|
},
|
|
3443
|
-
"node_modules/ajv-draft-04": {
|
|
3444
|
-
"version": "1.0.0",
|
|
3445
|
-
"resolved": "https://registry.npmjs.org/ajv-draft-04/-/ajv-draft-04-1.0.0.tgz",
|
|
3446
|
-
"integrity": "sha512-mv00Te6nmYbRp5DCwclxtt7yV/joXJPGS7nM+97GdxvuttCOfgI3K4U25zboyeX0O+myI8ERluxQe5wljMmVIw==",
|
|
3447
|
-
"license": "MIT",
|
|
3448
|
-
"peerDependencies": {
|
|
3449
|
-
"ajv": "^8.5.0"
|
|
3450
|
-
},
|
|
3451
|
-
"peerDependenciesMeta": {
|
|
3452
|
-
"ajv": {
|
|
3453
|
-
"optional": true
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
},
|
|
3457
3368
|
"node_modules/ajv-formats": {
|
|
3458
3369
|
"version": "3.0.1",
|
|
3459
3370
|
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz",
|
|
@@ -9101,20 +9012,6 @@
|
|
|
9101
9012
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
9102
9013
|
"license": "MIT"
|
|
9103
9014
|
},
|
|
9104
|
-
"node_modules/bufferutil": {
|
|
9105
|
-
"version": "4.0.9",
|
|
9106
|
-
"resolved": "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.9.tgz",
|
|
9107
|
-
"integrity": "sha512-WDtdLmJvAuNNPzByAYpRo2rF1Mmradw6gvWsQKf63476DDXmomT9zUiGypLcG4ibIM67vhAj8jJRdbmEws2Aqw==",
|
|
9108
|
-
"hasInstallScript": true,
|
|
9109
|
-
"license": "MIT",
|
|
9110
|
-
"optional": true,
|
|
9111
|
-
"dependencies": {
|
|
9112
|
-
"node-gyp-build": "^4.3.0"
|
|
9113
|
-
},
|
|
9114
|
-
"engines": {
|
|
9115
|
-
"node": ">=6.14.2"
|
|
9116
|
-
}
|
|
9117
|
-
},
|
|
9118
9015
|
"node_modules/bundle-name": {
|
|
9119
9016
|
"version": "4.1.0",
|
|
9120
9017
|
"resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
|
|
@@ -9168,12 +9065,6 @@
|
|
|
9168
9065
|
"url": "https://github.com/sponsors/ljharb"
|
|
9169
9066
|
}
|
|
9170
9067
|
},
|
|
9171
|
-
"node_modules/call-me-maybe": {
|
|
9172
|
-
"version": "1.0.2",
|
|
9173
|
-
"resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz",
|
|
9174
|
-
"integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==",
|
|
9175
|
-
"license": "MIT"
|
|
9176
|
-
},
|
|
9177
9068
|
"node_modules/chalk": {
|
|
9178
9069
|
"version": "5.6.2",
|
|
9179
9070
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -10379,12 +10270,6 @@
|
|
|
10379
10270
|
"node": ">= 0.4"
|
|
10380
10271
|
}
|
|
10381
10272
|
},
|
|
10382
|
-
"node_modules/es6-promise": {
|
|
10383
|
-
"version": "3.3.1",
|
|
10384
|
-
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz",
|
|
10385
|
-
"integrity": "sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==",
|
|
10386
|
-
"license": "MIT"
|
|
10387
|
-
},
|
|
10388
10273
|
"node_modules/escalade": {
|
|
10389
10274
|
"version": "3.2.0",
|
|
10390
10275
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
@@ -11447,12 +11332,6 @@
|
|
|
11447
11332
|
"integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==",
|
|
11448
11333
|
"license": "MIT"
|
|
11449
11334
|
},
|
|
11450
|
-
"node_modules/http2-client": {
|
|
11451
|
-
"version": "1.3.5",
|
|
11452
|
-
"resolved": "https://registry.npmjs.org/http2-client/-/http2-client-1.3.5.tgz",
|
|
11453
|
-
"integrity": "sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==",
|
|
11454
|
-
"license": "MIT"
|
|
11455
|
-
},
|
|
11456
11335
|
"node_modules/https-proxy-agent": {
|
|
11457
11336
|
"version": "7.0.6",
|
|
11458
11337
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
@@ -11891,18 +11770,6 @@
|
|
|
11891
11770
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
11892
11771
|
"license": "MIT"
|
|
11893
11772
|
},
|
|
11894
|
-
"node_modules/js-yaml": {
|
|
11895
|
-
"version": "4.1.0",
|
|
11896
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
11897
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
11898
|
-
"license": "MIT",
|
|
11899
|
-
"dependencies": {
|
|
11900
|
-
"argparse": "^2.0.1"
|
|
11901
|
-
},
|
|
11902
|
-
"bin": {
|
|
11903
|
-
"js-yaml": "bin/js-yaml.js"
|
|
11904
|
-
}
|
|
11905
|
-
},
|
|
11906
11773
|
"node_modules/jsftp": {
|
|
11907
11774
|
"version": "2.1.3",
|
|
11908
11775
|
"resolved": "https://registry.npmjs.org/jsftp/-/jsftp-2.1.3.tgz",
|
|
@@ -12799,39 +12666,6 @@
|
|
|
12799
12666
|
"url": "https://opencollective.com/node-fetch"
|
|
12800
12667
|
}
|
|
12801
12668
|
},
|
|
12802
|
-
"node_modules/node-fetch-h2": {
|
|
12803
|
-
"version": "2.3.0",
|
|
12804
|
-
"resolved": "https://registry.npmjs.org/node-fetch-h2/-/node-fetch-h2-2.3.0.tgz",
|
|
12805
|
-
"integrity": "sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==",
|
|
12806
|
-
"license": "MIT",
|
|
12807
|
-
"dependencies": {
|
|
12808
|
-
"http2-client": "^1.2.5"
|
|
12809
|
-
},
|
|
12810
|
-
"engines": {
|
|
12811
|
-
"node": "4.x || >=6.0.0"
|
|
12812
|
-
}
|
|
12813
|
-
},
|
|
12814
|
-
"node_modules/node-gyp-build": {
|
|
12815
|
-
"version": "4.8.4",
|
|
12816
|
-
"resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz",
|
|
12817
|
-
"integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==",
|
|
12818
|
-
"license": "MIT",
|
|
12819
|
-
"optional": true,
|
|
12820
|
-
"bin": {
|
|
12821
|
-
"node-gyp-build": "bin.js",
|
|
12822
|
-
"node-gyp-build-optional": "optional.js",
|
|
12823
|
-
"node-gyp-build-test": "build-test.js"
|
|
12824
|
-
}
|
|
12825
|
-
},
|
|
12826
|
-
"node_modules/node-readfiles": {
|
|
12827
|
-
"version": "0.2.0",
|
|
12828
|
-
"resolved": "https://registry.npmjs.org/node-readfiles/-/node-readfiles-0.2.0.tgz",
|
|
12829
|
-
"integrity": "sha512-SU00ZarexNlE4Rjdm83vglt5Y9yiQ+XI1XpflWlb7q7UTN1JUItm69xMeiQCTxtTfnzt+83T8Cx+vI2ED++VDA==",
|
|
12830
|
-
"license": "MIT",
|
|
12831
|
-
"dependencies": {
|
|
12832
|
-
"es6-promise": "^3.2.1"
|
|
12833
|
-
}
|
|
12834
|
-
},
|
|
12835
12669
|
"node_modules/nodejs-file-downloader": {
|
|
12836
12670
|
"version": "4.13.0",
|
|
12837
12671
|
"resolved": "https://registry.npmjs.org/nodejs-file-downloader/-/nodejs-file-downloader-4.13.0.tgz",
|
|
@@ -12938,123 +12772,6 @@
|
|
|
12938
12772
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
12939
12773
|
}
|
|
12940
12774
|
},
|
|
12941
|
-
"node_modules/oas-kit-common": {
|
|
12942
|
-
"version": "1.0.8",
|
|
12943
|
-
"resolved": "https://registry.npmjs.org/oas-kit-common/-/oas-kit-common-1.0.8.tgz",
|
|
12944
|
-
"integrity": "sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ==",
|
|
12945
|
-
"license": "BSD-3-Clause",
|
|
12946
|
-
"dependencies": {
|
|
12947
|
-
"fast-safe-stringify": "^2.0.7"
|
|
12948
|
-
}
|
|
12949
|
-
},
|
|
12950
|
-
"node_modules/oas-linter": {
|
|
12951
|
-
"version": "3.2.2",
|
|
12952
|
-
"resolved": "https://registry.npmjs.org/oas-linter/-/oas-linter-3.2.2.tgz",
|
|
12953
|
-
"integrity": "sha512-KEGjPDVoU5K6swgo9hJVA/qYGlwfbFx+Kg2QB/kd7rzV5N8N5Mg6PlsoCMohVnQmo+pzJap/F610qTodKzecGQ==",
|
|
12954
|
-
"license": "BSD-3-Clause",
|
|
12955
|
-
"dependencies": {
|
|
12956
|
-
"@exodus/schemasafe": "^1.0.0-rc.2",
|
|
12957
|
-
"should": "^13.2.1",
|
|
12958
|
-
"yaml": "^1.10.0"
|
|
12959
|
-
},
|
|
12960
|
-
"funding": {
|
|
12961
|
-
"url": "https://github.com/Mermade/oas-kit?sponsor=1"
|
|
12962
|
-
}
|
|
12963
|
-
},
|
|
12964
|
-
"node_modules/oas-linter/node_modules/yaml": {
|
|
12965
|
-
"version": "1.10.2",
|
|
12966
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
12967
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
12968
|
-
"license": "ISC",
|
|
12969
|
-
"engines": {
|
|
12970
|
-
"node": ">= 6"
|
|
12971
|
-
}
|
|
12972
|
-
},
|
|
12973
|
-
"node_modules/oas-resolver": {
|
|
12974
|
-
"version": "2.5.6",
|
|
12975
|
-
"resolved": "https://registry.npmjs.org/oas-resolver/-/oas-resolver-2.5.6.tgz",
|
|
12976
|
-
"integrity": "sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ==",
|
|
12977
|
-
"license": "BSD-3-Clause",
|
|
12978
|
-
"dependencies": {
|
|
12979
|
-
"node-fetch-h2": "^2.3.0",
|
|
12980
|
-
"oas-kit-common": "^1.0.8",
|
|
12981
|
-
"reftools": "^1.1.9",
|
|
12982
|
-
"yaml": "^1.10.0",
|
|
12983
|
-
"yargs": "^17.0.1"
|
|
12984
|
-
},
|
|
12985
|
-
"bin": {
|
|
12986
|
-
"resolve": "resolve.js"
|
|
12987
|
-
},
|
|
12988
|
-
"funding": {
|
|
12989
|
-
"url": "https://github.com/Mermade/oas-kit?sponsor=1"
|
|
12990
|
-
}
|
|
12991
|
-
},
|
|
12992
|
-
"node_modules/oas-resolver/node_modules/yaml": {
|
|
12993
|
-
"version": "1.10.2",
|
|
12994
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
12995
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
12996
|
-
"license": "ISC",
|
|
12997
|
-
"engines": {
|
|
12998
|
-
"node": ">= 6"
|
|
12999
|
-
}
|
|
13000
|
-
},
|
|
13001
|
-
"node_modules/oas-schema-walker": {
|
|
13002
|
-
"version": "1.1.5",
|
|
13003
|
-
"resolved": "https://registry.npmjs.org/oas-schema-walker/-/oas-schema-walker-1.1.5.tgz",
|
|
13004
|
-
"integrity": "sha512-2yucenq1a9YPmeNExoUa9Qwrt9RFkjqaMAA1X+U7sbb0AqBeTIdMHky9SQQ6iN94bO5NW0W4TRYXerG+BdAvAQ==",
|
|
13005
|
-
"license": "BSD-3-Clause",
|
|
13006
|
-
"funding": {
|
|
13007
|
-
"url": "https://github.com/Mermade/oas-kit?sponsor=1"
|
|
13008
|
-
}
|
|
13009
|
-
},
|
|
13010
|
-
"node_modules/oas-validator": {
|
|
13011
|
-
"version": "5.0.8",
|
|
13012
|
-
"resolved": "https://registry.npmjs.org/oas-validator/-/oas-validator-5.0.8.tgz",
|
|
13013
|
-
"integrity": "sha512-cu20/HE5N5HKqVygs3dt94eYJfBi0TsZvPVXDhbXQHiEityDN+RROTleefoKRKKJ9dFAF2JBkDHgvWj0sjKGmw==",
|
|
13014
|
-
"license": "BSD-3-Clause",
|
|
13015
|
-
"dependencies": {
|
|
13016
|
-
"call-me-maybe": "^1.0.1",
|
|
13017
|
-
"oas-kit-common": "^1.0.8",
|
|
13018
|
-
"oas-linter": "^3.2.2",
|
|
13019
|
-
"oas-resolver": "^2.5.6",
|
|
13020
|
-
"oas-schema-walker": "^1.1.5",
|
|
13021
|
-
"reftools": "^1.1.9",
|
|
13022
|
-
"should": "^13.2.1",
|
|
13023
|
-
"yaml": "^1.10.0"
|
|
13024
|
-
},
|
|
13025
|
-
"funding": {
|
|
13026
|
-
"url": "https://github.com/Mermade/oas-kit?sponsor=1"
|
|
13027
|
-
}
|
|
13028
|
-
},
|
|
13029
|
-
"node_modules/oas-validator/node_modules/yaml": {
|
|
13030
|
-
"version": "1.10.2",
|
|
13031
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
13032
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
13033
|
-
"license": "ISC",
|
|
13034
|
-
"engines": {
|
|
13035
|
-
"node": ">= 6"
|
|
13036
|
-
}
|
|
13037
|
-
},
|
|
13038
|
-
"node_modules/oazapfts": {
|
|
13039
|
-
"version": "6.3.1",
|
|
13040
|
-
"resolved": "https://registry.npmjs.org/oazapfts/-/oazapfts-6.3.1.tgz",
|
|
13041
|
-
"integrity": "sha512-iFWDzRMXOw/UwO/AcgkEVO6CECthgKN0elJt72zsTZNiYU9ZtfMEDaUuxb767hT4lvlCoohPbz6HvY3upFth8w==",
|
|
13042
|
-
"license": "MIT",
|
|
13043
|
-
"dependencies": {
|
|
13044
|
-
"@apidevtools/swagger-parser": "^12.0.0",
|
|
13045
|
-
"lodash": "^4.17.21",
|
|
13046
|
-
"minimist": "^1.2.8",
|
|
13047
|
-
"swagger2openapi": "^7.0.8",
|
|
13048
|
-
"tapable": "^2.2.2",
|
|
13049
|
-
"typescript": "^5.8.3"
|
|
13050
|
-
},
|
|
13051
|
-
"bin": {
|
|
13052
|
-
"oazapfts": "cli.js"
|
|
13053
|
-
},
|
|
13054
|
-
"peerDependencies": {
|
|
13055
|
-
"@oazapfts/runtime": "*"
|
|
13056
|
-
}
|
|
13057
|
-
},
|
|
13058
12775
|
"node_modules/object-assign": {
|
|
13059
12776
|
"version": "4.1.1",
|
|
13060
12777
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
@@ -13179,13 +12896,6 @@
|
|
|
13179
12896
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13180
12897
|
}
|
|
13181
12898
|
},
|
|
13182
|
-
"node_modules/openapi-types": {
|
|
13183
|
-
"version": "12.1.3",
|
|
13184
|
-
"resolved": "https://registry.npmjs.org/openapi-types/-/openapi-types-12.1.3.tgz",
|
|
13185
|
-
"integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==",
|
|
13186
|
-
"license": "MIT",
|
|
13187
|
-
"peer": true
|
|
13188
|
-
},
|
|
13189
12899
|
"node_modules/ora": {
|
|
13190
12900
|
"version": "5.4.1",
|
|
13191
12901
|
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
@@ -14244,15 +13954,6 @@
|
|
|
14244
13954
|
"node": ">= 12.13.0"
|
|
14245
13955
|
}
|
|
14246
13956
|
},
|
|
14247
|
-
"node_modules/reftools": {
|
|
14248
|
-
"version": "1.1.9",
|
|
14249
|
-
"resolved": "https://registry.npmjs.org/reftools/-/reftools-1.1.9.tgz",
|
|
14250
|
-
"integrity": "sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==",
|
|
14251
|
-
"license": "BSD-3-Clause",
|
|
14252
|
-
"funding": {
|
|
14253
|
-
"url": "https://github.com/Mermade/oas-kit?sponsor=1"
|
|
14254
|
-
}
|
|
14255
|
-
},
|
|
14256
13957
|
"node_modules/require-directory": {
|
|
14257
13958
|
"version": "2.1.1",
|
|
14258
13959
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -14825,60 +14526,6 @@
|
|
|
14825
14526
|
"integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==",
|
|
14826
14527
|
"license": "BSD-2-Clause"
|
|
14827
14528
|
},
|
|
14828
|
-
"node_modules/should": {
|
|
14829
|
-
"version": "13.2.3",
|
|
14830
|
-
"resolved": "https://registry.npmjs.org/should/-/should-13.2.3.tgz",
|
|
14831
|
-
"integrity": "sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==",
|
|
14832
|
-
"license": "MIT",
|
|
14833
|
-
"dependencies": {
|
|
14834
|
-
"should-equal": "^2.0.0",
|
|
14835
|
-
"should-format": "^3.0.3",
|
|
14836
|
-
"should-type": "^1.4.0",
|
|
14837
|
-
"should-type-adaptors": "^1.0.1",
|
|
14838
|
-
"should-util": "^1.0.0"
|
|
14839
|
-
}
|
|
14840
|
-
},
|
|
14841
|
-
"node_modules/should-equal": {
|
|
14842
|
-
"version": "2.0.0",
|
|
14843
|
-
"resolved": "https://registry.npmjs.org/should-equal/-/should-equal-2.0.0.tgz",
|
|
14844
|
-
"integrity": "sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==",
|
|
14845
|
-
"license": "MIT",
|
|
14846
|
-
"dependencies": {
|
|
14847
|
-
"should-type": "^1.4.0"
|
|
14848
|
-
}
|
|
14849
|
-
},
|
|
14850
|
-
"node_modules/should-format": {
|
|
14851
|
-
"version": "3.0.3",
|
|
14852
|
-
"resolved": "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz",
|
|
14853
|
-
"integrity": "sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==",
|
|
14854
|
-
"license": "MIT",
|
|
14855
|
-
"dependencies": {
|
|
14856
|
-
"should-type": "^1.3.0",
|
|
14857
|
-
"should-type-adaptors": "^1.0.1"
|
|
14858
|
-
}
|
|
14859
|
-
},
|
|
14860
|
-
"node_modules/should-type": {
|
|
14861
|
-
"version": "1.4.0",
|
|
14862
|
-
"resolved": "https://registry.npmjs.org/should-type/-/should-type-1.4.0.tgz",
|
|
14863
|
-
"integrity": "sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==",
|
|
14864
|
-
"license": "MIT"
|
|
14865
|
-
},
|
|
14866
|
-
"node_modules/should-type-adaptors": {
|
|
14867
|
-
"version": "1.1.0",
|
|
14868
|
-
"resolved": "https://registry.npmjs.org/should-type-adaptors/-/should-type-adaptors-1.1.0.tgz",
|
|
14869
|
-
"integrity": "sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==",
|
|
14870
|
-
"license": "MIT",
|
|
14871
|
-
"dependencies": {
|
|
14872
|
-
"should-type": "^1.3.0",
|
|
14873
|
-
"should-util": "^1.0.0"
|
|
14874
|
-
}
|
|
14875
|
-
},
|
|
14876
|
-
"node_modules/should-util": {
|
|
14877
|
-
"version": "1.0.1",
|
|
14878
|
-
"resolved": "https://registry.npmjs.org/should-util/-/should-util-1.0.1.tgz",
|
|
14879
|
-
"integrity": "sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==",
|
|
14880
|
-
"license": "MIT"
|
|
14881
|
-
},
|
|
14882
14529
|
"node_modules/side-channel": {
|
|
14883
14530
|
"version": "1.1.0",
|
|
14884
14531
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
@@ -15541,75 +15188,6 @@
|
|
|
15541
15188
|
"url": "https://github.com/sponsors/ljharb"
|
|
15542
15189
|
}
|
|
15543
15190
|
},
|
|
15544
|
-
"node_modules/swagger2openapi": {
|
|
15545
|
-
"version": "7.0.8",
|
|
15546
|
-
"resolved": "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-7.0.8.tgz",
|
|
15547
|
-
"integrity": "sha512-upi/0ZGkYgEcLeGieoz8gT74oWHA0E7JivX7aN9mAf+Tc7BQoRBvnIGHoPDw+f9TXTW4s6kGYCZJtauP6OYp7g==",
|
|
15548
|
-
"license": "BSD-3-Clause",
|
|
15549
|
-
"dependencies": {
|
|
15550
|
-
"call-me-maybe": "^1.0.1",
|
|
15551
|
-
"node-fetch": "^2.6.1",
|
|
15552
|
-
"node-fetch-h2": "^2.3.0",
|
|
15553
|
-
"node-readfiles": "^0.2.0",
|
|
15554
|
-
"oas-kit-common": "^1.0.8",
|
|
15555
|
-
"oas-resolver": "^2.5.6",
|
|
15556
|
-
"oas-schema-walker": "^1.1.5",
|
|
15557
|
-
"oas-validator": "^5.0.8",
|
|
15558
|
-
"reftools": "^1.1.9",
|
|
15559
|
-
"yaml": "^1.10.0",
|
|
15560
|
-
"yargs": "^17.0.1"
|
|
15561
|
-
},
|
|
15562
|
-
"bin": {
|
|
15563
|
-
"boast": "boast.js",
|
|
15564
|
-
"oas-validate": "oas-validate.js",
|
|
15565
|
-
"swagger2openapi": "swagger2openapi.js"
|
|
15566
|
-
},
|
|
15567
|
-
"funding": {
|
|
15568
|
-
"url": "https://github.com/Mermade/oas-kit?sponsor=1"
|
|
15569
|
-
}
|
|
15570
|
-
},
|
|
15571
|
-
"node_modules/swagger2openapi/node_modules/node-fetch": {
|
|
15572
|
-
"version": "2.7.0",
|
|
15573
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
15574
|
-
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
15575
|
-
"license": "MIT",
|
|
15576
|
-
"dependencies": {
|
|
15577
|
-
"whatwg-url": "^5.0.0"
|
|
15578
|
-
},
|
|
15579
|
-
"engines": {
|
|
15580
|
-
"node": "4.x || >=6.0.0"
|
|
15581
|
-
},
|
|
15582
|
-
"peerDependencies": {
|
|
15583
|
-
"encoding": "^0.1.0"
|
|
15584
|
-
},
|
|
15585
|
-
"peerDependenciesMeta": {
|
|
15586
|
-
"encoding": {
|
|
15587
|
-
"optional": true
|
|
15588
|
-
}
|
|
15589
|
-
}
|
|
15590
|
-
},
|
|
15591
|
-
"node_modules/swagger2openapi/node_modules/yaml": {
|
|
15592
|
-
"version": "1.10.2",
|
|
15593
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
15594
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
15595
|
-
"license": "ISC",
|
|
15596
|
-
"engines": {
|
|
15597
|
-
"node": ">= 6"
|
|
15598
|
-
}
|
|
15599
|
-
},
|
|
15600
|
-
"node_modules/tapable": {
|
|
15601
|
-
"version": "2.2.3",
|
|
15602
|
-
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.3.tgz",
|
|
15603
|
-
"integrity": "sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==",
|
|
15604
|
-
"license": "MIT",
|
|
15605
|
-
"engines": {
|
|
15606
|
-
"node": ">=6"
|
|
15607
|
-
},
|
|
15608
|
-
"funding": {
|
|
15609
|
-
"type": "opencollective",
|
|
15610
|
-
"url": "https://opencollective.com/webpack"
|
|
15611
|
-
}
|
|
15612
|
-
},
|
|
15613
15191
|
"node_modules/tar-fs": {
|
|
15614
15192
|
"version": "3.1.0",
|
|
15615
15193
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.1.0.tgz",
|
|
@@ -15752,12 +15330,6 @@
|
|
|
15752
15330
|
"node": ">=16"
|
|
15753
15331
|
}
|
|
15754
15332
|
},
|
|
15755
|
-
"node_modules/tr46": {
|
|
15756
|
-
"version": "0.0.3",
|
|
15757
|
-
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
15758
|
-
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
15759
|
-
"license": "MIT"
|
|
15760
|
-
},
|
|
15761
15333
|
"node_modules/tree-kill": {
|
|
15762
15334
|
"version": "1.2.2",
|
|
15763
15335
|
"resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz",
|
|
@@ -16270,12 +15842,6 @@
|
|
|
16270
15842
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
16271
15843
|
"license": "MIT"
|
|
16272
15844
|
},
|
|
16273
|
-
"node_modules/webidl-conversions": {
|
|
16274
|
-
"version": "3.0.1",
|
|
16275
|
-
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
16276
|
-
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
16277
|
-
"license": "BSD-2-Clause"
|
|
16278
|
-
},
|
|
16279
15845
|
"node_modules/whatwg-encoding": {
|
|
16280
15846
|
"version": "3.1.1",
|
|
16281
15847
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
@@ -16297,16 +15863,6 @@
|
|
|
16297
15863
|
"node": ">=18"
|
|
16298
15864
|
}
|
|
16299
15865
|
},
|
|
16300
|
-
"node_modules/whatwg-url": {
|
|
16301
|
-
"version": "5.0.0",
|
|
16302
|
-
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
16303
|
-
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
16304
|
-
"license": "MIT",
|
|
16305
|
-
"dependencies": {
|
|
16306
|
-
"tr46": "~0.0.3",
|
|
16307
|
-
"webidl-conversions": "^3.0.0"
|
|
16308
|
-
}
|
|
16309
|
-
},
|
|
16310
15866
|
"node_modules/which": {
|
|
16311
15867
|
"version": "4.0.0",
|
|
16312
15868
|
"resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "momentic-mobile",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
4
|
"bin": {
|
|
5
5
|
"momentic-mobile": "./bin/cli.js"
|
|
6
6
|
},
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@exodus/schemasafe": "^1.3.0",
|
|
16
16
|
"@faker-js/faker": "^8.4.1",
|
|
17
17
|
"@inquirer/prompts": "^7.7.0",
|
|
18
|
-
"@
|
|
18
|
+
"@limrun/api": "^0.8.0",
|
|
19
19
|
"@octokit/auth-app": "^7.2.2",
|
|
20
20
|
"@octokit/rest": "^20.1.2",
|
|
21
21
|
"@sentry/node": "^9.28.1",
|