cloudcommerce 0.0.23 → 0.0.26

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.
Files changed (46) hide show
  1. package/.eslintrc.cjs +1 -0
  2. package/CHANGELOG.md +22 -0
  3. package/CONTRIBUTING.md +4 -2
  4. package/package.json +11 -7
  5. package/packages/api/lib/types/applications.d.ts +100 -91
  6. package/packages/api/lib/types/authentications.d.ts +10 -0
  7. package/packages/api/lib/types/brands.d.ts +9 -0
  8. package/packages/api/lib/types/carts.d.ts +16 -0
  9. package/packages/api/lib/types/categories.d.ts +9 -0
  10. package/packages/api/lib/types/collections.d.ts +8 -0
  11. package/packages/api/lib/types/customers.d.ts +28 -0
  12. package/packages/api/lib/types/grids.d.ts +8 -0
  13. package/packages/api/lib/types/orders.d.ts +287 -222
  14. package/packages/api/lib/types/products.d.ts +69 -0
  15. package/packages/api/lib/types/stores.d.ts +3 -0
  16. package/packages/api/package.json +1 -1
  17. package/packages/api/src/types/applications.d.ts +100 -91
  18. package/packages/api/src/types/authentications.d.ts +10 -0
  19. package/packages/api/src/types/brands.d.ts +9 -0
  20. package/packages/api/src/types/carts.d.ts +16 -0
  21. package/packages/api/src/types/categories.d.ts +9 -0
  22. package/packages/api/src/types/collections.d.ts +8 -0
  23. package/packages/api/src/types/customers.d.ts +28 -0
  24. package/packages/api/src/types/grids.d.ts +8 -0
  25. package/packages/api/src/types/orders.d.ts +287 -222
  26. package/packages/api/src/types/products.d.ts +69 -0
  27. package/packages/api/src/types/stores.d.ts +3 -0
  28. package/packages/apps/discounts/package.json +1 -1
  29. package/packages/cli/lib/index.js +27 -1
  30. package/packages/cli/package.json +1 -1
  31. package/packages/cli/src/index.ts +35 -1
  32. package/packages/firebase/config.js +5 -0
  33. package/packages/firebase/lib/config.js +26 -0
  34. package/packages/firebase/lib/config.js.map +1 -0
  35. package/packages/firebase/lib/defaults.js +8 -0
  36. package/packages/firebase/lib/defaults.js.map +1 -0
  37. package/packages/firebase/lib/index.js +27 -0
  38. package/packages/firebase/lib/index.js.map +1 -0
  39. package/packages/firebase/package.json +10 -4
  40. package/packages/firebase/src/config.ts +29 -0
  41. package/packages/firebase/src/defaults.ts +7 -0
  42. package/packages/firebase/src/index.ts +26 -0
  43. package/packages/firebase/tsconfig.json +3 -0
  44. package/packages/storefront/package.json +2 -2
  45. package/pnpm-lock.yaml +294 -63
  46. package/packages/firebase/src/index.js +0 -0
package/pnpm-lock.yaml CHANGED
@@ -8,40 +8,40 @@ importers:
8
8
  '@commitlint/config-conventional': ^17.0.3
9
9
  '@commitlint/rules': ^17.0.0
10
10
  '@types/node': ^18.0.3
11
- '@typescript-eslint/eslint-plugin': ^5.30.5
12
- '@typescript-eslint/parser': ^5.30.5
13
- esbuild: ^0.14.48
11
+ '@typescript-eslint/eslint-plugin': ^5.30.6
12
+ '@typescript-eslint/parser': ^5.30.6
13
+ esbuild: ^0.14.49
14
14
  eslint: ^8.19.0
15
15
  eslint-config-airbnb-base: ^15.0.0
16
16
  eslint-plugin-import: ^2.26.0
17
17
  eslint-plugin-vue: ^9.2.0
18
18
  husky: ^8.0.1
19
- node-fetch: ^3.2.6
19
+ node-fetch: ^3.2.8
20
20
  standard-version: ^9.5.0
21
21
  turbo: ^1.3.1
22
22
  typescript: ^4.7.4
23
23
  vite: ^2.9.14
24
- vitest: ^0.17.1
24
+ vitest: ^0.18.0
25
25
  zx: ^7.0.7
26
26
  devDependencies:
27
27
  '@commitlint/cli': 17.0.3
28
28
  '@commitlint/config-conventional': 17.0.3
29
29
  '@commitlint/rules': 17.0.0
30
30
  '@types/node': 18.0.3
31
- '@typescript-eslint/eslint-plugin': 5.30.5_6zdoc3rn4mpiddqwhppni2mnnm
32
- '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
33
- esbuild: 0.14.48
31
+ '@typescript-eslint/eslint-plugin': 5.30.6_2vt5mtrqleafs33qg2bhpmbaqm
32
+ '@typescript-eslint/parser': 5.30.6_4x5o4skxv6sl53vpwefgt23khm
33
+ esbuild: 0.14.49
34
34
  eslint: 8.19.0
