@salesforce/templates 66.7.9 → 66.7.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/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package-lock.json +68 -68
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package-lock.json +68 -68
- package/lib/templates/uiBundles/reactbasic/package-lock.json +68 -68
- package/lib/utils/uiBundleTemplateUtils.js +12 -0
- package/lib/utils/uiBundleTemplateUtils.js.map +1 -1
- package/package.json +1 -1
|
@@ -748,9 +748,9 @@
|
|
|
748
748
|
"license": "MIT"
|
|
749
749
|
},
|
|
750
750
|
"node_modules/@dotenvx/dotenvx": {
|
|
751
|
-
"version": "1.60.
|
|
752
|
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.60.
|
|
753
|
-
"integrity": "sha512-
|
|
751
|
+
"version": "1.60.2",
|
|
752
|
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.60.2.tgz",
|
|
753
|
+
"integrity": "sha512-r4AznHUvfLONuWdoSIQtut6Ez/ym+lGXRtDvRaoAEMEhAmwSoK24jRsfR28vcb3ygWm7qeYOcbZolhtseJl6mA==",
|
|
754
754
|
"license": "BSD-3-Clause",
|
|
755
755
|
"dependencies": {
|
|
756
756
|
"commander": "^11.1.0",
|
|
@@ -5933,17 +5933,17 @@
|
|
|
5933
5933
|
}
|
|
5934
5934
|
},
|
|
5935
5935
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5936
|
-
"version": "8.58.
|
|
5937
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.
|
|
5938
|
-
"integrity": "sha512-
|
|
5936
|
+
"version": "8.58.1",
|
|
5937
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
|
|
5938
|
+
"integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
|
|
5939
5939
|
"dev": true,
|
|
5940
5940
|
"license": "MIT",
|
|
5941
5941
|
"dependencies": {
|
|
5942
5942
|
"@eslint-community/regexpp": "^4.12.2",
|
|
5943
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
5944
|
-
"@typescript-eslint/type-utils": "8.58.
|
|
5945
|
-
"@typescript-eslint/utils": "8.58.
|
|
5946
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5943
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
5944
|
+
"@typescript-eslint/type-utils": "8.58.1",
|
|
5945
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
5946
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
5947
5947
|
"ignore": "^7.0.5",
|
|
5948
5948
|
"natural-compare": "^1.4.0",
|
|
5949
5949
|
"ts-api-utils": "^2.5.0"
|
|
@@ -5956,7 +5956,7 @@
|
|
|
5956
5956
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5957
5957
|
},
|
|
5958
5958
|
"peerDependencies": {
|
|
5959
|
-
"@typescript-eslint/parser": "^8.58.
|
|
5959
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
5960
5960
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5961
5961
|
"typescript": ">=4.8.4 <6.1.0"
|
|
5962
5962
|
}
|
|
@@ -5972,16 +5972,16 @@
|
|
|
5972
5972
|
}
|
|
5973
5973
|
},
|
|
5974
5974
|
"node_modules/@typescript-eslint/parser": {
|
|
5975
|
-
"version": "8.58.
|
|
5976
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.
|
|
5977
|
-
"integrity": "sha512-
|
|
5975
|
+
"version": "8.58.1",
|
|
5976
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
|
|
5977
|
+
"integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
|
|
5978
5978
|
"dev": true,
|
|
5979
5979
|
"license": "MIT",
|
|
5980
5980
|
"dependencies": {
|
|
5981
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
5982
|
-
"@typescript-eslint/types": "8.58.
|
|
5983
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
5984
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5981
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
5982
|
+
"@typescript-eslint/types": "8.58.1",
|
|
5983
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
5984
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
5985
5985
|
"debug": "^4.4.3"
|
|
5986
5986
|
},
|
|
5987
5987
|
"engines": {
|
|
@@ -5997,14 +5997,14 @@
|
|
|
5997
5997
|
}
|
|
5998
5998
|
},
|
|
5999
5999
|
"node_modules/@typescript-eslint/project-service": {
|
|
6000
|
-
"version": "8.58.
|
|
6001
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.
|
|
6002
|
-
"integrity": "sha512-
|
|
6000
|
+
"version": "8.58.1",
|
|
6001
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
|
|
6002
|
+
"integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
|
|
6003
6003
|
"dev": true,
|
|
6004
6004
|
"license": "MIT",
|
|
6005
6005
|
"dependencies": {
|
|
6006
|
-
"@typescript-eslint/tsconfig-utils": "^8.58.
|
|
6007
|
-
"@typescript-eslint/types": "^8.58.
|
|
6006
|
+
"@typescript-eslint/tsconfig-utils": "^8.58.1",
|
|
6007
|
+
"@typescript-eslint/types": "^8.58.1",
|
|
6008
6008
|
"debug": "^4.4.3"
|
|
6009
6009
|
},
|
|
6010
6010
|
"engines": {
|
|
@@ -6019,14 +6019,14 @@
|
|
|
6019
6019
|
}
|
|
6020
6020
|
},
|
|
6021
6021
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
6022
|
-
"version": "8.58.
|
|
6023
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.
|
|
6024
|
-
"integrity": "sha512-
|
|
6022
|
+
"version": "8.58.1",
|
|
6023
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
|
|
6024
|
+
"integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
|
|
6025
6025
|
"dev": true,
|
|
6026
6026
|
"license": "MIT",
|
|
6027
6027
|
"dependencies": {
|
|
6028
|
-
"@typescript-eslint/types": "8.58.
|
|
6029
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
6028
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6029
|
+
"@typescript-eslint/visitor-keys": "8.58.1"
|
|
6030
6030
|
},
|
|
6031
6031
|
"engines": {
|
|
6032
6032
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6037,9 +6037,9 @@
|
|
|
6037
6037
|
}
|
|
6038
6038
|
},
|
|
6039
6039
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
6040
|
-
"version": "8.58.
|
|
6041
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.
|
|
6042
|
-
"integrity": "sha512-
|
|
6040
|
+
"version": "8.58.1",
|
|
6041
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
|
|
6042
|
+
"integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
|
|
6043
6043
|
"dev": true,
|
|
6044
6044
|
"license": "MIT",
|
|
6045
6045
|
"engines": {
|
|
@@ -6054,15 +6054,15 @@
|
|
|
6054
6054
|
}
|
|
6055
6055
|
},
|
|
6056
6056
|
"node_modules/@typescript-eslint/type-utils": {
|
|
6057
|
-
"version": "8.58.
|
|
6058
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.
|
|
6059
|
-
"integrity": "sha512-
|
|
6057
|
+
"version": "8.58.1",
|
|
6058
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
|
|
6059
|
+
"integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
|
|
6060
6060
|
"dev": true,
|
|
6061
6061
|
"license": "MIT",
|
|
6062
6062
|
"dependencies": {
|
|
6063
|
-
"@typescript-eslint/types": "8.58.
|
|
6064
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
6065
|
-
"@typescript-eslint/utils": "8.58.
|
|
6063
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6064
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
6065
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
6066
6066
|
"debug": "^4.4.3",
|
|
6067
6067
|
"ts-api-utils": "^2.5.0"
|
|
6068
6068
|
},
|
|
@@ -6079,9 +6079,9 @@
|
|
|
6079
6079
|
}
|
|
6080
6080
|
},
|
|
6081
6081
|
"node_modules/@typescript-eslint/types": {
|
|
6082
|
-
"version": "8.58.
|
|
6083
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
6084
|
-
"integrity": "sha512-
|
|
6082
|
+
"version": "8.58.1",
|
|
6083
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
6084
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
6085
6085
|
"dev": true,
|
|
6086
6086
|
"license": "MIT",
|
|
6087
6087
|
"engines": {
|
|
@@ -6093,16 +6093,16 @@
|
|
|
6093
6093
|
}
|
|
6094
6094
|
},
|
|
6095
6095
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
6096
|
-
"version": "8.58.
|
|
6097
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.
|
|
6098
|
-
"integrity": "sha512-
|
|
6096
|
+
"version": "8.58.1",
|
|
6097
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
|
|
6098
|
+
"integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
|
|
6099
6099
|
"dev": true,
|
|
6100
6100
|
"license": "MIT",
|
|
6101
6101
|
"dependencies": {
|
|
6102
|
-
"@typescript-eslint/project-service": "8.58.
|
|
6103
|
-
"@typescript-eslint/tsconfig-utils": "8.58.
|
|
6104
|
-
"@typescript-eslint/types": "8.58.
|
|
6105
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
6102
|
+
"@typescript-eslint/project-service": "8.58.1",
|
|
6103
|
+
"@typescript-eslint/tsconfig-utils": "8.58.1",
|
|
6104
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6105
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
6106
6106
|
"debug": "^4.4.3",
|
|
6107
6107
|
"minimatch": "^10.2.2",
|
|
6108
6108
|
"semver": "^7.7.3",
|
|
@@ -6173,16 +6173,16 @@
|
|
|
6173
6173
|
}
|
|
6174
6174
|
},
|
|
6175
6175
|
"node_modules/@typescript-eslint/utils": {
|
|
6176
|
-
"version": "8.58.
|
|
6177
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.
|
|
6178
|
-
"integrity": "sha512-
|
|
6176
|
+
"version": "8.58.1",
|
|
6177
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
|
|
6178
|
+
"integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
|
|
6179
6179
|
"dev": true,
|
|
6180
6180
|
"license": "MIT",
|
|
6181
6181
|
"dependencies": {
|
|
6182
6182
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
6183
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
6184
|
-
"@typescript-eslint/types": "8.58.
|
|
6185
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
6183
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
6184
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6185
|
+
"@typescript-eslint/typescript-estree": "8.58.1"
|
|
6186
6186
|
},
|
|
6187
6187
|
"engines": {
|
|
6188
6188
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6197,13 +6197,13 @@
|
|
|
6197
6197
|
}
|
|
6198
6198
|
},
|
|
6199
6199
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
6200
|
-
"version": "8.58.
|
|
6201
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
6202
|
-
"integrity": "sha512-
|
|
6200
|
+
"version": "8.58.1",
|
|
6201
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
|
|
6202
|
+
"integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
|
|
6203
6203
|
"dev": true,
|
|
6204
6204
|
"license": "MIT",
|
|
6205
6205
|
"dependencies": {
|
|
6206
|
-
"@typescript-eslint/types": "8.58.
|
|
6206
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6207
6207
|
"eslint-visitor-keys": "^5.0.0"
|
|
6208
6208
|
},
|
|
6209
6209
|
"engines": {
|
|
@@ -15698,13 +15698,13 @@
|
|
|
15698
15698
|
}
|
|
15699
15699
|
},
|
|
15700
15700
|
"node_modules/tinyglobby": {
|
|
15701
|
-
"version": "0.2.
|
|
15702
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
15703
|
-
"integrity": "sha512-
|
|
15701
|
+
"version": "0.2.16",
|
|
15702
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
15703
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
15704
15704
|
"license": "MIT",
|
|
15705
15705
|
"dependencies": {
|
|
15706
15706
|
"fdir": "^6.5.0",
|
|
15707
|
-
"picomatch": "^4.0.
|
|
15707
|
+
"picomatch": "^4.0.4"
|
|
15708
15708
|
},
|
|
15709
15709
|
"engines": {
|
|
15710
15710
|
"node": ">=12.0.0"
|
|
@@ -16090,16 +16090,16 @@
|
|
|
16090
16090
|
}
|
|
16091
16091
|
},
|
|
16092
16092
|
"node_modules/typescript-eslint": {
|
|
16093
|
-
"version": "8.58.
|
|
16094
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.
|
|
16095
|
-
"integrity": "sha512-
|
|
16093
|
+
"version": "8.58.1",
|
|
16094
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
|
|
16095
|
+
"integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
|
|
16096
16096
|
"dev": true,
|
|
16097
16097
|
"license": "MIT",
|
|
16098
16098
|
"dependencies": {
|
|
16099
|
-
"@typescript-eslint/eslint-plugin": "8.58.
|
|
16100
|
-
"@typescript-eslint/parser": "8.58.
|
|
16101
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
16102
|
-
"@typescript-eslint/utils": "8.58.
|
|
16099
|
+
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
16100
|
+
"@typescript-eslint/parser": "8.58.1",
|
|
16101
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
16102
|
+
"@typescript-eslint/utils": "8.58.1"
|
|
16103
16103
|
},
|
|
16104
16104
|
"engines": {
|
|
16105
16105
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -747,9 +747,9 @@
|
|
|
747
747
|
"license": "MIT"
|
|
748
748
|
},
|
|
749
749
|
"node_modules/@dotenvx/dotenvx": {
|
|
750
|
-
"version": "1.60.
|
|
751
|
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.60.
|
|
752
|
-
"integrity": "sha512-
|
|
750
|
+
"version": "1.60.2",
|
|
751
|
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.60.2.tgz",
|
|
752
|
+
"integrity": "sha512-r4AznHUvfLONuWdoSIQtut6Ez/ym+lGXRtDvRaoAEMEhAmwSoK24jRsfR28vcb3ygWm7qeYOcbZolhtseJl6mA==",
|
|
753
753
|
"license": "BSD-3-Clause",
|
|
754
754
|
"dependencies": {
|
|
755
755
|
"commander": "^11.1.0",
|
|
@@ -5856,17 +5856,17 @@
|
|
|
5856
5856
|
}
|
|
5857
5857
|
},
|
|
5858
5858
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5859
|
-
"version": "8.58.
|
|
5860
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.
|
|
5861
|
-
"integrity": "sha512-
|
|
5859
|
+
"version": "8.58.1",
|
|
5860
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
|
|
5861
|
+
"integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
|
|
5862
5862
|
"dev": true,
|
|
5863
5863
|
"license": "MIT",
|
|
5864
5864
|
"dependencies": {
|
|
5865
5865
|
"@eslint-community/regexpp": "^4.12.2",
|
|
5866
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
5867
|
-
"@typescript-eslint/type-utils": "8.58.
|
|
5868
|
-
"@typescript-eslint/utils": "8.58.
|
|
5869
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5866
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
5867
|
+
"@typescript-eslint/type-utils": "8.58.1",
|
|
5868
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
5869
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
5870
5870
|
"ignore": "^7.0.5",
|
|
5871
5871
|
"natural-compare": "^1.4.0",
|
|
5872
5872
|
"ts-api-utils": "^2.5.0"
|
|
@@ -5879,7 +5879,7 @@
|
|
|
5879
5879
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5880
5880
|
},
|
|
5881
5881
|
"peerDependencies": {
|
|
5882
|
-
"@typescript-eslint/parser": "^8.58.
|
|
5882
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
5883
5883
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5884
5884
|
"typescript": ">=4.8.4 <6.1.0"
|
|
5885
5885
|
}
|
|
@@ -5895,16 +5895,16 @@
|
|
|
5895
5895
|
}
|
|
5896
5896
|
},
|
|
5897
5897
|
"node_modules/@typescript-eslint/parser": {
|
|
5898
|
-
"version": "8.58.
|
|
5899
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.
|
|
5900
|
-
"integrity": "sha512-
|
|
5898
|
+
"version": "8.58.1",
|
|
5899
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
|
|
5900
|
+
"integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
|
|
5901
5901
|
"dev": true,
|
|
5902
5902
|
"license": "MIT",
|
|
5903
5903
|
"dependencies": {
|
|
5904
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
5905
|
-
"@typescript-eslint/types": "8.58.
|
|
5906
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
5907
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5904
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
5905
|
+
"@typescript-eslint/types": "8.58.1",
|
|
5906
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
5907
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
5908
5908
|
"debug": "^4.4.3"
|
|
5909
5909
|
},
|
|
5910
5910
|
"engines": {
|
|
@@ -5920,14 +5920,14 @@
|
|
|
5920
5920
|
}
|
|
5921
5921
|
},
|
|
5922
5922
|
"node_modules/@typescript-eslint/project-service": {
|
|
5923
|
-
"version": "8.58.
|
|
5924
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.
|
|
5925
|
-
"integrity": "sha512-
|
|
5923
|
+
"version": "8.58.1",
|
|
5924
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
|
|
5925
|
+
"integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
|
|
5926
5926
|
"dev": true,
|
|
5927
5927
|
"license": "MIT",
|
|
5928
5928
|
"dependencies": {
|
|
5929
|
-
"@typescript-eslint/tsconfig-utils": "^8.58.
|
|
5930
|
-
"@typescript-eslint/types": "^8.58.
|
|
5929
|
+
"@typescript-eslint/tsconfig-utils": "^8.58.1",
|
|
5930
|
+
"@typescript-eslint/types": "^8.58.1",
|
|
5931
5931
|
"debug": "^4.4.3"
|
|
5932
5932
|
},
|
|
5933
5933
|
"engines": {
|
|
@@ -5942,14 +5942,14 @@
|
|
|
5942
5942
|
}
|
|
5943
5943
|
},
|
|
5944
5944
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
5945
|
-
"version": "8.58.
|
|
5946
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.
|
|
5947
|
-
"integrity": "sha512-
|
|
5945
|
+
"version": "8.58.1",
|
|
5946
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
|
|
5947
|
+
"integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
|
|
5948
5948
|
"dev": true,
|
|
5949
5949
|
"license": "MIT",
|
|
5950
5950
|
"dependencies": {
|
|
5951
|
-
"@typescript-eslint/types": "8.58.
|
|
5952
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5951
|
+
"@typescript-eslint/types": "8.58.1",
|
|
5952
|
+
"@typescript-eslint/visitor-keys": "8.58.1"
|
|
5953
5953
|
},
|
|
5954
5954
|
"engines": {
|
|
5955
5955
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5960,9 +5960,9 @@
|
|
|
5960
5960
|
}
|
|
5961
5961
|
},
|
|
5962
5962
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5963
|
-
"version": "8.58.
|
|
5964
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.
|
|
5965
|
-
"integrity": "sha512-
|
|
5963
|
+
"version": "8.58.1",
|
|
5964
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
|
|
5965
|
+
"integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
|
|
5966
5966
|
"dev": true,
|
|
5967
5967
|
"license": "MIT",
|
|
5968
5968
|
"engines": {
|
|
@@ -5977,15 +5977,15 @@
|
|
|
5977
5977
|
}
|
|
5978
5978
|
},
|
|
5979
5979
|
"node_modules/@typescript-eslint/type-utils": {
|
|
5980
|
-
"version": "8.58.
|
|
5981
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.
|
|
5982
|
-
"integrity": "sha512-
|
|
5980
|
+
"version": "8.58.1",
|
|
5981
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
|
|
5982
|
+
"integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
|
|
5983
5983
|
"dev": true,
|
|
5984
5984
|
"license": "MIT",
|
|
5985
5985
|
"dependencies": {
|
|
5986
|
-
"@typescript-eslint/types": "8.58.
|
|
5987
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
5988
|
-
"@typescript-eslint/utils": "8.58.
|
|
5986
|
+
"@typescript-eslint/types": "8.58.1",
|
|
5987
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
5988
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
5989
5989
|
"debug": "^4.4.3",
|
|
5990
5990
|
"ts-api-utils": "^2.5.0"
|
|
5991
5991
|
},
|
|
@@ -6002,9 +6002,9 @@
|
|
|
6002
6002
|
}
|
|
6003
6003
|
},
|
|
6004
6004
|
"node_modules/@typescript-eslint/types": {
|
|
6005
|
-
"version": "8.58.
|
|
6006
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
6007
|
-
"integrity": "sha512-
|
|
6005
|
+
"version": "8.58.1",
|
|
6006
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
6007
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
6008
6008
|
"dev": true,
|
|
6009
6009
|
"license": "MIT",
|
|
6010
6010
|
"engines": {
|
|
@@ -6016,16 +6016,16 @@
|
|
|
6016
6016
|
}
|
|
6017
6017
|
},
|
|
6018
6018
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
6019
|
-
"version": "8.58.
|
|
6020
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.
|
|
6021
|
-
"integrity": "sha512-
|
|
6019
|
+
"version": "8.58.1",
|
|
6020
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
|
|
6021
|
+
"integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
|
|
6022
6022
|
"dev": true,
|
|
6023
6023
|
"license": "MIT",
|
|
6024
6024
|
"dependencies": {
|
|
6025
|
-
"@typescript-eslint/project-service": "8.58.
|
|
6026
|
-
"@typescript-eslint/tsconfig-utils": "8.58.
|
|
6027
|
-
"@typescript-eslint/types": "8.58.
|
|
6028
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
6025
|
+
"@typescript-eslint/project-service": "8.58.1",
|
|
6026
|
+
"@typescript-eslint/tsconfig-utils": "8.58.1",
|
|
6027
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6028
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
6029
6029
|
"debug": "^4.4.3",
|
|
6030
6030
|
"minimatch": "^10.2.2",
|
|
6031
6031
|
"semver": "^7.7.3",
|
|
@@ -6096,16 +6096,16 @@
|
|
|
6096
6096
|
}
|
|
6097
6097
|
},
|
|
6098
6098
|
"node_modules/@typescript-eslint/utils": {
|
|
6099
|
-
"version": "8.58.
|
|
6100
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.
|
|
6101
|
-
"integrity": "sha512-
|
|
6099
|
+
"version": "8.58.1",
|
|
6100
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
|
|
6101
|
+
"integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
|
|
6102
6102
|
"dev": true,
|
|
6103
6103
|
"license": "MIT",
|
|
6104
6104
|
"dependencies": {
|
|
6105
6105
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
6106
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
6107
|
-
"@typescript-eslint/types": "8.58.
|
|
6108
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
6106
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
6107
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6108
|
+
"@typescript-eslint/typescript-estree": "8.58.1"
|
|
6109
6109
|
},
|
|
6110
6110
|
"engines": {
|
|
6111
6111
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6120,13 +6120,13 @@
|
|
|
6120
6120
|
}
|
|
6121
6121
|
},
|
|
6122
6122
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
6123
|
-
"version": "8.58.
|
|
6124
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
6125
|
-
"integrity": "sha512-
|
|
6123
|
+
"version": "8.58.1",
|
|
6124
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
|
|
6125
|
+
"integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
|
|
6126
6126
|
"dev": true,
|
|
6127
6127
|
"license": "MIT",
|
|
6128
6128
|
"dependencies": {
|
|
6129
|
-
"@typescript-eslint/types": "8.58.
|
|
6129
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6130
6130
|
"eslint-visitor-keys": "^5.0.0"
|
|
6131
6131
|
},
|
|
6132
6132
|
"engines": {
|
|
@@ -15621,13 +15621,13 @@
|
|
|
15621
15621
|
}
|
|
15622
15622
|
},
|
|
15623
15623
|
"node_modules/tinyglobby": {
|
|
15624
|
-
"version": "0.2.
|
|
15625
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
15626
|
-
"integrity": "sha512-
|
|
15624
|
+
"version": "0.2.16",
|
|
15625
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
15626
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
15627
15627
|
"license": "MIT",
|
|
15628
15628
|
"dependencies": {
|
|
15629
15629
|
"fdir": "^6.5.0",
|
|
15630
|
-
"picomatch": "^4.0.
|
|
15630
|
+
"picomatch": "^4.0.4"
|
|
15631
15631
|
},
|
|
15632
15632
|
"engines": {
|
|
15633
15633
|
"node": ">=12.0.0"
|
|
@@ -16013,16 +16013,16 @@
|
|
|
16013
16013
|
}
|
|
16014
16014
|
},
|
|
16015
16015
|
"node_modules/typescript-eslint": {
|
|
16016
|
-
"version": "8.58.
|
|
16017
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.
|
|
16018
|
-
"integrity": "sha512-
|
|
16016
|
+
"version": "8.58.1",
|
|
16017
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
|
|
16018
|
+
"integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
|
|
16019
16019
|
"dev": true,
|
|
16020
16020
|
"license": "MIT",
|
|
16021
16021
|
"dependencies": {
|
|
16022
|
-
"@typescript-eslint/eslint-plugin": "8.58.
|
|
16023
|
-
"@typescript-eslint/parser": "8.58.
|
|
16024
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
16025
|
-
"@typescript-eslint/utils": "8.58.
|
|
16022
|
+
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
16023
|
+
"@typescript-eslint/parser": "8.58.1",
|
|
16024
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
16025
|
+
"@typescript-eslint/utils": "8.58.1"
|
|
16026
16026
|
},
|
|
16027
16027
|
"engines": {
|
|
16028
16028
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -746,9 +746,9 @@
|
|
|
746
746
|
"license": "MIT"
|
|
747
747
|
},
|
|
748
748
|
"node_modules/@dotenvx/dotenvx": {
|
|
749
|
-
"version": "1.60.
|
|
750
|
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.60.
|
|
751
|
-
"integrity": "sha512-
|
|
749
|
+
"version": "1.60.2",
|
|
750
|
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.60.2.tgz",
|
|
751
|
+
"integrity": "sha512-r4AznHUvfLONuWdoSIQtut6Ez/ym+lGXRtDvRaoAEMEhAmwSoK24jRsfR28vcb3ygWm7qeYOcbZolhtseJl6mA==",
|
|
752
752
|
"license": "BSD-3-Clause",
|
|
753
753
|
"dependencies": {
|
|
754
754
|
"commander": "^11.1.0",
|
|
@@ -5837,17 +5837,17 @@
|
|
|
5837
5837
|
}
|
|
5838
5838
|
},
|
|
5839
5839
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5840
|
-
"version": "8.58.
|
|
5841
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.
|
|
5842
|
-
"integrity": "sha512-
|
|
5840
|
+
"version": "8.58.1",
|
|
5841
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
|
|
5842
|
+
"integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
|
|
5843
5843
|
"dev": true,
|
|
5844
5844
|
"license": "MIT",
|
|
5845
5845
|
"dependencies": {
|
|
5846
5846
|
"@eslint-community/regexpp": "^4.12.2",
|
|
5847
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
5848
|
-
"@typescript-eslint/type-utils": "8.58.
|
|
5849
|
-
"@typescript-eslint/utils": "8.58.
|
|
5850
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5847
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
5848
|
+
"@typescript-eslint/type-utils": "8.58.1",
|
|
5849
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
5850
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
5851
5851
|
"ignore": "^7.0.5",
|
|
5852
5852
|
"natural-compare": "^1.4.0",
|
|
5853
5853
|
"ts-api-utils": "^2.5.0"
|
|
@@ -5860,7 +5860,7 @@
|
|
|
5860
5860
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5861
5861
|
},
|
|
5862
5862
|
"peerDependencies": {
|
|
5863
|
-
"@typescript-eslint/parser": "^8.58.
|
|
5863
|
+
"@typescript-eslint/parser": "^8.58.1",
|
|
5864
5864
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5865
5865
|
"typescript": ">=4.8.4 <6.1.0"
|
|
5866
5866
|
}
|
|
@@ -5876,16 +5876,16 @@
|
|
|
5876
5876
|
}
|
|
5877
5877
|
},
|
|
5878
5878
|
"node_modules/@typescript-eslint/parser": {
|
|
5879
|
-
"version": "8.58.
|
|
5880
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.
|
|
5881
|
-
"integrity": "sha512-
|
|
5879
|
+
"version": "8.58.1",
|
|
5880
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
|
|
5881
|
+
"integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
|
|
5882
5882
|
"dev": true,
|
|
5883
5883
|
"license": "MIT",
|
|
5884
5884
|
"dependencies": {
|
|
5885
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
5886
|
-
"@typescript-eslint/types": "8.58.
|
|
5887
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
5888
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5885
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
5886
|
+
"@typescript-eslint/types": "8.58.1",
|
|
5887
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
5888
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
5889
5889
|
"debug": "^4.4.3"
|
|
5890
5890
|
},
|
|
5891
5891
|
"engines": {
|
|
@@ -5901,14 +5901,14 @@
|
|
|
5901
5901
|
}
|
|
5902
5902
|
},
|
|
5903
5903
|
"node_modules/@typescript-eslint/project-service": {
|
|
5904
|
-
"version": "8.58.
|
|
5905
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.
|
|
5906
|
-
"integrity": "sha512-
|
|
5904
|
+
"version": "8.58.1",
|
|
5905
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
|
|
5906
|
+
"integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
|
|
5907
5907
|
"dev": true,
|
|
5908
5908
|
"license": "MIT",
|
|
5909
5909
|
"dependencies": {
|
|
5910
|
-
"@typescript-eslint/tsconfig-utils": "^8.58.
|
|
5911
|
-
"@typescript-eslint/types": "^8.58.
|
|
5910
|
+
"@typescript-eslint/tsconfig-utils": "^8.58.1",
|
|
5911
|
+
"@typescript-eslint/types": "^8.58.1",
|
|
5912
5912
|
"debug": "^4.4.3"
|
|
5913
5913
|
},
|
|
5914
5914
|
"engines": {
|
|
@@ -5923,14 +5923,14 @@
|
|
|
5923
5923
|
}
|
|
5924
5924
|
},
|
|
5925
5925
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
5926
|
-
"version": "8.58.
|
|
5927
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.
|
|
5928
|
-
"integrity": "sha512-
|
|
5926
|
+
"version": "8.58.1",
|
|
5927
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
|
|
5928
|
+
"integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
|
|
5929
5929
|
"dev": true,
|
|
5930
5930
|
"license": "MIT",
|
|
5931
5931
|
"dependencies": {
|
|
5932
|
-
"@typescript-eslint/types": "8.58.
|
|
5933
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
5932
|
+
"@typescript-eslint/types": "8.58.1",
|
|
5933
|
+
"@typescript-eslint/visitor-keys": "8.58.1"
|
|
5934
5934
|
},
|
|
5935
5935
|
"engines": {
|
|
5936
5936
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5941,9 +5941,9 @@
|
|
|
5941
5941
|
}
|
|
5942
5942
|
},
|
|
5943
5943
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5944
|
-
"version": "8.58.
|
|
5945
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.
|
|
5946
|
-
"integrity": "sha512-
|
|
5944
|
+
"version": "8.58.1",
|
|
5945
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
|
|
5946
|
+
"integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
|
|
5947
5947
|
"dev": true,
|
|
5948
5948
|
"license": "MIT",
|
|
5949
5949
|
"engines": {
|
|
@@ -5958,15 +5958,15 @@
|
|
|
5958
5958
|
}
|
|
5959
5959
|
},
|
|
5960
5960
|
"node_modules/@typescript-eslint/type-utils": {
|
|
5961
|
-
"version": "8.58.
|
|
5962
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.
|
|
5963
|
-
"integrity": "sha512-
|
|
5961
|
+
"version": "8.58.1",
|
|
5962
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
|
|
5963
|
+
"integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
|
|
5964
5964
|
"dev": true,
|
|
5965
5965
|
"license": "MIT",
|
|
5966
5966
|
"dependencies": {
|
|
5967
|
-
"@typescript-eslint/types": "8.58.
|
|
5968
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
5969
|
-
"@typescript-eslint/utils": "8.58.
|
|
5967
|
+
"@typescript-eslint/types": "8.58.1",
|
|
5968
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
5969
|
+
"@typescript-eslint/utils": "8.58.1",
|
|
5970
5970
|
"debug": "^4.4.3",
|
|
5971
5971
|
"ts-api-utils": "^2.5.0"
|
|
5972
5972
|
},
|
|
@@ -5983,9 +5983,9 @@
|
|
|
5983
5983
|
}
|
|
5984
5984
|
},
|
|
5985
5985
|
"node_modules/@typescript-eslint/types": {
|
|
5986
|
-
"version": "8.58.
|
|
5987
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.
|
|
5988
|
-
"integrity": "sha512-
|
|
5986
|
+
"version": "8.58.1",
|
|
5987
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
|
|
5988
|
+
"integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
|
|
5989
5989
|
"dev": true,
|
|
5990
5990
|
"license": "MIT",
|
|
5991
5991
|
"engines": {
|
|
@@ -5997,16 +5997,16 @@
|
|
|
5997
5997
|
}
|
|
5998
5998
|
},
|
|
5999
5999
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
6000
|
-
"version": "8.58.
|
|
6001
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.
|
|
6002
|
-
"integrity": "sha512-
|
|
6000
|
+
"version": "8.58.1",
|
|
6001
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
|
|
6002
|
+
"integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
|
|
6003
6003
|
"dev": true,
|
|
6004
6004
|
"license": "MIT",
|
|
6005
6005
|
"dependencies": {
|
|
6006
|
-
"@typescript-eslint/project-service": "8.58.
|
|
6007
|
-
"@typescript-eslint/tsconfig-utils": "8.58.
|
|
6008
|
-
"@typescript-eslint/types": "8.58.
|
|
6009
|
-
"@typescript-eslint/visitor-keys": "8.58.
|
|
6006
|
+
"@typescript-eslint/project-service": "8.58.1",
|
|
6007
|
+
"@typescript-eslint/tsconfig-utils": "8.58.1",
|
|
6008
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6009
|
+
"@typescript-eslint/visitor-keys": "8.58.1",
|
|
6010
6010
|
"debug": "^4.4.3",
|
|
6011
6011
|
"minimatch": "^10.2.2",
|
|
6012
6012
|
"semver": "^7.7.3",
|
|
@@ -6077,16 +6077,16 @@
|
|
|
6077
6077
|
}
|
|
6078
6078
|
},
|
|
6079
6079
|
"node_modules/@typescript-eslint/utils": {
|
|
6080
|
-
"version": "8.58.
|
|
6081
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.
|
|
6082
|
-
"integrity": "sha512-
|
|
6080
|
+
"version": "8.58.1",
|
|
6081
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
|
|
6082
|
+
"integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
|
|
6083
6083
|
"dev": true,
|
|
6084
6084
|
"license": "MIT",
|
|
6085
6085
|
"dependencies": {
|
|
6086
6086
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
6087
|
-
"@typescript-eslint/scope-manager": "8.58.
|
|
6088
|
-
"@typescript-eslint/types": "8.58.
|
|
6089
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
6087
|
+
"@typescript-eslint/scope-manager": "8.58.1",
|
|
6088
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6089
|
+
"@typescript-eslint/typescript-estree": "8.58.1"
|
|
6090
6090
|
},
|
|
6091
6091
|
"engines": {
|
|
6092
6092
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -6101,13 +6101,13 @@
|
|
|
6101
6101
|
}
|
|
6102
6102
|
},
|
|
6103
6103
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
6104
|
-
"version": "8.58.
|
|
6105
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.
|
|
6106
|
-
"integrity": "sha512-
|
|
6104
|
+
"version": "8.58.1",
|
|
6105
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
|
|
6106
|
+
"integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
|
|
6107
6107
|
"dev": true,
|
|
6108
6108
|
"license": "MIT",
|
|
6109
6109
|
"dependencies": {
|
|
6110
|
-
"@typescript-eslint/types": "8.58.
|
|
6110
|
+
"@typescript-eslint/types": "8.58.1",
|
|
6111
6111
|
"eslint-visitor-keys": "^5.0.0"
|
|
6112
6112
|
},
|
|
6113
6113
|
"engines": {
|
|
@@ -15602,13 +15602,13 @@
|
|
|
15602
15602
|
}
|
|
15603
15603
|
},
|
|
15604
15604
|
"node_modules/tinyglobby": {
|
|
15605
|
-
"version": "0.2.
|
|
15606
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
15607
|
-
"integrity": "sha512-
|
|
15605
|
+
"version": "0.2.16",
|
|
15606
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
15607
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
15608
15608
|
"license": "MIT",
|
|
15609
15609
|
"dependencies": {
|
|
15610
15610
|
"fdir": "^6.5.0",
|
|
15611
|
-
"picomatch": "^4.0.
|
|
15611
|
+
"picomatch": "^4.0.4"
|
|
15612
15612
|
},
|
|
15613
15613
|
"engines": {
|
|
15614
15614
|
"node": ">=12.0.0"
|
|
@@ -15994,16 +15994,16 @@
|
|
|
15994
15994
|
}
|
|
15995
15995
|
},
|
|
15996
15996
|
"node_modules/typescript-eslint": {
|
|
15997
|
-
"version": "8.58.
|
|
15998
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.
|
|
15999
|
-
"integrity": "sha512-
|
|
15997
|
+
"version": "8.58.1",
|
|
15998
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
|
|
15999
|
+
"integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
|
|
16000
16000
|
"dev": true,
|
|
16001
16001
|
"license": "MIT",
|
|
16002
16002
|
"dependencies": {
|
|
16003
|
-
"@typescript-eslint/eslint-plugin": "8.58.
|
|
16004
|
-
"@typescript-eslint/parser": "8.58.
|
|
16005
|
-
"@typescript-eslint/typescript-estree": "8.58.
|
|
16006
|
-
"@typescript-eslint/utils": "8.58.
|
|
16003
|
+
"@typescript-eslint/eslint-plugin": "8.58.1",
|
|
16004
|
+
"@typescript-eslint/parser": "8.58.1",
|
|
16005
|
+
"@typescript-eslint/typescript-estree": "8.58.1",
|
|
16006
|
+
"@typescript-eslint/utils": "8.58.1"
|
|
16007
16007
|
},
|
|
16008
16008
|
"engines": {
|
|
16009
16009
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -300,6 +300,18 @@ function generateBuiltInFullTemplate(template, projectname, options) {
|
|
|
300
300
|
renderEjs,
|
|
301
301
|
onFileCreated,
|
|
302
302
|
});
|
|
303
|
+
// npm renames .gitignore → .npmignore on install, so template packages
|
|
304
|
+
// lose their .gitignore. Use the standard project gitignore template
|
|
305
|
+
// (stored without the dot, so npm leaves it alone).
|
|
306
|
+
const gitignoreDest = path.join(projectDir, '.gitignore');
|
|
307
|
+
if (!fs.existsSync(gitignoreDest)) {
|
|
308
|
+
const gitignoreSrc = path.join(templateDir, '..', 'gitignore');
|
|
309
|
+
if (fs.existsSync(gitignoreSrc)) {
|
|
310
|
+
const content = yield (0, promises_1.readFile)(gitignoreSrc, 'utf8');
|
|
311
|
+
yield (0, promises_1.writeFile)(gitignoreDest, content, 'utf8');
|
|
312
|
+
onFileCreated(gitignoreDest);
|
|
313
|
+
}
|
|
314
|
+
}
|
|
303
315
|
});
|
|
304
316
|
}
|
|
305
317
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uiBundleTemplateUtils.js","sourceRoot":"","sources":["../../src/utils/uiBundleTemplateUtils.ts"],"names":[],"mappings":";;;AAqCA,8CAqBC;AA4JD,sDAEC;AAOD,wDAuBC;AAGD,oCA6BC;AAGD,sCAcC;AAsBD,
|
|
1
|
+
{"version":3,"file":"uiBundleTemplateUtils.js","sourceRoot":"","sources":["../../src/utils/uiBundleTemplateUtils.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED