@zohodesk/client_build_tool 0.0.11-exp.9 → 0.0.12

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 (25) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +132 -0
  3. package/README_backup.md +102 -0
  4. package/lib/schemas/defaultConfigValues.js +8 -18
  5. package/lib/schemas/defaultConfigValuesOnly.js +4 -19
  6. package/lib/shared/babel/getBabelPlugin.js +3 -4
  7. package/lib/shared/babel/runBabelForTsFile.js +1 -1
  8. package/lib/shared/bundler/webpack/common/decidePublicPath.js +2 -2
  9. package/lib/shared/bundler/webpack/custom_plugins/BundleIntegrityReport/index.js +10 -0
  10. package/lib/shared/bundler/webpack/jsLoaders.js +2 -20
  11. package/lib/shared/bundler/webpack/pluginConfigs/configCopyPublicFolders.js +3 -2
  12. package/lib/shared/bundler/webpack/plugins.js +1 -3
  13. package/lib/shared/postcss/custom_postcss_plugins/VariableModificationPlugin/index.js +1 -1
  14. package/lib/shared/server/mockApiHandler.js +7 -0
  15. package/lib/shared/server/urlConcat.js +13 -1
  16. package/npm-shrinkwrap.json +354 -38
  17. package/package.json +6 -5
  18. package/lib/shared/bundler/webpack/custom_plugins/I18nNumericIndexPlugin/I18nNumericIndexHtmlInjectorPlugin.js +0 -49
  19. package/lib/shared/bundler/webpack/custom_plugins/I18nNumericIndexPlugin/I18nNumericIndexPlugin.js +0 -174
  20. package/lib/shared/bundler/webpack/custom_plugins/I18nNumericIndexPlugin/utils/i18nDataLoader.js +0 -108
  21. package/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/collectAstKeys.js +0 -96
  22. package/lib/shared/bundler/webpack/loaderConfigs/i18nIdReplaceLoaderConfig.js +0 -74
  23. package/lib/shared/bundler/webpack/loaders/i18nIdReplaceLoader.js +0 -105
  24. package/lib/shared/bundler/webpack/pluginConfigs/configI18nNumericIndexPlugin.js +0 -79
  25. package/lib/shared/bundler/webpack/utils/propertiesParser.js +0 -103
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/client_build_tool",
3
- "version": "0.0.11-exp.7",
3
+ "version": "0.0.10-exp.10",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/client_build_tool",
9
- "version": "0.0.11-exp.7",
9
+ "version": "0.0.10-exp.10",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@babel/cli": "7.17.10",
@@ -16,6 +16,7 @@
16
16
  "@babel/preset-typescript": "7.23.2",
17
17
  "@zohodesk/client_packages_group": "1.0.2",
18
18
  "babel-loader": "9.1.2",
19
+ "babel-plugin-module-resolver": "5.0.2",
19
20
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
20
21
  "babel-plugin-transform-remove-console": "6.9.4",
21
22
  "copy-webpack-plugin": "11.0.0",
@@ -2794,6 +2795,62 @@
2794
2795
  "object.assign": "^4.1.0"
2795
2796
  }
2796
2797
  },
2798
+ "node_modules/babel-plugin-module-resolver": {
2799
+ "version": "5.0.2",
2800
+ "resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2.tgz",
2801
+ "integrity": "sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==",
2802
+ "dependencies": {
2803
+ "find-babel-config": "^2.1.1",
2804
+ "glob": "^9.3.3",
2805
+ "pkg-up": "^3.1.0",
2806
+ "reselect": "^4.1.7",
2807
+ "resolve": "^1.22.8"
2808
+ }
2809
+ },
2810
+ "node_modules/babel-plugin-module-resolver/node_modules/brace-expansion": {
2811
+ "version": "2.0.1",
2812
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
2813
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
2814
+ "dependencies": {
2815
+ "balanced-match": "^1.0.0"
2816
+ }
2817
+ },
2818
+ "node_modules/babel-plugin-module-resolver/node_modules/glob": {
2819
+ "version": "9.3.5",
2820
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
2821
+ "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
2822
+ "dependencies": {
2823
+ "fs.realpath": "^1.0.0",
2824
+ "minimatch": "^8.0.2",
2825
+ "minipass": "^4.2.4",
2826
+ "path-scurry": "^1.6.1"
2827
+ },
2828
+ "engines": {
2829
+ "node": ">=16 || 14 >=14.17"
2830
+ },
2831
+ "funding": {
2832
+ "url": "https://github.com/sponsors/isaacs"
2833
+ }
2834
+ },
2835
+ "node_modules/babel-plugin-module-resolver/node_modules/minimatch": {
2836
+ "version": "8.0.4",
2837
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
2838
+ "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
2839
+ "dependencies": {
2840
+ "brace-expansion": "^2.0.1"
2841
+ },
2842
+ "engines": {
2843
+ "node": ">=16 || 14 >=14.17"
2844
+ },
2845
+ "funding": {
2846
+ "url": "https://github.com/sponsors/isaacs"
2847
+ }
2848
+ },
2849
+ "node_modules/babel-plugin-module-resolver/node_modules/reselect": {
2850
+ "version": "4.1.8",
2851
+ "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
2852
+ "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
2853
+ },
2797
2854
  "node_modules/babel-plugin-polyfill-corejs2": {
2798
2855
  "version": "0.3.1",
2799
2856
  "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
@@ -4154,6 +4211,14 @@
4154
4211
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
4155
4212
  "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
4156
4213
  },
4214
+ "node_modules/find-babel-config": {
4215
+ "version": "2.1.2",
4216
+ "resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-2.1.2.tgz",
4217
+ "integrity": "sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==",
4218
+ "dependencies": {
4219
+ "json5": "^2.2.3"
4220
+ }
4221
+ },
4157
4222
  "node_modules/find-up": {
4158
4223
  "version": "4.1.0",
4159
4224
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
@@ -4230,9 +4295,12 @@
4230
4295
  }
4231
4296
  },
4232
4297
  "node_modules/function-bind": {
4233
- "version": "1.1.1",
4234
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
4235
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
4298
+ "version": "1.1.2",
4299
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
4300
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
4301
+ "funding": {
4302
+ "url": "https://github.com/sponsors/ljharb"
4303
+ }
4236
4304
  },
4237
4305
  "node_modules/fz-i18n": {
4238
4306
  "version": "1.2.0-beta.15",
@@ -4403,6 +4471,17 @@
4403
4471
  "url": "https://github.com/sponsors/ljharb"
4404
4472
  }
4405
4473
  },
4474
+ "node_modules/hasown": {
4475
+ "version": "2.0.2",
4476
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
4477
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
4478
+ "dependencies": {
4479
+ "function-bind": "^1.1.2"
4480
+ },
4481
+ "engines": {
4482
+ "node": ">= 0.4"
4483
+ }
4484
+ },
4406
4485
  "node_modules/he": {
4407
4486
  "version": "1.2.0",
4408
4487
  "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -4704,11 +4783,14 @@
4704
4783
  }
4705
4784
  },
4706
4785
  "node_modules/is-core-module": {
4707
- "version": "2.9.0",
4708
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
4709
- "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
4786
+ "version": "2.16.1",
4787
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
4788
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
4710
4789
  "dependencies": {
4711
- "has": "^1.0.3"
4790
+ "hasown": "^2.0.2"
4791
+ },
4792
+ "engines": {
4793
+ "node": ">= 0.4"
4712
4794
  },
4713
4795
  "funding": {
4714
4796
  "url": "https://github.com/sponsors/ljharb"
@@ -5248,6 +5330,14 @@
5248
5330
  "node": "*"
5249
5331
  }
5250
5332
  },
5333
+ "node_modules/minipass": {
5334
+ "version": "4.2.8",
5335
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
5336
+ "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==",
5337
+ "engines": {
5338
+ "node": ">=8"
5339
+ }
5340
+ },
5251
5341
  "node_modules/moment": {
5252
5342
  "version": "2.29.4",
5253
5343
  "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
@@ -5636,6 +5726,34 @@
5636
5726
  "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
5637
5727
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
5638
5728
  },