35
35
  eslint-config-airbnb-base: 15.0.0_q2xwze32dd33a2fc2qubwr4ie4
36
- eslint-plugin-import: 2.26.0_iom7pm3yknyiblqpw2vvqvxs5i
36
+ eslint-plugin-import: 2.26.0_rywvbqnelbznwddhxv2glfjuay
37
37
  eslint-plugin-vue: 9.2.0_eslint@8.19.0
38
38
  husky: 8.0.1
39
- node-fetch: 3.2.6
39
+ node-fetch: 3.2.8
40
40
  standard-version: 9.5.0
41
41
  turbo: 1.3.1
42
42
  typescript: 4.7.4
43
43
  vite: 2.9.14
44
- vitest: 0.17.1
44
+ vitest: 0.18.0
45
45
  zx: 7.0.7
46
46
 
47
47
  packages/__skeleton:
@@ -68,33 +68,37 @@ importers:
68
68
  packages/firebase:
69
69
  specifiers:
70
70
  '@cloudcommerce/api': workspace:*
71
+ '@fastify/deepmerge': ^1.1.0
71
72
  '@firebase/app-types': ^0.7.0
72
73
  firebase-admin: ^11.0.0
73
74
  firebase-functions: ^3.22.0
75
+ source-map-support: ^0.5.21
74
76
  dependencies:
75
77
  '@cloudcommerce/api': link:../api
78
+ '@fastify/deepmerge': 1.1.0
76
79
  firebase-admin: 11.0.0_@firebase+app-types@0.7.0
77
80
  firebase-functions: 3.22.0_firebase-admin@11.0.0
81
+ source-map-support: 0.5.21
78
82
  devDependencies:
79
83
  '@firebase/app-types': 0.7.0
80
84
 
81
85
  packages/storefront:
82
86
  specifiers:
83
87
  '@cloudcommerce/api': workspace:*
84
- astro: 1.0.0-beta.63
88
+ astro: 1.0.0-beta.64
85
89
  dependencies:
86
90
  '@cloudcommerce/api': link:../api
87
- astro: 1.0.0-beta.63
91
+ astro: 1.0.0-beta.64
88
92
 
89
93
  store:
90
94
  specifiers:
91
- '@cloudcommerce/cli': ^0.0.22
95
+ '@cloudcommerce/cli': ^0.0.25
92
96
  dependencies:
93
97
  '@cloudcommerce/cli': link:../packages/cli
94
98
 
95
99
  store/functions:
96
100
  specifiers:
97
- '@cloudcommerce/firebase': ^0.0.22
101
+ '@cloudcommerce/firebase': ^0.0.25
98
102
  dependencies:
99
103
  '@cloudcommerce/firebase': link:../../packages/firebase
100
104
 
@@ -640,6 +644,10 @@ packages:
640
644
  text-decoding: 1.0.0
641
645
  dev: false
642
646
 
647
+ /@fastify/deepmerge/1.1.0:
648
+ resolution: {integrity: sha512-E8Hfdvs1bG6u0N4vN5Nty6JONUfTdOciyD5rn8KnEsLKIenvOVcr210BQR9t34PRkNyjqnMLGk3e0BsaxRdL+g==}
649
+ dev: false
650
+
643
651
  /@firebase/app-types/0.7.0:
644
652
  resolution: {integrity: sha512-6fbHQwDv2jp/v6bXhBw2eSRbNBpxHcd1NBF864UksSMVIqIyri9qpJB1Mn6sGZE+bnDsSQBC5j2TbMxYsJQkQg==}
645
653
 
@@ -1157,8 +1165,8 @@ packages:
1157
1165
  /@types/which/2.0.1:
1158
1166
  resolution: {integrity: sha512-Jjakcv8Roqtio6w1gr0D7y6twbhx6gGgFGF5BLwajPpnOIOxFkakFhCq+LmyyeAz7BX6ULrjBOxdKaCDy+4+dQ==}
1159
1167
 
1160
- /@typescript-eslint/eslint-plugin/5.30.5_6zdoc3rn4mpiddqwhppni2mnnm:
1161
- resolution: {integrity: sha512-lftkqRoBvc28VFXEoRgyZuztyVUQ04JvUnATSPtIRFAccbXTWL6DEtXGYMcbg998kXw1NLUJm7rTQ9eUt+q6Ig==}
1168
+ /@typescript-eslint/eslint-plugin/5.30.6_2vt5mtrqleafs33qg2bhpmbaqm:
1169
+ resolution: {integrity: sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==}
1162
1170
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1163
1171
  peerDependencies:
1164
1172
  '@typescript-eslint/parser': ^5.0.0
@@ -1168,10 +1176,10 @@ packages:
1168
1176
  typescript:
1169
1177
  optional: true
1170
1178
  dependencies:
