@salesforce/plugin-lightning-dev 4.4.10 → 4.4.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.
- package/README.md +3 -3
- package/npm-shrinkwrap.json +302 -123
- package/oclif.lock +219 -153
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.12/src/commands/lightning/dev/app.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf lightning dev component`
|
|
207
207
|
|
|
@@ -248,7 +248,7 @@ EXAMPLES
|
|
|
248
248
|
$ sf lightning dev component --name myComponent
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.
|
|
251
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.12/src/commands/lightning/dev/component.ts)_
|
|
252
252
|
|
|
253
253
|
## `sf lightning dev site`
|
|
254
254
|
|
|
@@ -304,6 +304,6 @@ EXAMPLES
|
|
|
304
304
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
305
305
|
```
|
|
306
306
|
|
|
307
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.
|
|
307
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.12/src/commands/lightning/dev/site.ts)_
|
|
308
308
|
|
|
309
309
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "4.4.
|
|
9
|
+
"version": "4.4.12",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -15,14 +15,14 @@
|
|
|
15
15
|
"@lwc/sfdc-lwc-compiler": "~13.0.31",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.0",
|
|
18
|
-
"@salesforce/core": "^8.
|
|
18
|
+
"@salesforce/core": "^8.19.1",
|
|
19
19
|
"@salesforce/kit": "^3.1.6",
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.11.0",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
24
|
"lightning-base-components": "1.27.2-alpha",
|
|
25
|
-
"lwc": "~8.20.
|
|
25
|
+
"lwc": "~8.20.4",
|
|
26
26
|
"node-fetch": "^3.3.2",
|
|
27
27
|
"open": "^10.2.0",
|
|
28
28
|
"xml2js": "^0.6.2"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@oclif/plugin-command-snapshot": "^5.3.3",
|
|
32
32
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
33
33
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
34
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
34
|
+
"@salesforce/plugin-command-reference": "^3.1.63",
|
|
35
35
|
"@types/node-fetch": "^2.6.13",
|
|
36
36
|
"@types/xml2js": "^0.4.14",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
@@ -4708,9 +4708,9 @@
|
|
|
4708
4708
|
}
|
|
4709
4709
|
},
|
|
4710
4710
|
"node_modules/@jsforce/jsforce-node": {
|
|
4711
|
-
"version": "3.10.
|
|
4712
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
4713
|
-
"integrity": "sha512-
|
|
4711
|
+
"version": "3.10.1",
|
|
4712
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz",
|
|
4713
|
+
"integrity": "sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==",
|
|
4714
4714
|
"license": "MIT",
|
|
4715
4715
|
"dependencies": {
|
|
4716
4716
|
"@sindresorhus/is": "^4",
|
|
@@ -4996,20 +4996,20 @@
|
|
|
4996
4996
|
}
|
|
4997
4997
|
},
|
|
4998
4998
|
"node_modules/@lwc/aria-reflection": {
|
|
4999
|
-
"version": "8.20.
|
|
5000
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.20.
|
|
5001
|
-
"integrity": "sha512-
|
|
4999
|
+
"version": "8.20.4",
|
|
5000
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.20.4.tgz",
|
|
5001
|
+
"integrity": "sha512-UdJzCXHPfc0hqD/en2cDujOkCwxXUqAM0KJ4N8wzhYAadvOFqqwfFWCs2f5pXcybZb0+ZK7cWLpg7Cxu3lkyZQ==",
|
|
5002
5002
|
"license": "MIT"
|
|
5003
5003
|
},
|
|
5004
5004
|
"node_modules/@lwc/babel-plugin-component": {
|
|
5005
|
-
"version": "8.20.
|
|
5006
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.20.
|
|
5007
|
-
"integrity": "sha512-
|
|
5005
|
+
"version": "8.20.4",
|
|
5006
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.20.4.tgz",
|
|
5007
|
+
"integrity": "sha512-6ejV/IakkuSqAEXPR7SMNgpnC+AOC+zzovycqpkugZy6ahYP6HEmOtzrotNERumSSWxrfM+slsDWMl7zA9F7sA==",
|
|
5008
5008
|
"license": "MIT",
|
|
5009
5009
|
"dependencies": {
|
|
5010
5010
|
"@babel/helper-module-imports": "7.27.1",
|
|
5011
|
-
"@lwc/errors": "8.20.
|
|
5012
|
-
"@lwc/shared": "8.20.
|
|
5011
|
+
"@lwc/errors": "8.20.4",
|
|
5012
|
+
"@lwc/shared": "8.20.4",
|
|
5013
5013
|
"line-column": "~1.0.2"
|
|
5014
5014
|
},
|
|
5015
5015
|
"peerDependencies": {
|
|
@@ -5017,9 +5017,9 @@
|
|
|
5017
5017
|
}
|
|
5018
5018
|
},
|
|
5019
5019
|
"node_modules/@lwc/compiler": {
|
|
5020
|
-
"version": "8.20.
|
|
5021
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.20.
|
|
5022
|
-
"integrity": "sha512-
|
|
5020
|
+
"version": "8.20.4",
|
|
5021
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.20.4.tgz",
|
|
5022
|
+
"integrity": "sha512-GYx2tWgQZple2lcJr4E/TCo96EnQYf4XiNM7D2x7hN8ngyr/x0uWEnfIUVg5vQ8Z85O50XfF2Fd30aNpa46Igw==",
|
|
5023
5023
|
"license": "MIT",
|
|
5024
5024
|
"dependencies": {
|
|
5025
5025
|
"@babel/core": "7.28.0",
|
|
@@ -5028,12 +5028,12 @@
|
|
|
5028
5028
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
5029
5029
|
"@babel/plugin-transform-object-rest-spread": "7.28.0",
|
|
5030
5030
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
5031
|
-
"@lwc/babel-plugin-component": "8.20.
|
|
5032
|
-
"@lwc/errors": "8.20.
|
|
5033
|
-
"@lwc/shared": "8.20.
|
|
5034
|
-
"@lwc/ssr-compiler": "8.20.
|
|
5035
|
-
"@lwc/style-compiler": "8.20.
|
|
5036
|
-
"@lwc/template-compiler": "8.20.
|
|
5031
|
+
"@lwc/babel-plugin-component": "8.20.4",
|
|
5032
|
+
"@lwc/errors": "8.20.4",
|
|
5033
|
+
"@lwc/shared": "8.20.4",
|
|
5034
|
+
"@lwc/ssr-compiler": "8.20.4",
|
|
5035
|
+
"@lwc/style-compiler": "8.20.4",
|
|
5036
|
+
"@lwc/template-compiler": "8.20.4"
|
|
5037
5037
|
}
|
|
5038
5038
|
},
|
|
5039
5039
|
"node_modules/@lwc/compiler/node_modules/@babel/core": {
|
|
@@ -5260,32 +5260,32 @@
|
|
|
5260
5260
|
}
|
|
5261
5261
|
},
|
|
5262
5262
|
"node_modules/@lwc/engine-core": {
|
|
5263
|
-
"version": "8.20.
|
|
5264
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.20.
|
|
5265
|
-
"integrity": "sha512-
|
|
5263
|
+
"version": "8.20.4",
|
|
5264
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.20.4.tgz",
|
|
5265
|
+
"integrity": "sha512-r3isRx0uTBsy7m9Mnzcgls+f/34avf40xWBn6eAtUeZp/F1WYEkWxVKmH6+ER9K2pOqlizMN5Sd5C0uGwMYXyg==",
|
|
5266
5266
|
"license": "MIT",
|
|
5267
5267
|
"dependencies": {
|
|
5268
|
-
"@lwc/features": "8.20.
|
|
5269
|
-
"@lwc/shared": "8.20.
|
|
5270
|
-
"@lwc/signals": "8.20.
|
|
5268
|
+
"@lwc/features": "8.20.4",
|
|
5269
|
+
"@lwc/shared": "8.20.4",
|
|
5270
|
+
"@lwc/signals": "8.20.4"
|
|
5271
5271
|
}
|
|
5272
5272
|
},
|
|
5273
5273
|
"node_modules/@lwc/engine-dom": {
|
|
5274
|
-
"version": "8.20.
|
|
5275
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.20.
|
|
5276
|
-
"integrity": "sha512-
|
|
5274
|
+
"version": "8.20.4",
|
|
5275
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.20.4.tgz",
|
|
5276
|
+
"integrity": "sha512-Dd/flQ/v5MUhtg3JAw9i+494xS4moIghnSH5ZJTfe3whnZufadrlxTieUqvxPfxuWKr2w6KIT9KgAi978FPHjg==",
|
|
5277
5277
|
"license": "MIT"
|
|
5278
5278
|
},
|
|
5279
5279
|
"node_modules/@lwc/engine-server": {
|
|
5280
|
-
"version": "8.20.
|
|
5281
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.20.
|
|
5282
|
-
"integrity": "sha512-
|
|
5280
|
+
"version": "8.20.4",
|
|
5281
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.20.4.tgz",
|
|
5282
|
+
"integrity": "sha512-9dtpj0XzMcFv4MrPGbqfA/N7/x1kxryeJn/73h55mcUWUf7TOycpPlKp7ooAN1B2CaVe+fgk+2QIGmhbvQa3+A==",
|
|
5283
5283
|
"license": "MIT"
|
|
5284
5284
|
},
|
|
5285
5285
|
"node_modules/@lwc/errors": {
|
|
5286
|
-
"version": "8.20.
|
|
5287
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.20.
|
|
5288
|
-
"integrity": "sha512-
|
|
5286
|
+
"version": "8.20.4",
|
|
5287
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.20.4.tgz",
|
|
5288
|
+
"integrity": "sha512-grJRr12M4U0PJ9yuU0MRJ9H07kijef2QIfdMod4S3NTAf1EBCMQX6wY2aadmVEyQCqDS67NQkQp1iL+0QFdN4w==",
|
|
5289
5289
|
"license": "MIT"
|
|
5290
5290
|
},
|
|
5291
5291
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
@@ -6095,12 +6095,12 @@
|
|
|
6095
6095
|
}
|
|
6096
6096
|
},
|
|
6097
6097
|
"node_modules/@lwc/features": {
|
|
6098
|
-
"version": "8.20.
|
|
6099
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.20.
|
|
6100
|
-
"integrity": "sha512-
|
|
6098
|
+
"version": "8.20.4",
|
|
6099
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.20.4.tgz",
|
|
6100
|
+
"integrity": "sha512-ZwqZA1e60XvqQZkAbM0L6warE1HUX9ZU0kNj8p9BKOqa1znStMhATZOTmqZwTdiGPbjv0pVIvwyeN2OCEPM+xQ==",
|
|
6101
6101
|
"license": "MIT",
|
|
6102
6102
|
"dependencies": {
|
|
6103
|
-
"@lwc/shared": "8.20.
|
|
6103
|
+
"@lwc/shared": "8.20.4"
|
|
6104
6104
|
}
|
|
6105
6105
|
},
|
|
6106
6106
|
"node_modules/@lwc/lwc-dev-server": {
|
|
@@ -6266,23 +6266,23 @@
|
|
|
6266
6266
|
}
|
|
6267
6267
|
},
|
|
6268
6268
|
"node_modules/@lwc/module-resolver": {
|
|
6269
|
-
"version": "8.20.
|
|
6270
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.20.
|
|
6271
|
-
"integrity": "sha512-
|
|
6269
|
+
"version": "8.20.4",
|
|
6270
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.20.4.tgz",
|
|
6271
|
+
"integrity": "sha512-yZJG20IEYoN91xz/3PqhXuCBF1FSeX1vGDOu0+bqHY5m9RKYRZASMqyjFRpjOQGVGkBP14HJtZB4QPAaxLVpLw==",
|
|
6272
6272
|
"license": "MIT",
|
|
6273
6273
|
"dependencies": {
|
|
6274
6274
|
"resolve": "~1.22.10"
|
|
6275
6275
|
}
|
|
6276
6276
|
},
|
|
6277
6277
|
"node_modules/@lwc/rollup-plugin": {
|
|
6278
|
-
"version": "8.20.
|
|
6279
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.20.
|
|
6280
|
-
"integrity": "sha512-
|
|
6278
|
+
"version": "8.20.4",
|
|
6279
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.20.4.tgz",
|
|
6280
|
+
"integrity": "sha512-0EkKURh5vuRXDfW9tH0d6++hcyRZ9ENMZgsdgEwwHfrTppnMhmngIWmb2J1FzLHUGrjmmPmQUOze2DzW0Dh1Ag==",
|
|
6281
6281
|
"license": "MIT",
|
|
6282
6282
|
"dependencies": {
|
|
6283
|
-
"@lwc/compiler": "8.20.
|
|
6284
|
-
"@lwc/module-resolver": "8.20.
|
|
6285
|
-
"@lwc/shared": "8.20.
|
|
6283
|
+
"@lwc/compiler": "8.20.4",
|
|
6284
|
+
"@lwc/module-resolver": "8.20.4",
|
|
6285
|
+
"@lwc/shared": "8.20.4",
|
|
6286
6286
|
"@rollup/pluginutils": "~5.2.0"
|
|
6287
6287
|
},
|
|
6288
6288
|
"peerDependencies": {
|
|
@@ -7175,27 +7175,27 @@
|
|
|
7175
7175
|
}
|
|
7176
7176
|
},
|
|
7177
7177
|
"node_modules/@lwc/shared": {
|
|
7178
|
-
"version": "8.20.
|
|
7179
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.20.
|
|
7180
|
-
"integrity": "sha512
|
|
7178
|
+
"version": "8.20.4",
|
|
7179
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.20.4.tgz",
|
|
7180
|
+
"integrity": "sha512-+VNcMn7mxoKzfrh1o40THvwuM+s1ZOC6cZOC2CovSwmkaunbSO4S9ejeN1seu+xnGjmzhRNTSq9eIW3Gi2RfJg==",
|
|
7181
7181
|
"license": "MIT"
|
|
7182
7182
|
},
|
|
7183
7183
|
"node_modules/@lwc/signals": {
|
|
7184
|
-
"version": "8.20.
|
|
7185
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.20.
|
|
7186
|
-
"integrity": "sha512-
|
|
7184
|
+
"version": "8.20.4",
|
|
7185
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.20.4.tgz",
|
|
7186
|
+
"integrity": "sha512-bsPlJZxBKaI7jhwGre/VgVNdpIHdvUk1lvkbqUR3bFJ5qBA59FtGxdF/yOktTBBT2PLDvYQv9bj3J4UWrjZCaA==",
|
|
7187
7187
|
"license": "MIT"
|
|
7188
7188
|
},
|
|
7189
7189
|
"node_modules/@lwc/ssr-compiler": {
|
|
7190
|
-
"version": "8.20.
|
|
7191
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.20.
|
|
7192
|
-
"integrity": "sha512-
|
|
7190
|
+
"version": "8.20.4",
|
|
7191
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.20.4.tgz",
|
|
7192
|
+
"integrity": "sha512-h0A/OQzORYZEqROc42oSPH4KXFPbAdeYmChibks4rTVuovgoYfTmuGAx7duOpPCmEekQfaDIhI0xcaj24cAI+Q==",
|
|
7193
7193
|
"license": "MIT",
|
|
7194
7194
|
"dependencies": {
|
|
7195
|
-
"@babel/types": "7.28.
|
|
7196
|
-
"@lwc/errors": "8.20.
|
|
7197
|
-
"@lwc/shared": "8.20.
|
|
7198
|
-
"@lwc/template-compiler": "8.20.
|
|
7195
|
+
"@babel/types": "7.28.2",
|
|
7196
|
+
"@lwc/errors": "8.20.4",
|
|
7197
|
+
"@lwc/shared": "8.20.4",
|
|
7198
|
+
"@lwc/template-compiler": "8.20.4",
|
|
7199
7199
|
"acorn": "8.15.0",
|
|
7200
7200
|
"astring": "^1.9.0",
|
|
7201
7201
|
"estree-toolkit": "^1.7.13",
|
|
@@ -7204,9 +7204,9 @@
|
|
|
7204
7204
|
}
|
|
7205
7205
|
},
|
|
7206
7206
|
"node_modules/@lwc/ssr-compiler/node_modules/@babel/types": {
|
|
7207
|
-
"version": "7.28.
|
|
7208
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.
|
|
7209
|
-
"integrity": "sha512-
|
|
7207
|
+
"version": "7.28.2",
|
|
7208
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
7209
|
+
"integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
7210
7210
|
"license": "MIT",
|
|
7211
7211
|
"dependencies": {
|
|
7212
7212
|
"@babel/helper-string-parser": "^7.27.1",
|
|
@@ -7229,18 +7229,18 @@
|
|
|
7229
7229
|
}
|
|
7230
7230
|
},
|
|
7231
7231
|
"node_modules/@lwc/ssr-runtime": {
|
|
7232
|
-
"version": "8.20.
|
|
7233
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.20.
|
|
7234
|
-
"integrity": "sha512-
|
|
7232
|
+
"version": "8.20.4",
|
|
7233
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.20.4.tgz",
|
|
7234
|
+
"integrity": "sha512-lTd7rOLKb8GLWPG51didArQNpWcGUKTFW2Arpn5ppg9ifECBs4umVVm6WSlKd3WljasD4L6SqHWZ84KfYJJtnA==",
|
|
7235
7235
|
"license": "MIT"
|
|
7236
7236
|
},
|
|
7237
7237
|
"node_modules/@lwc/style-compiler": {
|
|
7238
|
-
"version": "8.20.
|
|
7239
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.20.
|
|
7240
|
-
"integrity": "sha512
|
|
7238
|
+
"version": "8.20.4",
|
|
7239
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.20.4.tgz",
|
|
7240
|
+
"integrity": "sha512-++DpHDUUrp2NG1N91O8eeBWWE8wSHCqlERt76dox6VaKo0piO20Hy1R5nJXJaty2kGf4HNS/Gu0AfepY0E3ejg==",
|
|
7241
7241
|
"license": "MIT",
|
|
7242
7242
|
"dependencies": {
|
|
7243
|
-
"@lwc/shared": "8.20.
|
|
7243
|
+
"@lwc/shared": "8.20.4",
|
|
7244
7244
|
"postcss": "~8.5.6",
|
|
7245
7245
|
"postcss-selector-parser": "~7.1.0",
|
|
7246
7246
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -7260,19 +7260,19 @@
|
|
|
7260
7260
|
}
|
|
7261
7261
|
},
|
|
7262
7262
|
"node_modules/@lwc/synthetic-shadow": {
|
|
7263
|
-
"version": "8.20.
|
|
7264
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.20.
|
|
7265
|
-
"integrity": "sha512-
|
|
7263
|
+
"version": "8.20.4",
|
|
7264
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.20.4.tgz",
|
|
7265
|
+
"integrity": "sha512-Uq0GCpk5TgBpobtOBUe4ZX0/pZAnmHqzmtCuFKzUwQVDawCmauT2ARQ8PHj6grjAiAjq8dFV8VnxEk2hLkLkxQ==",
|
|
7266
7266
|
"license": "MIT"
|
|
7267
7267
|
},
|
|
7268
7268
|
"node_modules/@lwc/template-compiler": {
|
|
7269
|
-
"version": "8.20.
|
|
7270
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.20.
|
|
7271
|
-
"integrity": "sha512-
|
|
7269
|
+
"version": "8.20.4",
|
|
7270
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.20.4.tgz",
|
|
7271
|
+
"integrity": "sha512-8aT/mP9OFuY3HFdIW0BNUvcRaxD8eqMNZ1PFG82sY/N3TRIbB7Kq67fcfdzb+OAMdmXKs1hplPV6ZEbZhNsY2g==",
|
|
7272
7272
|
"license": "MIT",
|
|
7273
7273
|
"dependencies": {
|
|
7274
|
-
"@lwc/errors": "8.20.
|
|
7275
|
-
"@lwc/shared": "8.20.
|
|
7274
|
+
"@lwc/errors": "8.20.4",
|
|
7275
|
+
"@lwc/shared": "8.20.4",
|
|
7276
7276
|
"acorn": "~8.15.0",
|
|
7277
7277
|
"astring": "~1.9.0",
|
|
7278
7278
|
"he": "~1.2.0"
|
|
@@ -7291,18 +7291,18 @@
|
|
|
7291
7291
|
}
|
|
7292
7292
|
},
|
|
7293
7293
|
"node_modules/@lwc/types": {
|
|
7294
|
-
"version": "8.20.
|
|
7295
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.20.
|
|
7296
|
-
"integrity": "sha512-
|
|
7294
|
+
"version": "8.20.4",
|
|
7295
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.20.4.tgz",
|
|
7296
|
+
"integrity": "sha512-ilMucNXoHLqrGRxm5hVviSLefXLhqtkWdzyWXjZGh0Fp2nVe6Ze9Z8OxJdD0A0ZlDGavBs1r4YG0rQT8vuqCNg==",
|
|
7297
7297
|
"license": "MIT",
|
|
7298
7298
|
"dependencies": {
|
|
7299
|
-
"@lwc/engine-core": "8.20.
|
|
7299
|
+
"@lwc/engine-core": "8.20.4"
|
|
7300
7300
|
}
|
|
7301
7301
|
},
|
|
7302
7302
|
"node_modules/@lwc/wire-service": {
|
|
7303
|
-
"version": "8.20.
|
|
7304
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.20.
|
|
7305
|
-
"integrity": "sha512-
|
|
7303
|
+
"version": "8.20.4",
|
|
7304
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.20.4.tgz",
|
|
7305
|
+
"integrity": "sha512-Go1AmFtW2Nq0Gz2CmnV/ph45jusc0PW9+K8XrIAMsQDxCK2ZlWTxa4LkPkL1mxYpLhM3WfKJGmLVeLFvlJfSeg==",
|
|
7306
7306
|
"license": "MIT"
|
|
7307
7307
|
},
|
|
7308
7308
|
"node_modules/@lwrjs/api": {
|
|
@@ -9625,15 +9625,15 @@
|
|
|
9625
9625
|
}
|
|
9626
9626
|
},
|
|
9627
9627
|
"node_modules/@salesforce/core": {
|
|
9628
|
-
"version": "8.
|
|
9629
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
9630
|
-
"integrity": "sha512-
|
|
9628
|
+
"version": "8.19.1",
|
|
9629
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
|
|
9630
|
+
"integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
|
|
9631
9631
|
"license": "BSD-3-Clause",
|
|
9632
9632
|
"dependencies": {
|
|
9633
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
9633
|
+
"@jsforce/jsforce-node": "^3.10.1",
|
|
9634
9634
|
"@salesforce/kit": "^3.2.2",
|
|
9635
9635
|
"@salesforce/schemas": "^1.9.1",
|
|
9636
|
-
"@salesforce/ts-types": "^2.0.
|
|
9636
|
+
"@salesforce/ts-types": "^2.0.11",
|
|
9637
9637
|
"ajv": "^8.17.1",
|
|
9638
9638
|
"change-case": "^4.1.2",
|
|
9639
9639
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -9642,6 +9642,7 @@
|
|
|
9642
9642
|
"js2xmlparser": "^4.0.1",
|
|
9643
9643
|
"jsonwebtoken": "9.0.2",
|
|
9644
9644
|
"jszip": "3.10.1",
|
|
9645
|
+
"memfs": "^4.30.1",
|
|
9645
9646
|
"pino": "^9.7.0",
|
|
9646
9647
|
"pino-abstract-transport": "^1.2.0",
|
|
9647
9648
|
"pino-pretty": "^11.3.0",
|
|
@@ -10554,14 +10555,14 @@
|
|
|
10554
10555
|
"license": "MIT"
|
|
10555
10556
|
},
|
|
10556
10557
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
10557
|
-
"version": "3.1.
|
|
10558
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
10559
|
-
"integrity": "sha512-
|
|
10558
|
+
"version": "3.1.63",
|
|
10559
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz",
|
|
10560
|
+
"integrity": "sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==",
|
|
10560
10561
|
"dev": true,
|
|
10561
10562
|
"license": "Apache-2.0",
|
|
10562
10563
|
"dependencies": {
|
|
10563
10564
|
"@oclif/core": "^4",
|
|
10564
|
-
"@salesforce/core": "^8.
|
|
10565
|
+
"@salesforce/core": "^8.18.5",
|
|
10565
10566
|
"@salesforce/kit": "^3.2.3",
|
|
10566
10567
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
10567
10568
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -18053,6 +18054,15 @@
|
|
|
18053
18054
|
"url": "https://github.com/sponsors/typicode"
|
|
18054
18055
|
}
|
|
18055
18056
|
},
|
|
18057
|
+
"node_modules/hyperdyperid": {
|
|
18058
|
+
"version": "1.2.0",
|
|
18059
|
+
"resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
|
18060
|
+
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
18061
|
+
"license": "MIT",
|
|
18062
|
+
"engines": {
|
|
18063
|
+
"node": ">=10.18"
|
|
18064
|
+
}
|
|
18065
|
+
},
|
|
18056
18066
|
"node_modules/iconv-lite": {
|
|
18057
18067
|
"version": "0.4.24",
|
|
18058
18068
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
@@ -20067,29 +20077,29 @@
|
|
|
20067
20077
|
"license": "MIT"
|
|
20068
20078
|
},
|
|
20069
20079
|
"node_modules/lwc": {
|
|
20070
|
-
"version": "8.20.
|
|
20071
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.20.
|
|
20072
|
-
"integrity": "sha512-
|
|
20073
|
-
"license": "MIT",
|
|
20074
|
-
"dependencies": {
|
|
20075
|
-
"@lwc/aria-reflection": "8.20.
|
|
20076
|
-
"@lwc/babel-plugin-component": "8.20.
|
|
20077
|
-
"@lwc/compiler": "8.20.
|
|
20078
|
-
"@lwc/engine-core": "8.20.
|
|
20079
|
-
"@lwc/engine-dom": "8.20.
|
|
20080
|
-
"@lwc/engine-server": "8.20.
|
|
20081
|
-
"@lwc/errors": "8.20.
|
|
20082
|
-
"@lwc/features": "8.20.
|
|
20083
|
-
"@lwc/module-resolver": "8.20.
|
|
20084
|
-
"@lwc/rollup-plugin": "8.20.
|
|
20085
|
-
"@lwc/shared": "8.20.
|
|
20086
|
-
"@lwc/ssr-compiler": "8.20.
|
|
20087
|
-
"@lwc/ssr-runtime": "8.20.
|
|
20088
|
-
"@lwc/style-compiler": "8.20.
|
|
20089
|
-
"@lwc/synthetic-shadow": "8.20.
|
|
20090
|
-
"@lwc/template-compiler": "8.20.
|
|
20091
|
-
"@lwc/types": "8.20.
|
|
20092
|
-
"@lwc/wire-service": "8.20.
|
|
20080
|
+
"version": "8.20.4",
|
|
20081
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.20.4.tgz",
|
|
20082
|
+
"integrity": "sha512-KJm4jGsItbGic8INr+Y590CYZ1hBK0ofDEZy7sPTAWKXBaYZFkLGL+95F9IpY3FVo3LfV+iW3mAui5EgN+qYsw==",
|
|
20083
|
+
"license": "MIT",
|
|
20084
|
+
"dependencies": {
|
|
20085
|
+
"@lwc/aria-reflection": "8.20.4",
|
|
20086
|
+
"@lwc/babel-plugin-component": "8.20.4",
|
|
20087
|
+
"@lwc/compiler": "8.20.4",
|
|
20088
|
+
"@lwc/engine-core": "8.20.4",
|
|
20089
|
+
"@lwc/engine-dom": "8.20.4",
|
|
20090
|
+
"@lwc/engine-server": "8.20.4",
|
|
20091
|
+
"@lwc/errors": "8.20.4",
|
|
20092
|
+
"@lwc/features": "8.20.4",
|
|
20093
|
+
"@lwc/module-resolver": "8.20.4",
|
|
20094
|
+
"@lwc/rollup-plugin": "8.20.4",
|
|
20095
|
+
"@lwc/shared": "8.20.4",
|
|
20096
|
+
"@lwc/ssr-compiler": "8.20.4",
|
|
20097
|
+
"@lwc/ssr-runtime": "8.20.4",
|
|
20098
|
+
"@lwc/style-compiler": "8.20.4",
|
|
20099
|
+
"@lwc/synthetic-shadow": "8.20.4",
|
|
20100
|
+
"@lwc/template-compiler": "8.20.4",
|
|
20101
|
+
"@lwc/types": "8.20.4",
|
|
20102
|
+
"@lwc/wire-service": "8.20.4"
|
|
20093
20103
|
}
|
|
20094
20104
|
},
|
|
20095
20105
|
"node_modules/magic-string": {
|
|
@@ -20388,6 +20398,175 @@
|
|
|
20388
20398
|
"node": ">= 0.6"
|
|
20389
20399
|
}
|
|
20390
20400
|
},
|
|
20401
|
+
"node_modules/memfs": {
|
|
20402
|
+
"version": "4.36.0",
|
|
20403
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.0.tgz",
|
|
20404
|
+
"integrity": "sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==",
|
|
20405
|
+
"license": "Apache-2.0",
|
|
20406
|
+
"dependencies": {
|
|
20407
|
+
"@jsonjoy.com/json-pack": "^1.0.3",
|
|
20408
|
+
"@jsonjoy.com/util": "^1.3.0",
|
|
20409
|
+
"tree-dump": "^1.0.1",
|
|
20410
|
+
"tslib": "^2.0.0"
|
|
20411
|
+
},
|
|
20412
|
+
"engines": {
|
|
20413
|
+
"node": ">= 4.0.0"
|
|
20414
|
+
},
|
|
20415
|
+
"funding": {
|
|
20416
|
+
"type": "github",
|
|
20417
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20418
|
+
}
|
|
20419
|
+
},
|
|
20420
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/base64": {
|
|
20421
|
+
"version": "1.1.2",
|
|
20422
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
|
20423
|
+
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
20424
|
+
"license": "Apache-2.0",
|
|
20425
|
+
"engines": {
|
|
20426
|
+
"node": ">=10.0"
|
|
20427
|
+
},
|
|
20428
|
+
"funding": {
|
|
20429
|
+
"type": "github",
|
|
20430
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20431
|
+
},
|
|
20432
|
+
"peerDependencies": {
|
|
20433
|
+
"tslib": "2"
|
|
20434
|
+
}
|
|
20435
|
+
},
|
|
20436
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/buffers": {
|
|
20437
|
+
"version": "1.0.0",
|
|
20438
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz",
|
|
20439
|
+
"integrity": "sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==",
|
|
20440
|
+
"license": "Apache-2.0",
|
|
20441
|
+
"engines": {
|
|
20442
|
+
"node": ">=10.0"
|
|
20443
|
+
},
|
|
20444
|
+
"funding": {
|
|
20445
|
+
"type": "github",
|
|
20446
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20447
|
+
},
|
|
20448
|
+
"peerDependencies": {
|
|
20449
|
+
"tslib": "2"
|
|
20450
|
+
}
|
|
20451
|
+
},
|
|
20452
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/codegen": {
|
|
20453
|
+
"version": "1.0.0",
|
|
20454
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
|
|
20455
|
+
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
|
20456
|
+
"license": "Apache-2.0",
|
|
20457
|
+
"engines": {
|
|
20458
|
+
"node": ">=10.0"
|
|
20459
|
+
},
|
|
20460
|
+
"funding": {
|
|
20461
|
+
"type": "github",
|
|
20462
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20463
|
+
},
|
|
20464
|
+
"peerDependencies": {
|
|
20465
|
+
"tslib": "2"
|
|
20466
|
+
}
|
|
20467
|
+
},
|
|
20468
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pack": {
|
|
20469
|
+
"version": "1.10.0",
|
|
20470
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz",
|
|
20471
|
+
"integrity": "sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==",
|
|
20472
|
+
"license": "Apache-2.0",
|
|
20473
|
+
"dependencies": {
|
|
20474
|
+
"@jsonjoy.com/base64": "^1.1.2",
|
|
20475
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
20476
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
|
20477
|
+
"@jsonjoy.com/json-pointer": "^1.0.1",
|
|
20478
|
+
"@jsonjoy.com/util": "^1.9.0",
|
|
20479
|
+
"hyperdyperid": "^1.2.0",
|
|
20480
|
+
"thingies": "^2.5.0"
|
|
20481
|
+
},
|
|
20482
|
+
"engines": {
|
|
20483
|
+
"node": ">=10.0"
|
|
20484
|
+
},
|
|
20485
|
+
"funding": {
|
|
20486
|
+
"type": "github",
|
|
20487
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20488
|
+
},
|
|
20489
|
+
"peerDependencies": {
|
|
20490
|
+
"tslib": "2"
|
|
20491
|
+
}
|
|
20492
|
+
},
|
|
20493
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/json-pointer": {
|
|
20494
|
+
"version": "1.0.1",
|
|
20495
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz",
|
|
20496
|
+
"integrity": "sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==",
|
|
20497
|
+
"license": "Apache-2.0",
|
|
20498
|
+
"dependencies": {
|
|
20499
|
+
"@jsonjoy.com/util": "^1.3.0"
|
|
20500
|
+
},
|
|
20501
|
+
"engines": {
|
|
20502
|
+
"node": ">=10.0"
|
|
20503
|
+
},
|
|
20504
|
+
"funding": {
|
|
20505
|
+
"type": "github",
|
|
20506
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20507
|
+
},
|
|
20508
|
+
"peerDependencies": {
|
|
20509
|
+
"tslib": "2"
|
|
20510
|
+
}
|
|
20511
|
+
},
|
|
20512
|
+
"node_modules/memfs/node_modules/@jsonjoy.com/util": {
|
|
20513
|
+
"version": "1.9.0",
|
|
20514
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
|
|
20515
|
+
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
20516
|
+
"license": "Apache-2.0",
|
|
20517
|
+
"dependencies": {
|
|
20518
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
20519
|
+
"@jsonjoy.com/codegen": "^1.0.0"
|
|
20520
|
+
},
|
|
20521
|
+
"engines": {
|
|
20522
|
+
"node": ">=10.0"
|
|
20523
|
+
},
|
|
20524
|
+
"funding": {
|
|
20525
|
+
"type": "github",
|
|
20526
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20527
|
+
},
|
|
20528
|
+
"peerDependencies": {
|
|
20529
|
+
"tslib": "2"
|
|
20530
|
+
}
|
|
20531
|
+
},
|
|
20532
|
+
"node_modules/memfs/node_modules/thingies": {
|
|
20533
|
+
"version": "2.5.0",
|
|
20534
|
+
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.5.0.tgz",
|
|
20535
|
+
"integrity": "sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==",
|
|
20536
|
+
"license": "MIT",
|
|
20537
|
+
"engines": {
|
|
20538
|
+
"node": ">=10.18"
|
|
20539
|
+
},
|
|
20540
|
+
"funding": {
|
|
20541
|
+
"type": "github",
|
|
20542
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20543
|
+
},
|
|
20544
|
+
"peerDependencies": {
|
|
20545
|
+
"tslib": "^2"
|
|
20546
|
+
}
|
|
20547
|
+
},
|
|
20548
|
+
"node_modules/memfs/node_modules/tree-dump": {
|
|
20549
|
+
"version": "1.0.3",
|
|
20550
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.3.tgz",
|
|
20551
|
+
"integrity": "sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==",
|
|
20552
|
+
"license": "Apache-2.0",
|
|
20553
|
+
"engines": {
|
|
20554
|
+
"node": ">=10.0"
|
|
20555
|
+
},
|
|
20556
|
+
"funding": {
|
|
20557
|
+
"type": "github",
|
|
20558
|
+
"url": "https://github.com/sponsors/streamich"
|
|
20559
|
+
},
|
|
20560
|
+
"peerDependencies": {
|
|
20561
|
+
"tslib": "2"
|
|
20562
|
+
}
|
|
20563
|
+
},
|
|
20564
|
+
"node_modules/memfs/node_modules/tslib": {
|
|
20565
|
+
"version": "2.8.1",
|
|
20566
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
20567
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
20568
|
+
"license": "0BSD"
|
|
20569
|
+
},
|
|
20391
20570
|
"node_modules/meow": {
|
|
20392
20571
|
"version": "8.1.2",
|
|
20393
20572
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1242,10 +1242,10 @@
|
|
|
1242
1242
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1243
1243
|
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1244
1244
|
|
|
1245
|
-
"@babel/types@7.28.
|
|
1246
|
-
version "7.28.
|
|
1247
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.
|
|
1248
|
-
integrity sha512-
|
|
1245
|
+
"@babel/types@7.28.2", "@babel/types@^7.28.2":
|
|
1246
|
+
version "7.28.2"
|
|
1247
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
|
|
1248
|
+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
|
|
1249
1249
|
dependencies:
|
|
1250
1250
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1251
1251
|
"@babel/helper-validator-identifier" "^7.27.1"
|
|
@@ -1266,14 +1266,6 @@
|
|
|
1266
1266
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1267
1267
|
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1268
1268
|
|
|
1269
|
-
"@babel/types@^7.28.2":
|
|
1270
|
-
version "7.28.2"
|
|
1271
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
|
|
1272
|
-
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
|
|
1273
|
-
dependencies:
|
|
1274
|
-
"@babel/helper-string-parser" "^7.27.1"
|
|
1275
|
-
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1276
|
-
|
|
1277
1269
|
"@babel/types@~7.27.6":
|
|
1278
1270
|
version "7.27.7"
|
|
1279
1271
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
|
|
@@ -2228,10 +2220,10 @@
|
|
|
2228
2220
|
resolved "https://registry.yarnpkg.com/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz#9299f82874bab9e4c7f9c48d865becbfe8d6907c"
|
|
2229
2221
|
integrity sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==
|
|
2230
2222
|
|
|
2231
|
-
"@jsforce/jsforce-node@^3.10.
|
|
2232
|
-
version "3.10.
|
|
2233
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
2234
|
-
integrity sha512-
|
|
2223
|
+
"@jsforce/jsforce-node@^3.10.1":
|
|
2224
|
+
version "3.10.1"
|
|
2225
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.1.tgz#790a0ecc89ce3b2c91aca16d9f84534d7d4bdd55"
|
|
2226
|
+
integrity sha512-HZcekfFFGOIIqdkCVI5wmP+Nxpmbhwj8CJH5fAii6dcdMhFgTp0sMGwWZe2Br74Nmp7GEESFVuTcIjk+NX5ajA==
|
|
2235
2227
|
dependencies:
|
|
2236
2228
|
"@sindresorhus/is" "^4"
|
|
2237
2229
|
base64url "^3.0.1"
|
|
@@ -2244,6 +2236,49 @@
|
|
|
2244
2236
|
node-fetch "^2.6.1"
|
|
2245
2237
|
xml2js "^0.6.2"
|
|
2246
2238
|
|
|
2239
|
+
"@jsonjoy.com/base64@^1.1.2":
|
|
2240
|
+
version "1.1.2"
|
|
2241
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.2.tgz#cf8ea9dcb849b81c95f14fc0aaa151c6b54d2578"
|
|
2242
|
+
integrity sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==
|
|
2243
|
+
|
|
2244
|
+
"@jsonjoy.com/buffers@^1.0.0":
|
|
2245
|
+
version "1.0.0"
|
|
2246
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/buffers/-/buffers-1.0.0.tgz#ade6895b7d3883d70f87b5743efaa12c71dfef7a"
|
|
2247
|
+
integrity sha512-NDigYR3PHqCnQLXYyoLbnEdzMMvzeiCWo1KOut7Q0CoIqg9tUAPKJ1iq/2nFhc5kZtexzutNY0LFjdwWL3Dw3Q==
|
|
2248
|
+
|
|
2249
|
+
"@jsonjoy.com/codegen@^1.0.0":
|
|
2250
|
+
version "1.0.0"
|
|
2251
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz#5c23f796c47675f166d23b948cdb889184b93207"
|
|
2252
|
+
integrity sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==
|
|
2253
|
+
|
|
2254
|
+
"@jsonjoy.com/json-pack@^1.0.3":
|
|
2255
|
+
version "1.10.0"
|
|
2256
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.10.0.tgz#d098b0164512889f18269e373407c4b5a46f3ee2"
|
|
2257
|
+
integrity sha512-PMOU9Sh0baiLZEDewwR/YAHJBV2D8pPIzcFQSU7HQl/k/HNCDyVfO1OvkyDwBGp4dPtvZc7Hl9FFYWwTP1CbZw==
|
|
2258
|
+
dependencies:
|
|
2259
|
+
"@jsonjoy.com/base64" "^1.1.2"
|
|
2260
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
|
2261
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
|
2262
|
+
"@jsonjoy.com/json-pointer" "^1.0.1"
|
|
2263
|
+
"@jsonjoy.com/util" "^1.9.0"
|
|
2264
|
+
hyperdyperid "^1.2.0"
|
|
2265
|
+
thingies "^2.5.0"
|
|
2266
|
+
|
|
2267
|
+
"@jsonjoy.com/json-pointer@^1.0.1":
|
|
2268
|
+
version "1.0.1"
|
|
2269
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pointer/-/json-pointer-1.0.1.tgz#3b710158e8a212708a2886ea5e38d92e2ea4f4a0"
|
|
2270
|
+
integrity sha512-tJpwQfuBuxqZlyoJOSZcqf7OUmiYQ6MiPNmOv4KbZdXE/DdvBSSAwhos0zIlJU/AXxC8XpuO8p08bh2fIl+RKA==
|
|
2271
|
+
dependencies:
|
|
2272
|
+
"@jsonjoy.com/util" "^1.3.0"
|
|
2273
|
+
|
|
2274
|
+
"@jsonjoy.com/util@^1.3.0", "@jsonjoy.com/util@^1.9.0":
|
|
2275
|
+
version "1.9.0"
|
|
2276
|
+
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.9.0.tgz#7ee95586aed0a766b746cd8d8363e336c3c47c46"
|
|
2277
|
+
integrity sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==
|
|
2278
|
+
dependencies:
|
|
2279
|
+
"@jsonjoy.com/buffers" "^1.0.0"
|
|
2280
|
+
"@jsonjoy.com/codegen" "^1.0.0"
|
|
2281
|
+
|
|
2247
2282
|
"@koa/router@^10.0.0":
|
|
2248
2283
|
version "10.1.1"
|
|
2249
2284
|
resolved "https://registry.yarnpkg.com/@koa/router/-/router-10.1.1.tgz#8e5a85c9b243e0bc776802c0de564561e57a5f78"
|
|
@@ -2366,25 +2401,25 @@
|
|
|
2366
2401
|
dependencies:
|
|
2367
2402
|
"@locker/shared" "0.24.6"
|
|
2368
2403
|
|
|
2369
|
-
"@lwc/aria-reflection@8.20.
|
|
2370
|
-
version "8.20.
|
|
2371
|
-
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.20.
|
|
2372
|
-
integrity sha512-
|
|
2404
|
+
"@lwc/aria-reflection@8.20.4":
|
|
2405
|
+
version "8.20.4"
|
|
2406
|
+
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.20.4.tgz#a49d7efe10415d61d368144d3cf5feb3213e1ba9"
|
|
2407
|
+
integrity sha512-UdJzCXHPfc0hqD/en2cDujOkCwxXUqAM0KJ4N8wzhYAadvOFqqwfFWCs2f5pXcybZb0+ZK7cWLpg7Cxu3lkyZQ==
|
|
2373
2408
|
|
|
2374
|
-
"@lwc/babel-plugin-component@8.20.
|
|
2375
|
-
version "8.20.
|
|
2376
|
-
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.20.
|
|
2377
|
-
integrity sha512-
|
|
2409
|
+
"@lwc/babel-plugin-component@8.20.4":
|
|
2410
|
+
version "8.20.4"
|
|
2411
|
+
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.20.4.tgz#04a08c0ab4696ef688c4b15fbbcc1dd6a47decef"
|
|
2412
|
+
integrity sha512-6ejV/IakkuSqAEXPR7SMNgpnC+AOC+zzovycqpkugZy6ahYP6HEmOtzrotNERumSSWxrfM+slsDWMl7zA9F7sA==
|
|
2378
2413
|
dependencies:
|
|
2379
2414
|
"@babel/helper-module-imports" "7.27.1"
|
|
2380
|
-
"@lwc/errors" "8.20.
|
|
2381
|
-
"@lwc/shared" "8.20.
|
|
2415
|
+
"@lwc/errors" "8.20.4"
|
|
2416
|
+
"@lwc/shared" "8.20.4"
|
|
2382
2417
|
line-column "~1.0.2"
|
|
2383
2418
|
|
|
2384
|
-
"@lwc/compiler@8.20.
|
|
2385
|
-
version "8.20.
|
|
2386
|
-
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.20.
|
|
2387
|
-
integrity sha512-
|
|
2419
|
+
"@lwc/compiler@8.20.4":
|
|
2420
|
+
version "8.20.4"
|
|
2421
|
+
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.20.4.tgz#1970e12996c90778cead4f3ac0c8ff83670ef67e"
|
|
2422
|
+
integrity sha512-GYx2tWgQZple2lcJr4E/TCo96EnQYf4XiNM7D2x7hN8ngyr/x0uWEnfIUVg5vQ8Z85O50XfF2Fd30aNpa46Igw==
|
|
2388
2423
|
dependencies:
|
|
2389
2424
|
"@babel/core" "7.28.0"
|
|
2390
2425
|
"@babel/plugin-transform-async-generator-functions" "7.28.0"
|
|
@@ -2392,12 +2427,12 @@
|
|
|
2392
2427
|
"@babel/plugin-transform-class-properties" "7.27.1"
|
|
2393
2428
|
"@babel/plugin-transform-object-rest-spread" "7.28.0"
|
|
2394
2429
|
"@locker/babel-plugin-transform-unforgeables" "0.22.0"
|
|
2395
|
-
"@lwc/babel-plugin-component" "8.20.
|
|
2396
|
-
"@lwc/errors" "8.20.
|
|
2397
|
-
"@lwc/shared" "8.20.
|
|
2398
|
-
"@lwc/ssr-compiler" "8.20.
|
|
2399
|
-
"@lwc/style-compiler" "8.20.
|
|
2400
|
-
"@lwc/template-compiler" "8.20.
|
|
2430
|
+
"@lwc/babel-plugin-component" "8.20.4"
|
|
2431
|
+
"@lwc/errors" "8.20.4"
|
|
2432
|
+
"@lwc/shared" "8.20.4"
|
|
2433
|
+
"@lwc/ssr-compiler" "8.20.4"
|
|
2434
|
+
"@lwc/style-compiler" "8.20.4"
|
|
2435
|
+
"@lwc/template-compiler" "8.20.4"
|
|
2401
2436
|
|
|
2402
2437
|
"@lwc/dev-server-plugin-lex@13.0.32":
|
|
2403
2438
|
version "13.0.32"
|
|
@@ -2406,29 +2441,29 @@
|
|
|
2406
2441
|
dependencies:
|
|
2407
2442
|
magic-string "~0.30.17"
|
|
2408
2443
|
|
|
2409
|
-
"@lwc/engine-core@8.20.
|
|
2410
|
-
version "8.20.
|
|
2411
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.20.
|
|
2412
|
-
integrity sha512-
|
|
2444
|
+
"@lwc/engine-core@8.20.4":
|
|
2445
|
+
version "8.20.4"
|
|
2446
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.20.4.tgz#11ae577008d46e9a871d81981e0e5c78e290348d"
|
|
2447
|
+
integrity sha512-r3isRx0uTBsy7m9Mnzcgls+f/34avf40xWBn6eAtUeZp/F1WYEkWxVKmH6+ER9K2pOqlizMN5Sd5C0uGwMYXyg==
|
|
2413
2448
|
dependencies:
|
|
2414
|
-
"@lwc/features" "8.20.
|
|
2415
|
-
"@lwc/shared" "8.20.
|
|
2416
|
-
"@lwc/signals" "8.20.
|
|
2449
|
+
"@lwc/features" "8.20.4"
|
|
2450
|
+
"@lwc/shared" "8.20.4"
|
|
2451
|
+
"@lwc/signals" "8.20.4"
|
|
2417
2452
|
|
|
2418
|
-
"@lwc/engine-dom@8.20.
|
|
2419
|
-
version "8.20.
|
|
2420
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.20.
|
|
2421
|
-
integrity sha512-
|
|
2453
|
+
"@lwc/engine-dom@8.20.4":
|
|
2454
|
+
version "8.20.4"
|
|
2455
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.20.4.tgz#dc2a08f283dad581409d699ffc7234b98e8396de"
|
|
2456
|
+
integrity sha512-Dd/flQ/v5MUhtg3JAw9i+494xS4moIghnSH5ZJTfe3whnZufadrlxTieUqvxPfxuWKr2w6KIT9KgAi978FPHjg==
|
|
2422
2457
|
|
|
2423
|
-
"@lwc/engine-server@8.20.
|
|
2424
|
-
version "8.20.
|
|
2425
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.20.
|
|
2426
|
-
integrity sha512-
|
|
2458
|
+
"@lwc/engine-server@8.20.4":
|
|
2459
|
+
version "8.20.4"
|
|
2460
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.20.4.tgz#82cd42b8d23a747d05cda0237d896b4d0146235d"
|
|
2461
|
+
integrity sha512-9dtpj0XzMcFv4MrPGbqfA/N7/x1kxryeJn/73h55mcUWUf7TOycpPlKp7ooAN1B2CaVe+fgk+2QIGmhbvQa3+A==
|
|
2427
2462
|
|
|
2428
|
-
"@lwc/errors@8.20.
|
|
2429
|
-
version "8.20.
|
|
2430
|
-
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.20.
|
|
2431
|
-
integrity sha512-
|
|
2463
|
+
"@lwc/errors@8.20.4":
|
|
2464
|
+
version "8.20.4"
|
|
2465
|
+
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.20.4.tgz#c1ce0c7522a4f776f06f33b334661114ca38eeae"
|
|
2466
|
+
integrity sha512-grJRr12M4U0PJ9yuU0MRJ9H07kijef2QIfdMod4S3NTAf1EBCMQX6wY2aadmVEyQCqDS67NQkQp1iL+0QFdN4w==
|
|
2432
2467
|
|
|
2433
2468
|
"@lwc/eslint-plugin-lwc-platform@6.0.0-beta.7":
|
|
2434
2469
|
version "6.0.0-beta.7"
|
|
@@ -2445,12 +2480,12 @@
|
|
|
2445
2480
|
globals "~15.14.0"
|
|
2446
2481
|
minimatch "~9.0.4"
|
|
2447
2482
|
|
|
2448
|
-
"@lwc/features@8.20.
|
|
2449
|
-
version "8.20.
|
|
2450
|
-
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.20.
|
|
2451
|
-
integrity sha512-
|
|
2483
|
+
"@lwc/features@8.20.4":
|
|
2484
|
+
version "8.20.4"
|
|
2485
|
+
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.20.4.tgz#5e798dcc8a1856d024322c5a9f5d57b929f19497"
|
|
2486
|
+
integrity sha512-ZwqZA1e60XvqQZkAbM0L6warE1HUX9ZU0kNj8p9BKOqa1znStMhATZOTmqZwTdiGPbjv0pVIvwyeN2OCEPM+xQ==
|
|
2452
2487
|
dependencies:
|
|
2453
|
-
"@lwc/shared" "8.20.
|
|
2488
|
+
"@lwc/shared" "8.20.4"
|
|
2454
2489
|
|
|
2455
2490
|
"@lwc/lwc-dev-server-types@13.0.32":
|
|
2456
2491
|
version "13.0.32"
|
|
@@ -2484,21 +2519,21 @@
|
|
|
2484
2519
|
postcss-selector-parser "~6.1.2"
|
|
2485
2520
|
postcss-value-parser "~4.2.0"
|
|
2486
2521
|
|
|
2487
|
-
"@lwc/module-resolver@8.20.
|
|
2488
|
-
version "8.20.
|
|
2489
|
-
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.20.
|
|
2490
|
-
integrity sha512-
|
|
2522
|
+
"@lwc/module-resolver@8.20.4":
|
|
2523
|
+
version "8.20.4"
|
|
2524
|
+
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.20.4.tgz#fe08f5752ce422be014a369c60769856489aeb7f"
|
|
2525
|
+
integrity sha512-yZJG20IEYoN91xz/3PqhXuCBF1FSeX1vGDOu0+bqHY5m9RKYRZASMqyjFRpjOQGVGkBP14HJtZB4QPAaxLVpLw==
|
|
2491
2526
|
dependencies:
|
|
2492
2527
|
resolve "~1.22.10"
|
|
2493
2528
|
|
|
2494
|
-
"@lwc/rollup-plugin@8.20.
|
|
2495
|
-
version "8.20.
|
|
2496
|
-
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.20.
|
|
2497
|
-
integrity sha512-
|
|
2529
|
+
"@lwc/rollup-plugin@8.20.4":
|
|
2530
|
+
version "8.20.4"
|
|
2531
|
+
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.20.4.tgz#f54d02328b8f1e0c11354f39e1ae1efbfa80fe05"
|
|
2532
|
+
integrity sha512-0EkKURh5vuRXDfW9tH0d6++hcyRZ9ENMZgsdgEwwHfrTppnMhmngIWmb2J1FzLHUGrjmmPmQUOze2DzW0Dh1Ag==
|
|
2498
2533
|
dependencies:
|
|
2499
|
-
"@lwc/compiler" "8.20.
|
|
2500
|
-
"@lwc/module-resolver" "8.20.
|
|
2501
|
-
"@lwc/shared" "8.20.
|
|
2534
|
+
"@lwc/compiler" "8.20.4"
|
|
2535
|
+
"@lwc/module-resolver" "8.20.4"
|
|
2536
|
+
"@lwc/shared" "8.20.4"
|
|
2502
2537
|
"@rollup/pluginutils" "~5.2.0"
|
|
2503
2538
|
|
|
2504
2539
|
"@lwc/sfdc-compiler-utils@13.0.32":
|
|
@@ -2543,73 +2578,73 @@
|
|
|
2543
2578
|
postcss-selector-parser "~6.1.2"
|
|
2544
2579
|
terser "~5.36.0"
|
|
2545
2580
|
|
|
2546
|
-
"@lwc/shared@8.20.
|
|
2547
|
-
version "8.20.
|
|
2548
|
-
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.20.
|
|
2549
|
-
integrity sha512
|
|
2550
|
-
|
|
2551
|
-
"@lwc/signals@8.20.
|
|
2552
|
-
version "8.20.
|
|
2553
|
-
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.20.
|
|
2554
|
-
integrity sha512-
|
|
2555
|
-
|
|
2556
|
-
"@lwc/ssr-compiler@8.20.
|
|
2557
|
-
version "8.20.
|
|
2558
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.20.
|
|
2559
|
-
integrity sha512-
|
|
2560
|
-
dependencies:
|
|
2561
|
-
"@babel/types" "7.28.
|
|
2562
|
-
"@lwc/errors" "8.20.
|
|
2563
|
-
"@lwc/shared" "8.20.
|
|
2564
|
-
"@lwc/template-compiler" "8.20.
|
|
2581
|
+
"@lwc/shared@8.20.4":
|
|
2582
|
+
version "8.20.4"
|
|
2583
|
+
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.20.4.tgz#ac8616615d77a7de97da076c0f21115ccbc693d8"
|
|
2584
|
+
integrity sha512-+VNcMn7mxoKzfrh1o40THvwuM+s1ZOC6cZOC2CovSwmkaunbSO4S9ejeN1seu+xnGjmzhRNTSq9eIW3Gi2RfJg==
|
|
2585
|
+
|
|
2586
|
+
"@lwc/signals@8.20.4":
|
|
2587
|
+
version "8.20.4"
|
|
2588
|
+
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.20.4.tgz#612f5f722321d9a9f693a74230c5beded6cd3081"
|
|
2589
|
+
integrity sha512-bsPlJZxBKaI7jhwGre/VgVNdpIHdvUk1lvkbqUR3bFJ5qBA59FtGxdF/yOktTBBT2PLDvYQv9bj3J4UWrjZCaA==
|
|
2590
|
+
|
|
2591
|
+
"@lwc/ssr-compiler@8.20.4":
|
|
2592
|
+
version "8.20.4"
|
|
2593
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.20.4.tgz#7069ad3e2e5e8d4c2e3c235909270d5ef9604f5e"
|
|
2594
|
+
integrity sha512-h0A/OQzORYZEqROc42oSPH4KXFPbAdeYmChibks4rTVuovgoYfTmuGAx7duOpPCmEekQfaDIhI0xcaj24cAI+Q==
|
|
2595
|
+
dependencies:
|
|
2596
|
+
"@babel/types" "7.28.2"
|
|
2597
|
+
"@lwc/errors" "8.20.4"
|
|
2598
|
+
"@lwc/shared" "8.20.4"
|
|
2599
|
+
"@lwc/template-compiler" "8.20.4"
|
|
2565
2600
|
acorn "8.15.0"
|
|
2566
2601
|
astring "^1.9.0"
|
|
2567
2602
|
estree-toolkit "^1.7.13"
|
|
2568
2603
|
immer "^10.1.1"
|
|
2569
2604
|
meriyah "^5.0.0"
|
|
2570
2605
|
|
|
2571
|
-
"@lwc/ssr-runtime@8.20.
|
|
2572
|
-
version "8.20.
|
|
2573
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.20.
|
|
2574
|
-
integrity sha512-
|
|
2606
|
+
"@lwc/ssr-runtime@8.20.4":
|
|
2607
|
+
version "8.20.4"
|
|
2608
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.20.4.tgz#04f7791fff6dd997bf0594c67dba45e0aafabe43"
|
|
2609
|
+
integrity sha512-lTd7rOLKb8GLWPG51didArQNpWcGUKTFW2Arpn5ppg9ifECBs4umVVm6WSlKd3WljasD4L6SqHWZ84KfYJJtnA==
|
|
2575
2610
|
|
|
2576
|
-
"@lwc/style-compiler@8.20.
|
|
2577
|
-
version "8.20.
|
|
2578
|
-
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.20.
|
|
2579
|
-
integrity sha512
|
|
2611
|
+
"@lwc/style-compiler@8.20.4":
|
|
2612
|
+
version "8.20.4"
|
|
2613
|
+
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.20.4.tgz#ea3c7ad84779a7b938993205de5445b4536cf7a9"
|
|
2614
|
+
integrity sha512-++DpHDUUrp2NG1N91O8eeBWWE8wSHCqlERt76dox6VaKo0piO20Hy1R5nJXJaty2kGf4HNS/Gu0AfepY0E3ejg==
|
|
2580
2615
|
dependencies:
|
|
2581
|
-
"@lwc/shared" "8.20.
|
|
2616
|
+
"@lwc/shared" "8.20.4"
|
|
2582
2617
|
postcss "~8.5.6"
|
|
2583
2618
|
postcss-selector-parser "~7.1.0"
|
|
2584
2619
|
postcss-value-parser "~4.2.0"
|
|
2585
2620
|
|
|
2586
|
-
"@lwc/synthetic-shadow@8.20.
|
|
2587
|
-
version "8.20.
|
|
2588
|
-
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.20.
|
|
2589
|
-
integrity sha512-
|
|
2621
|
+
"@lwc/synthetic-shadow@8.20.4":
|
|
2622
|
+
version "8.20.4"
|
|
2623
|
+
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.20.4.tgz#6d438458182659f5c976708c1bb646b122ad9537"
|
|
2624
|
+
integrity sha512-Uq0GCpk5TgBpobtOBUe4ZX0/pZAnmHqzmtCuFKzUwQVDawCmauT2ARQ8PHj6grjAiAjq8dFV8VnxEk2hLkLkxQ==
|
|
2590
2625
|
|
|
2591
|
-
"@lwc/template-compiler@8.20.
|
|
2592
|
-
version "8.20.
|
|
2593
|
-
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.20.
|
|
2594
|
-
integrity sha512-
|
|
2626
|
+
"@lwc/template-compiler@8.20.4":
|
|
2627
|
+
version "8.20.4"
|
|
2628
|
+
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.20.4.tgz#278765a1379e8411314b84a917bd99d9d0b9281f"
|
|
2629
|
+
integrity sha512-8aT/mP9OFuY3HFdIW0BNUvcRaxD8eqMNZ1PFG82sY/N3TRIbB7Kq67fcfdzb+OAMdmXKs1hplPV6ZEbZhNsY2g==
|
|
2595
2630
|
dependencies:
|
|
2596
|
-
"@lwc/errors" "8.20.
|
|
2597
|
-
"@lwc/shared" "8.20.
|
|
2631
|
+
"@lwc/errors" "8.20.4"
|
|
2632
|
+
"@lwc/shared" "8.20.4"
|
|
2598
2633
|
acorn "~8.15.0"
|
|
2599
2634
|
astring "~1.9.0"
|
|
2600
2635
|
he "~1.2.0"
|
|
2601
2636
|
|
|
2602
|
-
"@lwc/types@8.20.
|
|
2603
|
-
version "8.20.
|
|
2604
|
-
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.20.
|
|
2605
|
-
integrity sha512-
|
|
2637
|
+
"@lwc/types@8.20.4":
|
|
2638
|
+
version "8.20.4"
|
|
2639
|
+
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.20.4.tgz#8bd2db37e6bdf17380a47587f99aeb78335897b9"
|
|
2640
|
+
integrity sha512-ilMucNXoHLqrGRxm5hVviSLefXLhqtkWdzyWXjZGh0Fp2nVe6Ze9Z8OxJdD0A0ZlDGavBs1r4YG0rQT8vuqCNg==
|
|
2606
2641
|
dependencies:
|
|
2607
|
-
"@lwc/engine-core" "8.20.
|
|
2642
|
+
"@lwc/engine-core" "8.20.4"
|
|
2608
2643
|
|
|
2609
|
-
"@lwc/wire-service@8.20.
|
|
2610
|
-
version "8.20.
|
|
2611
|
-
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.20.
|
|
2612
|
-
integrity sha512-
|
|
2644
|
+
"@lwc/wire-service@8.20.4":
|
|
2645
|
+
version "8.20.4"
|
|
2646
|
+
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.20.4.tgz#6196f0f9dc6f5b89b1207634d21af7d21836f48d"
|
|
2647
|
+
integrity sha512-Go1AmFtW2Nq0Gz2CmnV/ph45jusc0PW9+K8XrIAMsQDxCK2ZlWTxa4LkPkL1mxYpLhM3WfKJGmLVeLFvlJfSeg==
|
|
2613
2648
|
|
|
2614
2649
|
"@lwrjs/api@0.18.3":
|
|
2615
2650
|
version "0.18.3"
|
|
@@ -3561,15 +3596,15 @@
|
|
|
3561
3596
|
strip-ansi "6.0.1"
|
|
3562
3597
|
ts-retry-promise "^0.8.1"
|
|
3563
3598
|
|
|
3564
|
-
"@salesforce/core@^8.
|
|
3565
|
-
version "8.
|
|
3566
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
3567
|
-
integrity sha512-
|
|
3599
|
+
"@salesforce/core@^8.15.0", "@salesforce/core@^8.18.5", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
3600
|
+
version "8.19.1"
|
|
3601
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
|
|
3602
|
+
integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
|
|
3568
3603
|
dependencies:
|
|
3569
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
3604
|
+
"@jsforce/jsforce-node" "^3.10.1"
|
|
3570
3605
|
"@salesforce/kit" "^3.2.2"
|
|
3571
3606
|
"@salesforce/schemas" "^1.9.1"
|
|
3572
|
-
"@salesforce/ts-types" "^2.0.
|
|
3607
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
3573
3608
|
ajv "^8.17.1"
|
|
3574
3609
|
change-case "^4.1.2"
|
|
3575
3610
|
fast-levenshtein "^3.0.0"
|
|
@@ -3578,6 +3613,7 @@
|
|
|
3578
3613
|
js2xmlparser "^4.0.1"
|
|
3579
3614
|
jsonwebtoken "9.0.2"
|
|
3580
3615
|
jszip "3.10.1"
|
|
3616
|
+
memfs "^4.30.1"
|
|
3581
3617
|
pino "^9.7.0"
|
|
3582
3618
|
pino-abstract-transport "^1.2.0"
|
|
3583
3619
|
pino-pretty "^11.3.0"
|
|
@@ -3660,13 +3696,13 @@
|
|
|
3660
3696
|
listr2 "^8.3.3"
|
|
3661
3697
|
node-forge "^1.3.1"
|
|
3662
3698
|
|
|
3663
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
3664
|
-
version "3.1.
|
|
3665
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3666
|
-
integrity sha512-
|
|
3699
|
+
"@salesforce/plugin-command-reference@^3.1.63":
|
|
3700
|
+
version "3.1.63"
|
|
3701
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz#fd3d0c9577993035717ca3867767c66d7b8374f5"
|
|
3702
|
+
integrity sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==
|
|
3667
3703
|
dependencies:
|
|
3668
3704
|
"@oclif/core" "^4"
|
|
3669
|
-
"@salesforce/core" "^8.
|
|
3705
|
+
"@salesforce/core" "^8.18.5"
|
|
3670
3706
|
"@salesforce/kit" "^3.2.3"
|
|
3671
3707
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
3672
3708
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -3718,7 +3754,7 @@
|
|
|
3718
3754
|
cli-progress "^3.12.0"
|
|
3719
3755
|
terminal-link "^3.0.0"
|
|
3720
3756
|
|
|
3721
|
-
"@salesforce/ts-types@^2.0.
|
|
3757
|
+
"@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
3722
3758
|
version "2.0.12"
|
|
3723
3759
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
|
|
3724
3760
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
@@ -7848,6 +7884,11 @@ husky@^7.0.4:
|
|
|
7848
7884
|
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
|
|
7849
7885
|
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
|
|
7850
7886
|
|
|
7887
|
+
hyperdyperid@^1.2.0:
|
|
7888
|
+
version "1.2.0"
|
|
7889
|
+
resolved "https://registry.yarnpkg.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz#59668d323ada92228d2a869d3e474d5a33b69e6b"
|
|
7890
|
+
integrity sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==
|
|
7891
|
+
|
|
7851
7892
|
iconv-lite@0.4.24, iconv-lite@^0.4.24:
|
|
7852
7893
|
version "0.4.24"
|
|
7853
7894
|
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
|
|
@@ -8951,29 +8992,29 @@ lunr@^2.3.9:
|
|
|
8951
8992
|
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
|
|
8952
8993
|
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
|
|
8953
8994
|
|
|
8954
|
-
lwc@~8.20.
|
|
8955
|
-
version "8.20.
|
|
8956
|
-
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.20.
|
|
8957
|
-
integrity sha512-
|
|
8958
|
-
dependencies:
|
|
8959
|
-
"@lwc/aria-reflection" "8.20.
|
|
8960
|
-
"@lwc/babel-plugin-component" "8.20.
|
|
8961
|
-
"@lwc/compiler" "8.20.
|
|
8962
|
-
"@lwc/engine-core" "8.20.
|
|
8963
|
-
"@lwc/engine-dom" "8.20.
|
|
8964
|
-
"@lwc/engine-server" "8.20.
|
|
8965
|
-
"@lwc/errors" "8.20.
|
|
8966
|
-
"@lwc/features" "8.20.
|
|
8967
|
-
"@lwc/module-resolver" "8.20.
|
|
8968
|
-
"@lwc/rollup-plugin" "8.20.
|
|
8969
|
-
"@lwc/shared" "8.20.
|
|
8970
|
-
"@lwc/ssr-compiler" "8.20.
|
|
8971
|
-
"@lwc/ssr-runtime" "8.20.
|
|
8972
|
-
"@lwc/style-compiler" "8.20.
|
|
8973
|
-
"@lwc/synthetic-shadow" "8.20.
|
|
8974
|
-
"@lwc/template-compiler" "8.20.
|
|
8975
|
-
"@lwc/types" "8.20.
|
|
8976
|
-
"@lwc/wire-service" "8.20.
|
|
8995
|
+
lwc@~8.20.4:
|
|
8996
|
+
version "8.20.4"
|
|
8997
|
+
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.20.4.tgz#fc019dd3cba9eadf694b03ffafef659ae670c8f6"
|
|
8998
|
+
integrity sha512-KJm4jGsItbGic8INr+Y590CYZ1hBK0ofDEZy7sPTAWKXBaYZFkLGL+95F9IpY3FVo3LfV+iW3mAui5EgN+qYsw==
|
|
8999
|
+
dependencies:
|
|
9000
|
+
"@lwc/aria-reflection" "8.20.4"
|
|
9001
|
+
"@lwc/babel-plugin-component" "8.20.4"
|
|
9002
|
+
"@lwc/compiler" "8.20.4"
|
|
9003
|
+
"@lwc/engine-core" "8.20.4"
|
|
9004
|
+
"@lwc/engine-dom" "8.20.4"
|
|
9005
|
+
"@lwc/engine-server" "8.20.4"
|
|
9006
|
+
"@lwc/errors" "8.20.4"
|
|
9007
|
+
"@lwc/features" "8.20.4"
|
|
9008
|
+
"@lwc/module-resolver" "8.20.4"
|
|
9009
|
+
"@lwc/rollup-plugin" "8.20.4"
|
|
9010
|
+
"@lwc/shared" "8.20.4"
|
|
9011
|
+
"@lwc/ssr-compiler" "8.20.4"
|
|
9012
|
+
"@lwc/ssr-runtime" "8.20.4"
|
|
9013
|
+
"@lwc/style-compiler" "8.20.4"
|
|
9014
|
+
"@lwc/synthetic-shadow" "8.20.4"
|
|
9015
|
+
"@lwc/template-compiler" "8.20.4"
|
|
9016
|
+
"@lwc/types" "8.20.4"
|
|
9017
|
+
"@lwc/wire-service" "8.20.4"
|
|
8977
9018
|
|
|
8978
9019
|
magic-string@^0.25.3:
|
|
8979
9020
|
version "0.25.9"
|
|
@@ -9167,6 +9208,16 @@ media-typer@0.3.0:
|
|
|
9167
9208
|
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
|
|
9168
9209
|
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
|
|
9169
9210
|
|
|
9211
|
+
memfs@^4.30.1:
|
|
9212
|
+
version "4.36.0"
|
|
9213
|
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.36.0.tgz#b9fa8d97ddda3cb8c06908bceec956560c33d979"
|
|
9214
|
+
integrity sha512-mfBfzGUdoEw5AZwG8E965ej3BbvW2F9LxEWj4uLxF6BEh1dO2N9eS3AGu9S6vfenuQYrVjsbUOOZK7y3vz4vyQ==
|
|
9215
|
+
dependencies:
|
|
9216
|
+
"@jsonjoy.com/json-pack" "^1.0.3"
|
|
9217
|
+
"@jsonjoy.com/util" "^1.3.0"
|
|
9218
|
+
tree-dump "^1.0.1"
|
|
9219
|
+
tslib "^2.0.0"
|
|
9220
|
+
|
|
9170
9221
|
meow@^13.0.0:
|
|
9171
9222
|
version "13.2.0"
|
|
9172
9223
|
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
|
|
@@ -11404,6 +11455,11 @@ text-table@^0.2.0:
|
|
|
11404
11455
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
11405
11456
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
11406
11457
|
|
|
11458
|
+
thingies@^2.5.0:
|
|
11459
|
+
version "2.5.0"
|
|
11460
|
+
resolved "https://registry.yarnpkg.com/thingies/-/thingies-2.5.0.tgz#5f7b882c933b85989f8466b528a6247a6881e04f"
|
|
11461
|
+
integrity sha512-s+2Bwztg6PhWUD7XMfeYm5qliDdSiZm7M7n8KjTkIsm3l/2lgVRc2/Gx/v+ZX8lT4FMA+i8aQvhcWylldc+ZNw==
|
|
11462
|
+
|
|
11407
11463
|
thread-stream@^3.0.0:
|
|
11408
11464
|
version "3.1.0"
|
|
11409
11465
|
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1"
|
|
@@ -11470,6 +11526,11 @@ tr46@~0.0.3:
|
|
|
11470
11526
|
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
|
|
11471
11527
|
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
|
|
11472
11528
|
|
|
11529
|
+
tree-dump@^1.0.1:
|
|
11530
|
+
version "1.0.3"
|
|
11531
|
+
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.0.3.tgz#2f0e42e77354714418ed7ab44291e435ccdb0f80"
|
|
11532
|
+
integrity sha512-il+Cv80yVHFBwokQSfd4bldvr1Md951DpgAGfmhydt04L+YzHgubm2tQ7zueWDcGENKHq0ZvGFR/hjvNXilHEg==
|
|
11533
|
+
|
|
11473
11534
|
trim-newlines@^3.0.0:
|
|
11474
11535
|
version "3.0.1"
|
|
11475
11536
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
|
@@ -11537,6 +11598,11 @@ tsconfig-paths@^3.15.0:
|
|
|
11537
11598
|
minimist "^1.2.6"
|
|
11538
11599
|
strip-bom "^3.0.0"
|
|
11539
11600
|
|
|
11601
|
+
tslib@^2.0.0:
|
|
11602
|
+
version "2.8.1"
|
|
11603
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
|
11604
|
+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
11605
|
+
|
|
11540
11606
|
tslib@^2.0.3, tslib@^2.6.2:
|
|
11541
11607
|
version "2.6.3"
|
|
11542
11608
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
3
|
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"@lwc/sfdc-lwc-compiler": "~13.0.31",
|
|
12
12
|
"@lwrjs/api": "0.18.3",
|
|
13
13
|
"@oclif/core": "^4.5.0",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.19.1",
|
|
15
15
|
"@salesforce/kit": "^3.1.6",
|
|
16
16
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
18
18
|
"axios": "^1.11.0",
|
|
19
19
|
"glob": "^10.4.5",
|
|
20
20
|
"lightning-base-components": "1.27.2-alpha",
|
|
21
|
-
"lwc": "~8.20.
|
|
21
|
+
"lwc": "~8.20.4",
|
|
22
22
|
"node-fetch": "^3.3.2",
|
|
23
23
|
"open": "^10.2.0",
|
|
24
24
|
"xml2js": "^0.6.2"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.3",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
30
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
30
|
+
"@salesforce/plugin-command-reference": "^3.1.63",
|
|
31
31
|
"@types/node-fetch": "^2.6.13",
|
|
32
32
|
"@types/xml2js": "^0.4.14",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"yarn": "1.22.22"
|
|
267
267
|
},
|
|
268
268
|
"sfdx": {
|
|
269
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.
|
|
270
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.
|
|
269
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.12.crt",
|
|
270
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.12.sig"
|
|
271
271
|
}
|
|
272
272
|
}
|