5729
+ "node_modules/path-scurry": {
5730
+ "version": "1.11.1",
5731
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
5732
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
5733
+ "dependencies": {
5734
+ "lru-cache": "^10.2.0",
5735
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
5736
+ },
5737
+ "engines": {
5738
+ "node": ">=16 || 14 >=14.18"
5739
+ },
5740
+ "funding": {
5741
+ "url": "https://github.com/sponsors/isaacs"
5742
+ }
5743
+ },
5744
+ "node_modules/path-scurry/node_modules/lru-cache": {
5745
+ "version": "10.4.3",
5746
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
5747
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
5748
+ },
5749
+ "node_modules/path-scurry/node_modules/minipass": {
5750
+ "version": "7.1.2",
5751
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
5752
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
5753
+ "engines": {
5754
+ "node": ">=16 || 14 >=14.17"
5755
+ }
5756
+ },
5639
5757
  "node_modules/path-to-regexp": {
5640
5758
  "version": "0.1.7",
5641
5759
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
@@ -5684,6 +5802,59 @@
5684
5802
  "node": ">=8"
5685
5803
  }
5686
5804
  },
5805
+ "node_modules/pkg-up": {
5806
+ "version": "3.1.0",
5807
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
5808
+ "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
5809
+ "dependencies": {
5810
+ "find-up": "^3.0.0"
5811
+ },
5812
+ "engines": {
5813
+ "node": ">=8"
5814
+ }
5815
+ },
5816
+ "node_modules/pkg-up/node_modules/find-up": {
5817
+ "version": "3.0.0",
5818
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
5819
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
5820
+ "dependencies": {
5821
+ "locate-path": "^3.0.0"
5822
+ },
5823
+ "engines": {
5824
+ "node": ">=6"
5825
+ }
5826
+ },
5827
+ "node_modules/pkg-up/node_modules/locate-path": {
5828
+ "version": "3.0.0",
5829
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
5830
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
5831
+ "dependencies": {
5832
+ "p-locate": "^3.0.0",
5833
+ "path-exists": "^3.0.0"
5834
+ },
5835
+ "engines": {
5836
+ "node": ">=6"
5837
+ }
5838
+ },
5839
+ "node_modules/pkg-up/node_modules/p-locate": {
5840
+ "version": "3.0.0",
5841
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
5842
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
5843
+ "dependencies": {
5844
+ "p-limit": "^2.0.0"
5845
+ },
5846
+ "engines": {
5847
+ "node": ">=6"
5848
+ }
5849
+ },
5850
+ "node_modules/pkg-up/node_modules/path-exists": {
5851
+ "version": "3.0.0",
5852
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
5853
+ "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
5854
+ "engines": {
5855
+ "node": ">=4"
5856
+ }
5857
+ },
5687
5858
  "node_modules/postcss": {
5688
5859
  "version": "8.4.21",
5689
5860
  "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
@@ -6610,17 +6781,20 @@
6610
6781
  "integrity": "sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA=="
6611
6782
  },