1171
- '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
1172
- '@typescript-eslint/scope-manager': 5.30.5
1173
- '@typescript-eslint/type-utils': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
1174
- '@typescript-eslint/utils': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
1179
+ '@typescript-eslint/parser': 5.30.6_4x5o4skxv6sl53vpwefgt23khm
1180
+ '@typescript-eslint/scope-manager': 5.30.6
1181
+ '@typescript-eslint/type-utils': 5.30.6_4x5o4skxv6sl53vpwefgt23khm
1182
+ '@typescript-eslint/utils': 5.30.6_4x5o4skxv6sl53vpwefgt23khm
1175
1183
  debug: 4.3.4
1176
1184
  eslint: 8.19.0
1177
1185
  functional-red-black-tree: 1.0.1
@@ -1184,8 +1192,8 @@ packages:
1184
1192
  - supports-color
1185
1193
  dev: true
1186
1194
 
1187
- /@typescript-eslint/parser/5.30.5_4x5o4skxv6sl53vpwefgt23khm:
1188
- resolution: {integrity: sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==}
1195
+ /@typescript-eslint/parser/5.30.6_4x5o4skxv6sl53vpwefgt23khm:
1196
+ resolution: {integrity: sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==}
1189
1197
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1190
1198
  peerDependencies:
1191
1199
  eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -1194,9 +1202,9 @@ packages:
1194
1202
  typescript:
1195
1203
  optional: true
1196
1204
  dependencies:
1197
- '@typescript-eslint/scope-manager': 5.30.5
1198
- '@typescript-eslint/types': 5.30.5
1199
- '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.7.4
1205
+ '@typescript-eslint/scope-manager': 5.30.6
1206
+ '@typescript-eslint/types': 5.30.6
1207
+ '@typescript-eslint/typescript-estree': 5.30.6_typescript@4.7.4
1200
1208
  debug: 4.3.4
1201
1209
  eslint: 8.19.0
1202
1210
  typescript: 4.7.4
@@ -1204,16 +1212,16 @@ packages:
1204
1212
  - supports-color
1205
1213
  dev: true
1206
1214
 
1207
- /@typescript-eslint/scope-manager/5.30.5:
1208
- resolution: {integrity: sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==}
1215
+ /@typescript-eslint/scope-manager/5.30.6:
1216
+ resolution: {integrity: sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==}
1209
1217
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1210
1218
  dependencies:
1211
- '@typescript-eslint/types': 5.30.5
1212
- '@typescript-eslint/visitor-keys': 5.30.5
1219
+ '@typescript-eslint/types': 5.30.6
1220
+ '@typescript-eslint/visitor-keys': 5.30.6
1213
1221
  dev: true
1214
1222
 
1215
- /@typescript-eslint/type-utils/5.30.5_4x5o4skxv6sl53vpwefgt23khm:
1216
- resolution: {integrity: sha512-k9+ejlv1GgwN1nN7XjVtyCgE0BTzhzT1YsQF0rv4Vfj2U9xnslBgMYYvcEYAFVdvhuEscELJsB7lDkN7WusErw==}
1223
+ /@typescript-eslint/type-utils/5.30.6_4x5o4skxv6sl53vpwefgt23khm:
1224
+ resolution: {integrity: sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==}
1217
1225
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1218
1226
  peerDependencies:
1219
1227
  eslint: '*'
@@ -1222,7 +1230,7 @@ packages:
1222
1230
  typescript:
1223
1231
  optional: true
1224
1232
  dependencies:
1225
- '@typescript-eslint/utils': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
1233
+ '@typescript-eslint/utils': 5.30.6_4x5o4skxv6sl53vpwefgt23khm
1226
1234
  debug: 4.3.4
1227
1235
  eslint: 8.19.0
1228
1236
  tsutils: 3.21.0_typescript@4.7.4
@@ -1231,13 +1239,13 @@ packages:
1231
1239
  - supports-color
1232
1240
  dev: true
1233
1241
 
1234
- /@typescript-eslint/types/5.30.5:
1235
- resolution: {integrity: sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==}
1242
+ /@typescript-eslint/types/5.30.6:
1243
+ resolution: {integrity: sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==}
1236
1244
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1237
1245
  dev: true
1238
1246
 
1239
- /@typescript-eslint/typescript-estree/5.30.5_typescript@4.7.4:
1240
- resolution: {integrity: sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==}
1247
+ /@typescript-eslint/typescript-estree/5.30.6_typescript@4.7.4:
1248
+ resolution: {integrity: sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==}
1241
1249
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1242
1250
  peerDependencies:
1243
1251
  typescript: '*'
@@ -1245,8 +1253,8 @@ packages:
1245
1253
  typescript:
1246
1254
  optional: true
1247
1255
  dependencies:
1248
- '@typescript-eslint/types': 5.30.5
1249
- '@typescript-eslint/visitor-keys': 5.30.5
1256
+ '@typescript-eslint/types': 5.30.6
1257
+ '@typescript-eslint/visitor-keys': 5.30.6
1250
1258
  debug: 4.3.4
1251
1259
  globby: 11.1.0
1252
1260
  is-glob: 4.0.3
@@ -1257,16 +1265,16 @@ packages:
1257
1265
  - supports-color
1258
1266
  dev: true
1259
1267
 
1260
- /@typescript-eslint/utils/5.30.5_4x5o4skxv6sl53vpwefgt23khm:
1261
- resolution: {integrity: sha512-o4SSUH9IkuA7AYIfAvatldovurqTAHrfzPApOZvdUq01hHojZojCFXx06D/aFpKCgWbMPRdJBWAC3sWp3itwTA==}
1268
+ /@typescript-eslint/utils/5.30.6_4x5o4skxv6sl53vpwefgt23khm:
1269
+ resolution: {integrity: sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==}
1262
1270
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1263
1271
  peerDependencies:
1264
1272
  eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
1265
1273
  dependencies:
1266
1274
  '@types/json-schema': 7.0.11
1267
- '@typescript-eslint/scope-manager': 5.30.5
1268
- '@typescript-eslint/types': 5.30.5
1269
- '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.7.4
1275
+ '@typescript-eslint/scope-manager': 5.30.6
1276
+ '@typescript-eslint/types': 5.30.6
1277
+ '@typescript-eslint/typescript-estree': 5.30.6_typescript@4.7.4
1270
1278
  eslint: 8.19.0
1271
1279
  eslint-scope: 5.1.1
1272
1280
  eslint-utils: 3.0.0_eslint@8.19.0
@@ -1275,11 +1283,11 @@ packages:
1275
1283
  - typescript
1276
1284
  dev: true
1277
1285
 
1278
- /@typescript-eslint/visitor-keys/5.30.5:
1279
- resolution: {integrity: sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==}
1286
+ /@typescript-eslint/visitor-keys/5.30.6:
1287
+ resolution: {integrity: sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==}
1280
1288
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
1281
1289
  dependencies:
1282
- '@typescript-eslint/types': 5.30.5
1290
+ '@typescript-eslint/types': 5.30.6
1283
1291
  eslint-visitor-keys: 3.3.0
1284
1292
  dev: true
1285
1293
 
@@ -1482,8 +1490,8 @@ packages:
1482
1490
  tslib: 2.4.0
1483
1491
  dev: false
1484
1492
 
1485
- /astro/1.0.0-beta.63:
1486
- resolution: {integrity: sha512-X8cvewsQcW4TZAMilXpvd66ggathuE89B64tlWq5zVBIixyIyNf1WR/LMiKbS358/w+LPnxFMv0hoR9Y8GkPYg==}
1493
+ /astro/1.0.0-beta.64:
1494
+ resolution: {integrity: sha512-c6Lv6KIE1LZgZ1uu4lYt/uFrTl+o1iq4udyBuadxVFMg3Kf7Wl0rGNLI31hqUoPIli9s0lJibCNuzHT+ab2vRw==}
1487
1495
  engines: {node: ^14.15.0 || >=16.0.0, npm: '>=6.14.0'}
1488
1496
  hasBin: true
1489
1497
  dependencies:
@@ -1655,7 +1663,6 @@ packages:
1655
1663
 
1656
1664
  /buffer-from/1.1.2:
1657
1665
  resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
1658
- dev: true
1659
1666
 
1660
1667
  /buffer/6.0.3:
1661
1668
  resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
@@ -2417,6 +2424,15 @@ packages:
2417
2424
  cpu: [x64]
2418
2425
  os: [android]
2419
2426
  requiresBuild: true
2427
+ dev: false
2428
+ optional: true
2429
+
2430
+ /esbuild-android-64/0.14.49:
2431
+ resolution: {integrity: sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww==}
2432
+ engines: {node: '>=12'}
2433
+ cpu: [x64]
2434
+ os: [android]
2435
+ requiresBuild: true
2420
2436
  optional: true
2421
2437
 
2422
2438
  /esbuild-android-arm64/0.14.48:
@@ -2425,6 +2441,15 @@ packages:
2425
2441
  cpu: [arm64]
2426
2442
  os: [android]
2427
2443
  requiresBuild: true
2444
+ dev: false
2445
+ optional: true
2446
+
2447
+ /esbuild-android-arm64/0.14.49:
2448
+ resolution: {integrity: sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g==}
2449
+ engines: {node: '>=12'}
2450
+ cpu: [arm64]
2451
+ os: [android]
2452
+ requiresBuild: true
2428
2453
  optional: true
2429
2454
 
2430
2455
  /esbuild-darwin-64/0.14.48:
@@ -2433,6 +2458,15 @@ packages:
2433
2458
  cpu: [x64]
2434
2459
  os: [darwin]
2435
2460
  requiresBuild: true