6612
6783
  "node_modules/resolve": {
6613
- "version": "1.22.1",
6614
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
6615
- "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
6784
+ "version": "1.22.10",
6785
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
6786
+ "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
6616
6787
  "dependencies": {
6617
- "is-core-module": "^2.9.0",
6788
+ "is-core-module": "^2.16.0",
6618
6789
  "path-parse": "^1.0.7",
6619
6790
  "supports-preserve-symlinks-flag": "^1.0.0"
6620
6791
  },
6621
6792
  "bin": {
6622
6793
  "resolve": "bin/resolve"
6623
6794
  },
6795
+ "engines": {
6796
+ "node": ">= 0.4"
6797
+ },
6624
6798
  "funding": {
6625
6799
  "url": "https://github.com/sponsors/ljharb"
6626
6800
  }
@@ -9577,7 +9751,8 @@
9577
9751
  "@webpack-cli/configtest": {
9578
9752
  "version": "1.2.0",
9579
9753
  "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz",
9580
- "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg=="
9754
+ "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==",
9755
+ "requires": {}
9581
9756
  },
9582
9757
  "@webpack-cli/info": {
9583
9758
  "version": "1.5.0",
@@ -9590,7 +9765,8 @@
9590
9765
  "@webpack-cli/serve": {
9591
9766
  "version": "1.7.0",
9592
9767
  "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz",
9593
- "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q=="
9768
+ "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==",
9769
+ "requires": {}
9594
9770
  },
9595
9771
  "@xtuc/ieee754": {
9596
9772
  "version": "1.2.0",
@@ -9677,7 +9853,8 @@
9677
9853
  "acorn-import-assertions": {
9678
9854
  "version": "1.8.0",
9679
9855
  "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
9680
- "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw=="
9856
+ "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
9857
+ "requires": {}
9681
9858
  },
9682
9859
  "acorn-walk": {
9683
9860
  "version": "8.2.0",
@@ -9724,7 +9901,8 @@
9724
9901
  "ajv-keywords": {
9725
9902
  "version": "3.5.2",
9726
9903
  "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
9727
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
9904
+ "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
9905
+ "requires": {}
9728
9906
  },
9729
9907
  "ansi-regex": {
9730
9908
  "version": "5.0.1",
@@ -9838,6 +10016,52 @@
9838
10016
  "object.assign": "^4.1.0"
9839
10017
  }
9840
10018
  },
10019
+ "babel-plugin-module-resolver": {
10020
+ "version": "5.0.2",
10021
+ "resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2.tgz",
10022
+ "integrity": "sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==",
10023
+ "requires": {
10024
+ "find-babel-config": "^2.1.1",
10025
+ "glob": "^9.3.3",
10026
+ "pkg-up": "^3.1.0",
10027
+ "reselect": "^4.1.7",
10028
+ "resolve": "^1.22.8"
10029
+ },
10030
+ "dependencies": {
10031
+ "brace-expansion": {
10032
+ "version": "2.0.1",
10033
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
10034
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
10035
+ "requires": {
10036
+ "balanced-match": "^1.0.0"
10037
+ }
10038
+ },
10039
+ "glob": {
10040
+ "version": "9.3.5",
10041
+ "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
10042
+ "integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
10043
+ "requires": {
10044
+ "fs.realpath": "^1.0.0",
10045
+ "minimatch": "^8.0.2",
10046
+ "minipass": "^4.2.4",
10047
+ "path-scurry": "^1.6.1"
10048
+ }
10049
+ },
10050
+ "minimatch": {
10051
+ "version": "8.0.4",
10052
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
10053
+ "integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
10054
+ "requires": {
10055
+ "brace-expansion": "^2.0.1"
10056
+ }
10057
+ },
10058
+ "reselect": {
10059
+ "version": "4.1.8",
10060
+ "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
10061
+ "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
10062
+ }
10063
+ }
10064
+ },
9841
10065
  "babel-plugin-polyfill-corejs2": {
9842
10066
  "version": "0.3.1",
9843
10067
  "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
@@ -10256,7 +10480,8 @@
10256
10480
  "css-declaration-sorter": {
10257
10481
  "version": "6.3.1",
10258
10482
  "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz",
10259
- "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w=="
10483
+ "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==",
10484
+ "requires": {}
10260
10485
  },
10261
10486
  "css-loader": {
10262
10487
  "version": "6.7.1",
@@ -10424,7 +10649,8 @@
10424
10649
  "cssnano-utils": {
10425
10650
  "version": "3.1.0",
10426
10651
  "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
10427
- "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA=="
10652
+ "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
10653
+ "requires": {}
10428
10654
  },
10429
10655
  "csso": {
10430
10656
  "version": "4.2.0",
@@ -10819,6 +11045,14 @@
10819
11045
  }
10820
11046
  }
10821
11047
  },
11048
+ "find-babel-config": {
11049
+ "version": "2.1.2",
11050
+ "resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-2.1.2.tgz",
11051
+ "integrity": "sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==",
11052
+ "requires": {
11053
+ "json5": "^2.2.3"
11054
+ }
11055
+ },
10822
11056
  "find-up": {
10823
11057
  "version": "4.1.0",
10824
11058
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
@@ -10865,9 +11099,9 @@
10865
11099
  "optional": true
10866
11100
  },
10867
11101
  "function-bind": {
10868
- "version": "1.1.1",
10869
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
10870
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
11102
+ "version": "1.1.2",
11103
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
11104
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
10871
11105
  },
10872
11106
  "fz-i18n": {
10873
11107
  "version": "1.2.0-beta.15",
@@ -10988,6 +11222,14 @@
10988
11222
  "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
10989
11223
  "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
10990
11224
  },
11225
+ "hasown": {
11226
+ "version": "2.0.2",
11227
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
11228
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
11229
+ "requires": {
11230
+ "function-bind": "^1.1.2"
11231
+ }
11232
+ },
10991
11233
  "he": {
10992
11234
  "version": "1.2.0",
10993
11235
  "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -11122,7 +11364,8 @@
11122
11364
  "icss-utils": {
11123
11365
  "version": "5.1.0",
11124
11366
  "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
11125
- "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA=="
11367
+ "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
11368
+ "requires": {}
11126
11369
  },
11127
11370
  "ignore": {
11128
11371
  "version": "5.2.4",
@@ -11197,11 +11440,11 @@
11197
11440
  }
11198
11441
  },
11199
11442
  "is-core-module": {
11200
- "version": "2.9.0",
11201
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
11202
- "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
11443
+ "version": "2.16.1",
11444
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
11445
+ "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
11203
11446
  "requires": {
11204
- "has": "^1.0.3"
11447
+ "hasown": "^2.0.2"
11205
11448
  }
11206
11449
  },
11207
11450
  "is-extglob": {
@@ -11592,6 +11835,11 @@
11592
11835
  "brace-expansion": "^1.1.7"
11593
11836
  }
11594
11837
  },
11838
+ "minipass": {
11839
+ "version": "4.2.8",
11840
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
11841
+ "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ=="
11842
+ },
11595
11843
  "moment": {
11596
11844
  "version": "2.29.4",
11597
11845
  "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
@@ -11863,6 +12111,27 @@
11863
12111
  "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
11864
12112
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
11865
12113
  },
12114
+ "path-scurry": {
12115
+ "version": "1.11.1",
12116
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
12117
+ "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
12118
+ "requires": {
12119
+ "lru-cache": "^10.2.0",
12120
+ "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
12121
+ },
12122
+ "dependencies": {
12123
+ "lru-cache": {
12124
+ "version": "10.4.3",
12125
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
12126
+ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
12127
+ },
12128
+ "minipass": {
12129
+ "version": "7.1.2",
12130
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
12131
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
12132
+ }
12133
+ }
12134
+ },
11866
12135
  "path-to-regexp": {
11867
12136
  "version": "0.1.7",
11868
12137
  "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
@@ -11896,6 +12165,46 @@
11896
12165
  "find-up": "^4.0.0"
11897
12166
  }
11898
12167
  },
12168
+ "pkg-up": {
12169
+ "version": "3.1.0",
12170
+ "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
12171
+ "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
12172
+ "requires": {
12173
+ "find-up": "^3.0.0"
12174
+ },
12175
+ "dependencies": {
12176
+ "find-up": {
12177
+ "version": "3.0.0",
12178
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
12179
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
12180
+ "requires": {
12181
+ "locate-path": "^3.0.0"
12182
+ }
12183
+ },
12184
+ "locate-path": {
12185
+ "version": "3.0.0",
12186
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
12187
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
12188
+ "requires": {
12189
+ "p-locate": "^3.0.0",
12190
+ "path-exists": "^3.0.0"
12191
+ }
12192
+ },
12193
+ "p-locate": {
12194
+ "version": "3.0.0",
12195
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
12196
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
12197
+ "requires": {
12198
+ "p-limit": "^2.0.0"
12199
+ }
12200
+ },
12201
+ "path-exists": {
12202
+ "version": "3.0.0",
12203
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
12204
+ "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
12205
+ }
12206
+ }
12207
+ },
11899
12208
  "postcss": {
11900
12209
  "version": "8.4.21",
11901
12210
  "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
@@ -11938,22 +12247,26 @@
11938
12247
  "postcss-discard-comments": {
11939
12248
  "version": "5.1.2",
11940
12249
  "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz",
11941
- "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ=="
12250
+ "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==",
12251
+ "requires": {}
11942
12252
  },
11943
12253
  "postcss-discard-duplicates": {
11944
12254
  "version": "5.1.0",
11945
12255
  "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz",
11946
- "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw=="
12256
+ "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==",
12257
+ "requires": {}
11947
12258
  },
11948
12259
  "postcss-discard-empty": {
11949
12260
  "version": "5.1.1",
11950
12261
  "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz",
11951
- "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A=="
12262
+ "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==",
12263
+ "requires": {}
11952
12264
  },
11953
12265
  "postcss-discard-overridden": {
11954
12266
  "version": "5.1.0",
11955
12267
  "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz",
11956
- "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw=="
12268
+ "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==",
12269
+ "requires": {}
11957
12270
  },
11958
12271
  "postcss-loader": {
11959
12272
  "version": "7.0.2",
@@ -12034,7 +12347,8 @@
12034
12347
  "postcss-modules-extract-imports": {
12035
12348
  "version": "3.0.0",
12036
12349
  "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz",
12037
- "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw=="
12350
+ "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==",
12351
+ "requires": {}
12038
12352
  },
12039
12353
  "postcss-modules-local-by-default": {
12040
12354
  "version": "4.0.0",
@@ -12065,7 +12379,8 @@
12065
12379
  "postcss-normalize-charset": {
12066
12380
  "version": "5.1.0",
12067
12381
  "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz",
12068
- "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg=="
12382
+ "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==",
12383
+ "requires": {}
12069
12384
  },
12070
12385
  "postcss-normalize-display-values": {
12071
12386
  "version": "5.1.0",
@@ -12528,11 +12843,11 @@
12528
12843
  "integrity": "sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA=="
12529
12844
  },
12530
12845
  "resolve": {
12531
- "version": "1.22.1",
12532
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
12533
- "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
12846
+ "version": "1.22.10",
12847
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
12848
+ "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
12534
12849
  "requires": {
12535
- "is-core-module": "^2.9.0",
12850
+ "is-core-module": "^2.16.0",
12536
12851
  "path-parse": "^1.0.7",
12537
12852
  "supports-preserve-symlinks-flag": "^1.0.0"
12538
12853
  }
@@ -13281,7 +13596,8 @@
13281
13596
  "ws": {
13282
13597
  "version": "7.5.9",
13283
13598
  "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
13284
- "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q=="
13599
+ "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
13600
+ "requires": {}
13285
13601
  }
13286
13602
  }
13287
13603
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/client_build_tool",
3
- "version": "0.0.11-exp.9",
3
+ "version": "0.0.12",
4
4
  "description": "A CLI tool to build web applications and client libraries",
5
5
  "main": "lib/index.js",
6
6
  "bin": {
@@ -31,8 +31,10 @@
31
31
  "@babel/core": "7.18.5",
32
32
  "@babel/preset-env": "7.18.2",
33
33
  "@babel/preset-react": "7.17.12",
34
+ "@babel/preset-typescript": "7.23.2",
34
35
  "@zohodesk/client_packages_group": "1.0.2",
35
36
  "babel-loader": "9.1.2",
37
+ "babel-plugin-module-resolver": "5.0.2",
36
38
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
37
39
  "babel-plugin-transform-remove-console": "6.9.4",
38
40
  "copy-webpack-plugin": "11.0.0",
@@ -50,14 +52,13 @@
50
52
  "postcss": "8.4.21",
51
53
  "postcss-loader": "7.0.2",
52
54
  "postcss-rtl": "2.0.0",
55
+ "ts-loader": "8.2.0",
56
+ "typescript": "5.2.2",
53
57
  "uglifycss": "0.0.29",
54
58
  "watcher": "1.2.0",
55
59
  "webpack": "5.79.0",
56
60
  "webpack-bundle-analyzer": "4.8.0",
57
61
  "webpack-cli": "4.10.0",
58
- "webpack-dev-middleware": "6.1.1",
59
- "typescript": "5.2.2",
60
- "ts-loader": "8.2.0",
61
- "@babel/preset-typescript": "7.23.2"
62
+ "webpack-dev-middleware": "6.1.1"
62
63
  }
63
64
  }