2461
+ dev: false
2462
+ optional: true
2463
+
2464
+ /esbuild-darwin-64/0.14.49:
2465
+ resolution: {integrity: sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg==}
2466
+ engines: {node: '>=12'}
2467
+ cpu: [x64]
2468
+ os: [darwin]
2469
+ requiresBuild: true
2436
2470
  optional: true
2437
2471
 
2438
2472
  /esbuild-darwin-arm64/0.14.48:
@@ -2441,6 +2475,15 @@ packages:
2441
2475
  cpu: [arm64]
2442
2476
  os: [darwin]
2443
2477
  requiresBuild: true
2478
+ dev: false
2479
+ optional: true
2480
+
2481
+ /esbuild-darwin-arm64/0.14.49:
2482
+ resolution: {integrity: sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A==}
2483
+ engines: {node: '>=12'}
2484
+ cpu: [arm64]
2485
+ os: [darwin]
2486
+ requiresBuild: true
2444
2487
  optional: true
2445
2488
 
2446
2489
  /esbuild-freebsd-64/0.14.48:
@@ -2449,6 +2492,15 @@ packages:
2449
2492
  cpu: [x64]
2450
2493
  os: [freebsd]
2451
2494
  requiresBuild: true
2495
+ dev: false
2496
+ optional: true
2497
+
2498
+ /esbuild-freebsd-64/0.14.49:
2499
+ resolution: {integrity: sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ==}
2500
+ engines: {node: '>=12'}
2501
+ cpu: [x64]
2502
+ os: [freebsd]
2503
+ requiresBuild: true
2452
2504
  optional: true
2453
2505
 
2454
2506
  /esbuild-freebsd-arm64/0.14.48:
@@ -2457,6 +2509,15 @@ packages:
2457
2509
  cpu: [arm64]
2458
2510
  os: [freebsd]
2459
2511
  requiresBuild: true
2512
+ dev: false
2513
+ optional: true
2514
+
2515
+ /esbuild-freebsd-arm64/0.14.49:
2516
+ resolution: {integrity: sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA==}
2517
+ engines: {node: '>=12'}
2518
+ cpu: [arm64]
2519
+ os: [freebsd]
2520
+ requiresBuild: true
2460
2521
  optional: true
2461
2522
 
2462
2523
  /esbuild-linux-32/0.14.48:
@@ -2465,6 +2526,15 @@ packages:
2465
2526
  cpu: [ia32]
2466
2527
  os: [linux]
2467
2528
  requiresBuild: true
2529
+ dev: false
2530
+ optional: true
2531
+
2532
+ /esbuild-linux-32/0.14.49:
2533
+ resolution: {integrity: sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA==}
2534
+ engines: {node: '>=12'}
2535
+ cpu: [ia32]
2536
+ os: [linux]
2537
+ requiresBuild: true
2468
2538
  optional: true
2469
2539
 
2470
2540
  /esbuild-linux-64/0.14.48:
@@ -2473,6 +2543,15 @@ packages:
2473
2543
  cpu: [x64]
2474
2544
  os: [linux]
2475
2545
  requiresBuild: true
2546
+ dev: false
2547
+ optional: true
2548
+
2549
+ /esbuild-linux-64/0.14.49:
2550
+ resolution: {integrity: sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg==}
2551
+ engines: {node: '>=12'}
2552
+ cpu: [x64]
2553
+ os: [linux]
2554
+ requiresBuild: true
2476
2555
  optional: true
2477
2556
 
2478
2557
  /esbuild-linux-arm/0.14.48:
@@ -2481,6 +2560,15 @@ packages:
2481
2560
  cpu: [arm]
2482
2561
  os: [linux]
2483
2562
  requiresBuild: true
2563
+ dev: false
2564
+ optional: true
2565
+
2566
+ /esbuild-linux-arm/0.14.49:
2567
+ resolution: {integrity: sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg==}
2568
+ engines: {node: '>=12'}
2569
+ cpu: [arm]
2570
+ os: [linux]
2571
+ requiresBuild: true
2484
2572
  optional: true
2485
2573
 
2486
2574
  /esbuild-linux-arm64/0.14.48:
@@ -2489,6 +2577,15 @@ packages:
2489
2577
  cpu: [arm64]
2490
2578
  os: [linux]
2491
2579
  requiresBuild: true
2580
+ dev: false
2581
+ optional: true
2582
+
2583
+ /esbuild-linux-arm64/0.14.49:
2584
+ resolution: {integrity: sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA==}
2585
+ engines: {node: '>=12'}
2586
+ cpu: [arm64]
2587
+ os: [linux]
2588
+ requiresBuild: true
2492
2589
  optional: true
2493
2590
 
2494
2591
  /esbuild-linux-mips64le/0.14.48:
@@ -2497,6 +2594,15 @@ packages:
2497
2594
  cpu: [mips64el]
2498
2595
  os: [linux]
2499
2596
  requiresBuild: true
2597
+ dev: false
2598
+ optional: true
2599
+
2600
+ /esbuild-linux-mips64le/0.14.49:
2601
+ resolution: {integrity: sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA==}
2602
+ engines: {node: '>=12'}
2603
+ cpu: [mips64el]
2604
+ os: [linux]
2605
+ requiresBuild: true
2500
2606
  optional: true
2501
2607
 
2502
2608
  /esbuild-linux-ppc64le/0.14.48:
@@ -2505,6 +2611,15 @@ packages:
2505
2611
  cpu: [ppc64]
2506
2612
  os: [linux]
2507
2613
  requiresBuild: true
2614
+ dev: false
2615
+ optional: true
2616
+
2617
+ /esbuild-linux-ppc64le/0.14.49:
2618
+ resolution: {integrity: sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw==}
2619
+ engines: {node: '>=12'}
2620
+ cpu: [ppc64]
2621
+ os: [linux]
2622
+ requiresBuild: true
2508
2623
  optional: true
2509
2624
 
2510
2625
  /esbuild-linux-riscv64/0.14.48:
@@ -2513,6 +2628,15 @@ packages:
2513
2628
  cpu: [riscv64]
2514
2629
  os: [linux]
2515
2630
  requiresBuild: true
2631
+ dev: false
2632
+ optional: true
2633
+
2634
+ /esbuild-linux-riscv64/0.14.49:
2635
+ resolution: {integrity: sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ==}
2636
+ engines: {node: '>=12'}
2637
+ cpu: [riscv64]
2638
+ os: [linux]
2639
+ requiresBuild: true
2516
2640
  optional: true
2517
2641
 
2518
2642
  /esbuild-linux-s390x/0.14.48:
@@ -2521,6 +2645,15 @@ packages:
2521
2645
  cpu: [s390x]
2522
2646
  os: [linux]
2523
2647
  requiresBuild: true
2648
+ dev: false
2649
+ optional: true
2650
+
2651
+ /esbuild-linux-s390x/0.14.49:
2652
+ resolution: {integrity: sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ==}
2653
+ engines: {node: '>=12'}
2654
+ cpu: [s390x]
2655
+ os: [linux]
2656
+ requiresBuild: true
2524
2657
  optional: true
2525
2658
 
2526
2659
  /esbuild-netbsd-64/0.14.48:
@@ -2529,6 +2662,15 @@ packages:
2529
2662
  cpu: [x64]
2530
2663
  os: [netbsd]
2531
2664
  requiresBuild: true
2665
+ dev: false
2666
+ optional: true
2667
+
2668
+ /esbuild-netbsd-64/0.14.49:
2669
+ resolution: {integrity: sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ==}
2670
+ engines: {node: '>=12'}
2671
+ cpu: [x64]
2672
+ os: [netbsd]
2673
+ requiresBuild: true
2532
2674
  optional: true
2533
2675
 
2534
2676
  /esbuild-openbsd-64/0.14.48:
@@ -2537,6 +2679,15 @@ packages:
2537
2679
  cpu: [x64]
2538
2680
  os: [openbsd]
2539
2681
  requiresBuild: true
2682
+ dev: false
2683
+ optional: true
2684
+
2685
+ /esbuild-openbsd-64/0.14.49:
2686
+ resolution: {integrity: sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA==}
2687
+ engines: {node: '>=12'}
2688
+ cpu: [x64]
2689
+ os: [openbsd]
2690
+ requiresBuild: true
2540
2691
  optional: true
2541
2692
 
2542
2693
  /esbuild-sunos-64/0.14.48:
@@ -2545,6 +2696,15 @@ packages:
2545
2696
  cpu: [x64]
2546
2697
  os: [sunos]
2547
2698
  requiresBuild: true
2699
+ dev: false
2700
+ optional: true
2701
+
2702
+ /esbuild-sunos-64/0.14.49:
2703
+ resolution: {integrity: sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw==}
2704
+ engines: {node: '>=12'}
2705
+ cpu: [x64]
2706
+ os: [sunos]
2707
+ requiresBuild: true
2548
2708
  optional: true
2549
2709
 
2550
2710
  /esbuild-windows-32/0.14.48:
@@ -2553,6 +2713,15 @@ packages:
2553
2713
  cpu: [ia32]
2554
2714
  os: [win32]
2555
2715
  requiresBuild: true
2716
+ dev: false
2717
+ optional: true
2718
+
2719
+ /esbuild-windows-32/0.14.49:
2720
+ resolution: {integrity: sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA==}
2721
+ engines: {node: '>=12'}
2722
+ cpu: [ia32]
2723
+ os: [win32]
2724
+ requiresBuild: true
2556
2725
  optional: true
2557
2726
 
2558
2727
  /esbuild-windows-64/0.14.48:
@@ -2561,6 +2730,15 @@ packages:
2561
2730
  cpu: [x64]
2562
2731
  os: [win32]
2563
2732
  requiresBuild: true
2733
+ dev: false
2734
+ optional: true
2735
+
2736
+ /esbuild-windows-64/0.14.49:
2737
+ resolution: {integrity: sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw==}
2738
+ engines: {node: '>=12'}
2739
+ cpu: [x64]
2740
+ os: [win32]
2741
+ requiresBuild: true
2564
2742
  optional: true
2565
2743
 
2566
2744
  /esbuild-windows-arm64/0.14.48:
@@ -2569,6 +2747,15 @@ packages:
2569
2747
  cpu: [arm64]
2570
2748
  os: [win32]
2571
2749
  requiresBuild: true
2750
+ dev: false
2751
+ optional: true
2752
+
2753
+ /esbuild-windows-arm64/0.14.49:
2754
+ resolution: {integrity: sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA==}
2755
+ engines: {node: '>=12'}
2756
+ cpu: [arm64]
2757
+ os: [win32]
2758
+ requiresBuild: true
2572
2759
  optional: true
2573
2760
 
2574
2761
  /esbuild/0.14.48:
@@ -2597,6 +2784,34 @@ packages:
2597
2784
  esbuild-windows-32: 0.14.48
2598
2785
  esbuild-windows-64: 0.14.48
2599
2786
  esbuild-windows-arm64: 0.14.48
2787
+ dev: false
2788
+
2789
+ /esbuild/0.14.49:
2790
+ resolution: {integrity: sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw==}
2791
+ engines: {node: '>=12'}
2792
+ hasBin: true
2793
+ requiresBuild: true
2794
+ optionalDependencies:
2795
+ esbuild-android-64: 0.14.49
2796
+ esbuild-android-arm64: 0.14.49
2797
+ esbuild-darwin-64: 0.14.49
2798
+ esbuild-darwin-arm64: 0.14.49
2799
+ esbuild-freebsd-64: 0.14.49
2800
+ esbuild-freebsd-arm64: 0.14.49
2801
+ esbuild-linux-32: 0.14.49
2802
+ esbuild-linux-64: 0.14.49
2803
+ esbuild-linux-arm: 0.14.49
2804
+ esbuild-linux-arm64: 0.14.49
2805
+ esbuild-linux-mips64le: 0.14.49
2806
+ esbuild-linux-ppc64le: 0.14.49
2807
+ esbuild-linux-riscv64: 0.14.49
2808
+ esbuild-linux-s390x: 0.14.49
2809
+ esbuild-netbsd-64: 0.14.49
2810
+ esbuild-openbsd-64: 0.14.49
2811
+ esbuild-sunos-64: 0.14.49
2812
+ esbuild-windows-32: 0.14.49
2813
+ esbuild-windows-64: 0.14.49
2814
+ esbuild-windows-arm64: 0.14.49
2600
2815
 
2601
2816
  /escalade/3.1.1:
2602
2817
  resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
@@ -2629,7 +2844,7 @@ packages:
2629
2844
  dependencies:
2630
2845
  confusing-browser-globals: 1.0.11
2631
2846
  eslint: 8.19.0
2632
- eslint-plugin-import: 2.26.0_iom7pm3yknyiblqpw2vvqvxs5i
2847
+ eslint-plugin-import: 2.26.0_rywvbqnelbznwddhxv2glfjuay
2633
2848
  object.assign: 4.1.2
2634
2849
  object.entries: 1.1.5
2635
2850
  semver: 6.3.0
@@ -2644,7 +2859,7 @@ packages:
2644
2859
  - supports-color
2645
2860
  dev: true
2646
2861
 
2647
- /eslint-module-utils/2.7.3_ea34krk32wbcqzxapvwr7rsjs4:
2862
+ /eslint-module-utils/2.7.3_bsugbhruclroeiaqnd7gqoy7ya:
2648
2863
  resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
2649
2864
  engines: {node: '>=4'}
2650
2865
  peerDependencies:
@@ -2662,7 +2877,7 @@ packages:
2662
2877
  eslint-import-resolver-webpack:
2663
2878
  optional: true
2664
2879
  dependencies:
2665
- '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
2880
+ '@typescript-eslint/parser': 5.30.6_4x5o4skxv6sl53vpwefgt23khm
2666
2881
  debug: 3.2.7
2667
2882
  eslint-import-resolver-node: 0.3.6
2668
2883
  find-up: 2.1.0
@@ -2670,7 +2885,7 @@ packages:
2670
2885
  - supports-color
2671
2886
  dev: true
2672
2887
 
2673
- /eslint-plugin-import/2.26.0_iom7pm3yknyiblqpw2vvqvxs5i:
2888
+ /eslint-plugin-import/2.26.0_rywvbqnelbznwddhxv2glfjuay:
2674
2889
  resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
2675
2890
  engines: {node: '>=4'}
2676
2891
  peerDependencies:
@@ -2680,14 +2895,14 @@ packages:
2680
2895
  '@typescript-eslint/parser':
2681
2896
  optional: true
2682
2897
  dependencies:
2683
- '@typescript-eslint/parser': 5.30.5_4x5o4skxv6sl53vpwefgt23khm
2898
+ '@typescript-eslint/parser': 5.30.6_4x5o4skxv6sl53vpwefgt23khm
2684
2899
  array-includes: 3.1.5
2685
2900
  array.prototype.flat: 1.3.0
2686
2901
  debug: 2.6.9
2687
2902
  doctrine: 2.1.0
2688
2903
  eslint: 8.19.0
2689
2904
  eslint-import-resolver-node: 0.3.6
2690
- eslint-module-utils: 2.7.3_ea34krk32wbcqzxapvwr7rsjs4
2905
+ eslint-module-utils: 2.7.3_bsugbhruclroeiaqnd7gqoy7ya
2691
2906
  has: 1.0.3
2692
2907
  is-core-module: 2.9.0
2693
2908
  is-glob: 4.0.3
@@ -4251,8 +4466,8 @@ packages:
4251
4466
  strip-bom: 3.0.0
4252
4467
  dev: false
4253
4468
 
4254
- /local-pkg/0.4.1:
4255
- resolution: {integrity: sha512-lL87ytIGP2FU5PWwNDo0w3WhIo2gopIAxPg9RxDYF7m4rr5ahuZxP22xnJHIvaLTe4Z9P6uKKY2UHiwyB4pcrw==}
4469
+ /local-pkg/0.4.2:
4470
+ resolution: {integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==}
4256
4471
  engines: {node: '>=14'}
4257
4472
  dev: true
4258
4473
 
@@ -5038,6 +5253,15 @@ packages:
5038
5253
  data-uri-to-buffer: 4.0.0
5039
5254
  fetch-blob: 3.2.0
5040
5255
  formdata-polyfill: 4.0.10
5256
+ dev: false
5257
+
5258
+ /node-fetch/3.2.8:
5259
+ resolution: {integrity: sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==}
5260
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
5261
+ dependencies:
5262
+ data-uri-to-buffer: 4.0.0
5263
+ fetch-blob: 3.2.0
5264
+ formdata-polyfill: 4.0.10
5041
5265
 
5042
5266
  /node-forge/1.3.1:
5043
5267
  resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
@@ -6017,6 +6241,13 @@ packages:
6017
6241
  resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
6018
6242
  engines: {node: '>=0.10.0'}
6019
6243
 
6244
+ /source-map-support/0.5.21:
6245
+ resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
6246
+ dependencies:
6247
+ buffer-from: 1.1.2
6248
+ source-map: 0.6.1
6249
+ dev: false
6250
+
6020
6251
  /source-map/0.6.1:
6021
6252
  resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
6022
6253
  engines: {node: '>=0.10.0'}
@@ -6872,15 +7103,15 @@ packages:
6872
7103
  stylus:
6873
7104
  optional: true
6874
7105
  dependencies:
6875
- esbuild: 0.14.48
7106
+ esbuild: 0.14.49
6876
7107
  postcss: 8.4.14
6877
7108
  resolve: 1.22.1
6878
7109
  rollup: 2.76.0
6879
7110
  optionalDependencies:
6880
7111
  fsevents: 2.3.2
6881
7112
 
6882
- /vitest/0.17.1:
6883
- resolution: {integrity: sha512-d6NsFC6FPmZ5XdiSYfW5rwJ/b8060wqe2steNNlVbhO69HWma6CucIm5g7PXlCSkmKvrdEbUsZHPAarlH83VGw==}
7113
+ /vitest/0.18.0:
7114
+ resolution: {integrity: sha512-ryAtlh5Gvg3+aLNuOQ8YOHxgQCCu46jx40X5MBL0K0/ejB9i5zsr8fV8LTGXbXex80UMHlzceI9F+ouGaiR+mQ==}
6884
7115
  engines: {node: '>=v14.16.0'}
6885
7116
  hasBin: true
6886
7117
  peerDependencies:
@@ -6906,7 +7137,7 @@ packages:
6906
7137
  '@types/node': 18.0.3
6907
7138
  chai: 4.3.6
6908
7139
  debug: 4.3.4
6909
- local-pkg: 0.4.1
7140
+ local-pkg: 0.4.2
6910
7141
  tinypool: 0.2.2
6911
7142
  tinyspy: 0.3.3
6912
7143
  vite: 2.9.14
@@ -7225,7 +7456,7 @@ packages:
7225
7456
  fs-extra: 10.1.0
7226
7457
  globby: 13.1.2
7227
7458
  minimist: 1.2.6
7228
- node-fetch: 3.2.6
7459
+ node-fetch: 3.2.8
7229
7460
  ps-tree: 1.2.0
7230
7461
  which: 2.0.2
7231
7462
  yaml: 2.1.1