@salesforce/plugin-lightning-dev 5.1.1 → 5.1.2
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 +107 -107
- package/oclif.lock +126 -126
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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/5.1.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.1.2/src/commands/lightning/dev/app.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf lightning dev component`
|
|
207
207
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ sf lightning dev component --name myComponent
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.1.
|
|
252
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.1.2/src/commands/lightning/dev/component.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf lightning dev site`
|
|
255
255
|
|
|
@@ -305,6 +305,6 @@ EXAMPLES
|
|
|
305
305
|
$ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
|
|
306
306
|
```
|
|
307
307
|
|
|
308
|
-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.1.
|
|
308
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.1.2/src/commands/lightning/dev/site.ts)_
|
|
309
309
|
|
|
310
310
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.1.
|
|
9
|
+
"version": "5.1.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.13.2",
|
|
23
23
|
"glob": "^12.0.0",
|
|
24
|
-
"lwc": "~8.
|
|
24
|
+
"lwc": "~8.26.1",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
@@ -4244,20 +4244,20 @@
|
|
|
4244
4244
|
}
|
|
4245
4245
|
},
|
|
4246
4246
|
"node_modules/@lwc/aria-reflection": {
|
|
4247
|
-
"version": "8.
|
|
4248
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4249
|
-
"integrity": "sha512-
|
|
4247
|
+
"version": "8.26.1",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.26.1.tgz",
|
|
4249
|
+
"integrity": "sha512-McFimbDfd15Gz07o27XBtGUfgMeZWtEpKhn9r0WeUqfgGdY534+fMJtwtsuPPHjHU4pm1PRtGTfC9bBOf2AYJA==",
|
|
4250
4250
|
"license": "MIT"
|
|
4251
4251
|
},
|
|
4252
4252
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4253
|
-
"version": "8.
|
|
4254
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4255
|
-
"integrity": "sha512-
|
|
4253
|
+
"version": "8.26.1",
|
|
4254
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.26.1.tgz",
|
|
4255
|
+
"integrity": "sha512-smsmuHYtGkgG/9fL/VB1R1p5/WKOmuWfbno9Q7MQ0HkISmetlc/uUiJ/bGmHnHnnyPpTnbx7cW3CctHXeQElkA==",
|
|
4256
4256
|
"license": "MIT",
|
|
4257
4257
|
"dependencies": {
|
|
4258
4258
|
"@babel/helper-module-imports": "7.27.1",
|
|
4259
|
-
"@lwc/errors": "8.
|
|
4260
|
-
"@lwc/shared": "8.
|
|
4259
|
+
"@lwc/errors": "8.26.1",
|
|
4260
|
+
"@lwc/shared": "8.26.1",
|
|
4261
4261
|
"line-column": "~1.0.2"
|
|
4262
4262
|
},
|
|
4263
4263
|
"peerDependencies": {
|
|
@@ -4265,9 +4265,9 @@
|
|
|
4265
4265
|
}
|
|
4266
4266
|
},
|
|
4267
4267
|
"node_modules/@lwc/compiler": {
|
|
4268
|
-
"version": "8.
|
|
4269
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4270
|
-
"integrity": "sha512-
|
|
4268
|
+
"version": "8.26.1",
|
|
4269
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.26.1.tgz",
|
|
4270
|
+
"integrity": "sha512-KLQ85AKoUGkLRwFG/iRWbCahew/F/SeBgVBP/65DukUNHIPCWto+k28CO24s0maF0zk7eD84Z89O30Rvgx9gsw==",
|
|
4271
4271
|
"license": "MIT",
|
|
4272
4272
|
"peer": true,
|
|
4273
4273
|
"dependencies": {
|
|
@@ -4277,12 +4277,12 @@
|
|
|
4277
4277
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4278
4278
|
"@babel/plugin-transform-object-rest-spread": "7.28.4",
|
|
4279
4279
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4280
|
-
"@lwc/babel-plugin-component": "8.
|
|
4281
|
-
"@lwc/errors": "8.
|
|
4282
|
-
"@lwc/shared": "8.
|
|
4283
|
-
"@lwc/ssr-compiler": "8.
|
|
4284
|
-
"@lwc/style-compiler": "8.
|
|
4285
|
-
"@lwc/template-compiler": "8.
|
|
4280
|
+
"@lwc/babel-plugin-component": "8.26.1",
|
|
4281
|
+
"@lwc/errors": "8.26.1",
|
|
4282
|
+
"@lwc/shared": "8.26.1",
|
|
4283
|
+
"@lwc/ssr-compiler": "8.26.1",
|
|
4284
|
+
"@lwc/style-compiler": "8.26.1",
|
|
4285
|
+
"@lwc/template-compiler": "8.26.1"
|
|
4286
4286
|
}
|
|
4287
4287
|
},
|
|
4288
4288
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
@@ -4299,33 +4299,33 @@
|
|
|
4299
4299
|
}
|
|
4300
4300
|
},
|
|
4301
4301
|
"node_modules/@lwc/engine-core": {
|
|
4302
|
-
"version": "8.
|
|
4303
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.
|
|
4304
|
-
"integrity": "sha512
|
|
4302
|
+
"version": "8.26.1",
|
|
4303
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.26.1.tgz",
|
|
4304
|
+
"integrity": "sha512-/iwURgkOj3jy2jZ7NKIVqAs13K20LGY2TA2s4bxlgv1Y+3VBZS4DZz2lFid8DNjigBv4G9j7F7DlsLV21BTn5A==",
|
|
4305
4305
|
"license": "MIT",
|
|
4306
4306
|
"dependencies": {
|
|
4307
|
-
"@lwc/features": "8.
|
|
4308
|
-
"@lwc/shared": "8.
|
|
4309
|
-
"@lwc/signals": "8.
|
|
4307
|
+
"@lwc/features": "8.26.1",
|
|
4308
|
+
"@lwc/shared": "8.26.1",
|
|
4309
|
+
"@lwc/signals": "8.26.1"
|
|
4310
4310
|
}
|
|
4311
4311
|
},
|
|
4312
4312
|
"node_modules/@lwc/engine-dom": {
|
|
4313
|
-
"version": "8.
|
|
4314
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.
|
|
4315
|
-
"integrity": "sha512-
|
|
4313
|
+
"version": "8.26.1",
|
|
4314
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.26.1.tgz",
|
|
4315
|
+
"integrity": "sha512-uFMcAqzNiD0KjUjyVSl9hzuvBwBauLQfWjA0CA2cFqCECEm+SnQlRBT7uwGA7SpbPmY5pOUEetrWLmzQeo+VgA==",
|
|
4316
4316
|
"license": "MIT",
|
|
4317
4317
|
"peer": true
|
|
4318
4318
|
},
|
|
4319
4319
|
"node_modules/@lwc/engine-server": {
|
|
4320
|
-
"version": "8.
|
|
4321
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.
|
|
4322
|
-
"integrity": "sha512-
|
|
4320
|
+
"version": "8.26.1",
|
|
4321
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.26.1.tgz",
|
|
4322
|
+
"integrity": "sha512-Kla50nogCu1Nb+IXo1ARrsUP7sZv33BtcEqL6DUFm6AnElMT8brUaSJvjGov6gA7Ac8P5EDR27lq0EXt6DCMdw==",
|
|
4323
4323
|
"license": "MIT"
|
|
4324
4324
|
},
|
|
4325
4325
|
"node_modules/@lwc/errors": {
|
|
4326
|
-
"version": "8.
|
|
4327
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.
|
|
4328
|
-
"integrity": "sha512-
|
|
4326
|
+
"version": "8.26.1",
|
|
4327
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.26.1.tgz",
|
|
4328
|
+
"integrity": "sha512-N31GODfyzdnWNn9PU8PqbiATctJZoDowYdTispITVie3dGRINWrAr+OvrlSMeMF7bnM7d7V53ysrl6+yjhlnQw==",
|
|
4329
4329
|
"license": "MIT",
|
|
4330
4330
|
"peer": true
|
|
4331
4331
|
},
|
|
@@ -4937,12 +4937,12 @@
|
|
|
4937
4937
|
"license": "MIT"
|
|
4938
4938
|
},
|
|
4939
4939
|
"node_modules/@lwc/features": {
|
|
4940
|
-
"version": "8.
|
|
4941
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.
|
|
4942
|
-
"integrity": "sha512-
|
|
4940
|
+
"version": "8.26.1",
|
|
4941
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.26.1.tgz",
|
|
4942
|
+
"integrity": "sha512-ovrBvsC5G49J5HpS8jizZ9N36/r0NneDB3SYUAb8XcUP40kywNoPEyWiHS0JobvlbujJKXX3tl+BZVAmWu+N1Q==",
|
|
4943
4943
|
"license": "MIT",
|
|
4944
4944
|
"dependencies": {
|
|
4945
|
-
"@lwc/shared": "8.
|
|
4945
|
+
"@lwc/shared": "8.26.1"
|
|
4946
4946
|
}
|
|
4947
4947
|
},
|
|
4948
4948
|
"node_modules/@lwc/lwc-dev-server": {
|
|
@@ -5546,9 +5546,9 @@
|
|
|
5546
5546
|
}
|
|
5547
5547
|
},
|
|
5548
5548
|
"node_modules/@lwc/module-resolver": {
|
|
5549
|
-
"version": "8.
|
|
5550
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.
|
|
5551
|
-
"integrity": "sha512-
|
|
5549
|
+
"version": "8.26.1",
|
|
5550
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.26.1.tgz",
|
|
5551
|
+
"integrity": "sha512-lRBPaNJBZFNws6pA6l6xaLEybQ3pEmRhx0oo92b3iUrLzBirQuVHd3v8IkMzZ4Vkd/Qzi7iH/rB2F7Iv0qkl1w==",
|
|
5552
5552
|
"license": "MIT",
|
|
5553
5553
|
"peer": true,
|
|
5554
5554
|
"dependencies": {
|
|
@@ -5576,14 +5576,14 @@
|
|
|
5576
5576
|
}
|
|
5577
5577
|
},
|
|
5578
5578
|
"node_modules/@lwc/rollup-plugin": {
|
|
5579
|
-
"version": "8.
|
|
5580
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
5581
|
-
"integrity": "sha512-
|
|
5579
|
+
"version": "8.26.1",
|
|
5580
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.26.1.tgz",
|
|
5581
|
+
"integrity": "sha512-X6gaHhAYFeuEdLo4+GMT0VDDXFRR4aif7kzjGFFKgngxIyrIO6F8FPvLyuaWsfWltOHnA80UhGoj3hlCo/ZrxQ==",
|
|
5582
5582
|
"license": "MIT",
|
|
5583
5583
|
"dependencies": {
|
|
5584
|
-
"@lwc/compiler": "8.
|
|
5585
|
-
"@lwc/module-resolver": "8.
|
|
5586
|
-
"@lwc/shared": "8.
|
|
5584
|
+
"@lwc/compiler": "8.26.1",
|
|
5585
|
+
"@lwc/module-resolver": "8.26.1",
|
|
5586
|
+
"@lwc/shared": "8.26.1",
|
|
5587
5587
|
"@rollup/pluginutils": "~5.3.0"
|
|
5588
5588
|
},
|
|
5589
5589
|
"peerDependencies": {
|
|
@@ -5893,86 +5893,86 @@
|
|
|
5893
5893
|
}
|
|
5894
5894
|
},
|
|
5895
5895
|
"node_modules/@lwc/shared": {
|
|
5896
|
-
"version": "8.
|
|
5897
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
5898
|
-
"integrity": "sha512
|
|
5896
|
+
"version": "8.26.1",
|
|
5897
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.26.1.tgz",
|
|
5898
|
+
"integrity": "sha512-i8OrdCg/2YADJ4qYRs3Zx7+ssSe4vT+Ucer1kayDvJaeS37qfJ7MOeFVtJejJgagFsqpTDMVQrwBIEutXvNrpg==",
|
|
5899
5899
|
"license": "MIT"
|
|
5900
5900
|
},
|
|
5901
5901
|
"node_modules/@lwc/signals": {
|
|
5902
|
-
"version": "8.
|
|
5903
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
5904
|
-
"integrity": "sha512-
|
|
5902
|
+
"version": "8.26.1",
|
|
5903
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.26.1.tgz",
|
|
5904
|
+
"integrity": "sha512-lDLFQLRoLp469AlrRTJvrgNSUGn5L8xlxNuFlwZNPAQNkWaMJLDMTJuZXeWYhsSo8yoFluzGJUMwTnxK4bAjXQ==",
|
|
5905
5905
|
"license": "MIT"
|
|
5906
5906
|
},
|
|
5907
5907
|
"node_modules/@lwc/ssr-compiler": {
|
|
5908
|
-
"version": "8.
|
|
5909
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
5910
|
-
"integrity": "sha512-
|
|
5908
|
+
"version": "8.26.1",
|
|
5909
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.26.1.tgz",
|
|
5910
|
+
"integrity": "sha512-ghGyu46Y7uj878ctFi5bCKCgkx7U3/Nf1lWgIxqaH9b7KLIvzjVEdmidhlzzPcs4Q+Tzma369JOvqEUWAZiU/Q==",
|
|
5911
5911
|
"license": "MIT",
|
|
5912
5912
|
"dependencies": {
|
|
5913
5913
|
"@babel/types": "7.28.5",
|
|
5914
|
-
"@lwc/errors": "8.
|
|
5915
|
-
"@lwc/shared": "8.
|
|
5916
|
-
"@lwc/template-compiler": "8.
|
|
5914
|
+
"@lwc/errors": "8.26.1",
|
|
5915
|
+
"@lwc/shared": "8.26.1",
|
|
5916
|
+
"@lwc/template-compiler": "8.26.1",
|
|
5917
5917
|
"acorn": "8.15.0",
|
|
5918
5918
|
"astring": "^1.9.0",
|
|
5919
5919
|
"estree-toolkit": "^1.7.13",
|
|
5920
|
-
"immer": "^
|
|
5920
|
+
"immer": "^11.0.1",
|
|
5921
5921
|
"meriyah": "^5.0.0"
|
|
5922
5922
|
}
|
|
5923
5923
|
},
|
|
5924
5924
|
"node_modules/@lwc/ssr-runtime": {
|
|
5925
|
-
"version": "8.
|
|
5926
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
5927
|
-
"integrity": "sha512-
|
|
5925
|
+
"version": "8.26.1",
|
|
5926
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.26.1.tgz",
|
|
5927
|
+
"integrity": "sha512-PZB5AiVch0G9SbX/ql4CuNDUr093/jVmmC1mZhD2v0F7aGGkt+1y2ikdgaNS1KIPWs8mCXobz4+yhLlYPl5aiQ==",
|
|
5928
5928
|
"license": "MIT"
|
|
5929
5929
|
},
|
|
5930
5930
|
"node_modules/@lwc/style-compiler": {
|
|
5931
|
-
"version": "8.
|
|
5932
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
5933
|
-
"integrity": "sha512-
|
|
5931
|
+
"version": "8.26.1",
|
|
5932
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.26.1.tgz",
|
|
5933
|
+
"integrity": "sha512-kwqH1DC1XLy6+VOv5aY0FU8Yl2PEbjNEvizyyQkBRUT0p2th9BQbnbbXj8jt7nO5x6+2T9j1rEPsM+jGm7e0eQ==",
|
|
5934
5934
|
"license": "MIT",
|
|
5935
5935
|
"dependencies": {
|
|
5936
|
-
"@lwc/shared": "8.
|
|
5936
|
+
"@lwc/shared": "8.26.1",
|
|
5937
5937
|
"postcss": "~8.5.6",
|
|
5938
5938
|
"postcss-selector-parser": "~7.1.0",
|
|
5939
5939
|
"postcss-value-parser": "~4.2.0"
|
|
5940
5940
|
}
|
|
5941
5941
|
},
|
|
5942
5942
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5943
|
-
"version": "8.
|
|
5944
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
5945
|
-
"integrity": "sha512-
|
|
5943
|
+
"version": "8.26.1",
|
|
5944
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.26.1.tgz",
|
|
5945
|
+
"integrity": "sha512-YmO94H2s9Lyf1kaRTivlcJG6TeOLRtwNen+r6F6XkCdw/ixSqFRuqOlLSdC7SBAEDr6bsAO9TyPUwVtFX5GNPw==",
|
|
5946
5946
|
"license": "MIT",
|
|
5947
5947
|
"peer": true
|
|
5948
5948
|
},
|
|
5949
5949
|
"node_modules/@lwc/template-compiler": {
|
|
5950
|
-
"version": "8.
|
|
5951
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
5952
|
-
"integrity": "sha512-
|
|
5950
|
+
"version": "8.26.1",
|
|
5951
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.26.1.tgz",
|
|
5952
|
+
"integrity": "sha512-jieubNk23MAZFSesbZFL6daQ014kCx+dPk9NnM/B+H4tAd93tCawhWn4kB7SckO+WP3ZP2l6OHWp+37bp9zXjg==",
|
|
5953
5953
|
"license": "MIT",
|
|
5954
5954
|
"peer": true,
|
|
5955
5955
|
"dependencies": {
|
|
5956
|
-
"@lwc/errors": "8.
|
|
5957
|
-
"@lwc/shared": "8.
|
|
5956
|
+
"@lwc/errors": "8.26.1",
|
|
5957
|
+
"@lwc/shared": "8.26.1",
|
|
5958
5958
|
"acorn": "~8.15.0",
|
|
5959
5959
|
"astring": "~1.9.0",
|
|
5960
5960
|
"he": "~1.2.0"
|
|
5961
5961
|
}
|
|
5962
5962
|
},
|
|
5963
5963
|
"node_modules/@lwc/types": {
|
|
5964
|
-
"version": "8.
|
|
5965
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
5966
|
-
"integrity": "sha512-
|
|
5964
|
+
"version": "8.26.1",
|
|
5965
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.26.1.tgz",
|
|
5966
|
+
"integrity": "sha512-9iqDu3zbdb3aEYof8MNU7nbM8X0ZPV2ocNKP4//HuqRGzNiIUdq3EcRRekZQuHdaFZztZJXClh73Q/Th/xAdWA==",
|
|
5967
5967
|
"license": "MIT",
|
|
5968
5968
|
"dependencies": {
|
|
5969
|
-
"@lwc/engine-core": "8.
|
|
5969
|
+
"@lwc/engine-core": "8.26.1"
|
|
5970
5970
|
}
|
|
5971
5971
|
},
|
|
5972
5972
|
"node_modules/@lwc/wire-service": {
|
|
5973
|
-
"version": "8.
|
|
5974
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
5975
|
-
"integrity": "sha512-
|
|
5973
|
+
"version": "8.26.1",
|
|
5974
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.26.1.tgz",
|
|
5975
|
+
"integrity": "sha512-zCnyMd9faQTRKCOJEyRjMOuWexiyLYD97b0y2MtxjAfoxnRf+qMZulnp0FHHyR9weEmiFFGPtvBkRY0szkvErQ==",
|
|
5976
5976
|
"license": "MIT"
|
|
5977
5977
|
},
|
|
5978
5978
|
"node_modules/@lwrjs/api": {
|
|
@@ -16914,9 +16914,9 @@
|
|
|
16914
16914
|
"license": "MIT"
|
|
16915
16915
|
},
|
|
16916
16916
|
"node_modules/immer": {
|
|
16917
|
-
"version": "
|
|
16918
|
-
"resolved": "https://registry.npmjs.org/immer/-/immer-
|
|
16919
|
-
"integrity": "sha512-
|
|
16917
|
+
"version": "11.0.1",
|
|
16918
|
+
"resolved": "https://registry.npmjs.org/immer/-/immer-11.0.1.tgz",
|
|
16919
|
+
"integrity": "sha512-naDCyggtcBWANtIrjQEajhhBEuL9b0Zg4zmlWK2CzS6xCWSE39/vvf4LqnMjUAWHBhot4m9MHCM/Z+mfWhUkiA==",
|
|
16920
16920
|
"license": "MIT",
|
|
16921
16921
|
"funding": {
|
|
16922
16922
|
"type": "opencollective",
|
|
@@ -19024,30 +19024,30 @@
|
|
|
19024
19024
|
"license": "MIT"
|
|
19025
19025
|
},
|
|
19026
19026
|
"node_modules/lwc": {
|
|
19027
|
-
"version": "8.
|
|
19028
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
19029
|
-
"integrity": "sha512-
|
|
19027
|
+
"version": "8.26.1",
|
|
19028
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.26.1.tgz",
|
|
19029
|
+
"integrity": "sha512-ElxhfhWS47TBBfmbxk/d0HK96Z3kYLWSVpjpG0CHUCi1zhnmz2lH6DmQmgnOTBOTKBmj8f+Km7I+PNiExw7pOw==",
|
|
19030
19030
|
"license": "MIT",
|
|
19031
19031
|
"peer": true,
|
|
19032
19032
|
"dependencies": {
|
|
19033
|
-
"@lwc/aria-reflection": "8.
|
|
19034
|
-
"@lwc/babel-plugin-component": "8.
|
|
19035
|
-
"@lwc/compiler": "8.
|
|
19036
|
-
"@lwc/engine-core": "8.
|
|
19037
|
-
"@lwc/engine-dom": "8.
|
|
19038
|
-
"@lwc/engine-server": "8.
|
|
19039
|
-
"@lwc/errors": "8.
|
|
19040
|
-
"@lwc/features": "8.
|
|
19041
|
-
"@lwc/module-resolver": "8.
|
|
19042
|
-
"@lwc/rollup-plugin": "8.
|
|
19043
|
-
"@lwc/shared": "8.
|
|
19044
|
-
"@lwc/ssr-compiler": "8.
|
|
19045
|
-
"@lwc/ssr-runtime": "8.
|
|
19046
|
-
"@lwc/style-compiler": "8.
|
|
19047
|
-
"@lwc/synthetic-shadow": "8.
|
|
19048
|
-
"@lwc/template-compiler": "8.
|
|
19049
|
-
"@lwc/types": "8.
|
|
19050
|
-
"@lwc/wire-service": "8.
|
|
19033
|
+
"@lwc/aria-reflection": "8.26.1",
|
|
19034
|
+
"@lwc/babel-plugin-component": "8.26.1",
|
|
19035
|
+
"@lwc/compiler": "8.26.1",
|
|
19036
|
+
"@lwc/engine-core": "8.26.1",
|
|
19037
|
+
"@lwc/engine-dom": "8.26.1",
|
|
19038
|
+
"@lwc/engine-server": "8.26.1",
|
|
19039
|
+
"@lwc/errors": "8.26.1",
|
|
19040
|
+
"@lwc/features": "8.26.1",
|
|
19041
|
+
"@lwc/module-resolver": "8.26.1",
|
|
19042
|
+
"@lwc/rollup-plugin": "8.26.1",
|
|
19043
|
+
"@lwc/shared": "8.26.1",
|
|
19044
|
+
"@lwc/ssr-compiler": "8.26.1",
|
|
19045
|
+
"@lwc/ssr-runtime": "8.26.1",
|
|
19046
|
+
"@lwc/style-compiler": "8.26.1",
|
|
19047
|
+
"@lwc/synthetic-shadow": "8.26.1",
|
|
19048
|
+
"@lwc/template-compiler": "8.26.1",
|
|
19049
|
+
"@lwc/types": "8.26.1",
|
|
19050
|
+
"@lwc/wire-service": "8.26.1"
|
|
19051
19051
|
}
|
|
19052
19052
|
},
|
|
19053
19053
|
"node_modules/magic-string": {
|
package/oclif.lock
CHANGED
|
@@ -2213,25 +2213,25 @@
|
|
|
2213
2213
|
dependencies:
|
|
2214
2214
|
"@locker/shared" "0.24.6"
|
|
2215
2215
|
|
|
2216
|
-
"@lwc/aria-reflection@8.
|
|
2217
|
-
version "8.
|
|
2218
|
-
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.
|
|
2219
|
-
integrity sha512-
|
|
2216
|
+
"@lwc/aria-reflection@8.26.1":
|
|
2217
|
+
version "8.26.1"
|
|
2218
|
+
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.26.1.tgz#f84c388c917e752670802451cfe8ad83a90be6c4"
|
|
2219
|
+
integrity sha512-McFimbDfd15Gz07o27XBtGUfgMeZWtEpKhn9r0WeUqfgGdY534+fMJtwtsuPPHjHU4pm1PRtGTfC9bBOf2AYJA==
|
|
2220
2220
|
|
|
2221
|
-
"@lwc/babel-plugin-component@8.
|
|
2222
|
-
version "8.
|
|
2223
|
-
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
2224
|
-
integrity sha512-
|
|
2221
|
+
"@lwc/babel-plugin-component@8.26.1":
|
|
2222
|
+
version "8.26.1"
|
|
2223
|
+
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.26.1.tgz#24536f43bff3a0d3b9e06efbe4468b9732797bab"
|
|
2224
|
+
integrity sha512-smsmuHYtGkgG/9fL/VB1R1p5/WKOmuWfbno9Q7MQ0HkISmetlc/uUiJ/bGmHnHnnyPpTnbx7cW3CctHXeQElkA==
|
|
2225
2225
|
dependencies:
|
|
2226
2226
|
"@babel/helper-module-imports" "7.27.1"
|
|
2227
|
-
"@lwc/errors" "8.
|
|
2228
|
-
"@lwc/shared" "8.
|
|
2227
|
+
"@lwc/errors" "8.26.1"
|
|
2228
|
+
"@lwc/shared" "8.26.1"
|
|
2229
2229
|
line-column "~1.0.2"
|
|
2230
2230
|
|
|
2231
|
-
"@lwc/compiler@8.
|
|
2232
|
-
version "8.
|
|
2233
|
-
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.
|
|
2234
|
-
integrity sha512-
|
|
2231
|
+
"@lwc/compiler@8.26.1":
|
|
2232
|
+
version "8.26.1"
|
|
2233
|
+
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.26.1.tgz#583be625f5dbb4b787352f3f8fb363120c15783e"
|
|
2234
|
+
integrity sha512-KLQ85AKoUGkLRwFG/iRWbCahew/F/SeBgVBP/65DukUNHIPCWto+k28CO24s0maF0zk7eD84Z89O30Rvgx9gsw==
|
|
2235
2235
|
dependencies:
|
|
2236
2236
|
"@babel/core" "7.28.5"
|
|
2237
2237
|
"@babel/plugin-transform-async-generator-functions" "7.28.0"
|
|
@@ -2239,12 +2239,12 @@
|
|
|
2239
2239
|
"@babel/plugin-transform-class-properties" "7.27.1"
|
|
2240
2240
|
"@babel/plugin-transform-object-rest-spread" "7.28.4"
|
|
2241
2241
|
"@locker/babel-plugin-transform-unforgeables" "0.22.0"
|
|
2242
|
-
"@lwc/babel-plugin-component" "8.
|
|
2243
|
-
"@lwc/errors" "8.
|
|
2244
|
-
"@lwc/shared" "8.
|
|
2245
|
-
"@lwc/ssr-compiler" "8.
|
|
2246
|
-
"@lwc/style-compiler" "8.
|
|
2247
|
-
"@lwc/template-compiler" "8.
|
|
2242
|
+
"@lwc/babel-plugin-component" "8.26.1"
|
|
2243
|
+
"@lwc/errors" "8.26.1"
|
|
2244
|
+
"@lwc/shared" "8.26.1"
|
|
2245
|
+
"@lwc/ssr-compiler" "8.26.1"
|
|
2246
|
+
"@lwc/style-compiler" "8.26.1"
|
|
2247
|
+
"@lwc/template-compiler" "8.26.1"
|
|
2248
2248
|
|
|
2249
2249
|
"@lwc/dev-server-plugin-lex@13.2.20":
|
|
2250
2250
|
version "13.2.20"
|
|
@@ -2260,29 +2260,29 @@
|
|
|
2260
2260
|
dependencies:
|
|
2261
2261
|
magic-string "~0.30.21"
|
|
2262
2262
|
|
|
2263
|
-
"@lwc/engine-core@8.
|
|
2264
|
-
version "8.
|
|
2265
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.
|
|
2266
|
-
integrity sha512
|
|
2263
|
+
"@lwc/engine-core@8.26.1":
|
|
2264
|
+
version "8.26.1"
|
|
2265
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.26.1.tgz#40e5ccd3a829e4d85b16e11c4ed39fb35c96a9a4"
|
|
2266
|
+
integrity sha512-/iwURgkOj3jy2jZ7NKIVqAs13K20LGY2TA2s4bxlgv1Y+3VBZS4DZz2lFid8DNjigBv4G9j7F7DlsLV21BTn5A==
|
|
2267
2267
|
dependencies:
|
|
2268
|
-
"@lwc/features" "8.
|
|
2269
|
-
"@lwc/shared" "8.
|
|
2270
|
-
"@lwc/signals" "8.
|
|
2268
|
+
"@lwc/features" "8.26.1"
|
|
2269
|
+
"@lwc/shared" "8.26.1"
|
|
2270
|
+
"@lwc/signals" "8.26.1"
|
|
2271
2271
|
|
|
2272
|
-
"@lwc/engine-dom@8.
|
|
2273
|
-
version "8.
|
|
2274
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.
|
|
2275
|
-
integrity sha512-
|
|
2272
|
+
"@lwc/engine-dom@8.26.1":
|
|
2273
|
+
version "8.26.1"
|
|
2274
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.26.1.tgz#8fdcecec3d144e16e901f1b3cabb6dca7936a3c8"
|
|
2275
|
+
integrity sha512-uFMcAqzNiD0KjUjyVSl9hzuvBwBauLQfWjA0CA2cFqCECEm+SnQlRBT7uwGA7SpbPmY5pOUEetrWLmzQeo+VgA==
|
|
2276
2276
|
|
|
2277
|
-
"@lwc/engine-server@8.
|
|
2278
|
-
version "8.
|
|
2279
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.
|
|
2280
|
-
integrity sha512-
|
|
2277
|
+
"@lwc/engine-server@8.26.1":
|
|
2278
|
+
version "8.26.1"
|
|
2279
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.26.1.tgz#94df672dadfc6f294b268bdf2d24e4c3a72b9091"
|
|
2280
|
+
integrity sha512-Kla50nogCu1Nb+IXo1ARrsUP7sZv33BtcEqL6DUFm6AnElMT8brUaSJvjGov6gA7Ac8P5EDR27lq0EXt6DCMdw==
|
|
2281
2281
|
|
|
2282
|
-
"@lwc/errors@8.
|
|
2283
|
-
version "8.
|
|
2284
|
-
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.
|
|
2285
|
-
integrity sha512-
|
|
2282
|
+
"@lwc/errors@8.26.1":
|
|
2283
|
+
version "8.26.1"
|
|
2284
|
+
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.26.1.tgz#4a4c08c817ea6dab26f4a526922899d0ea3ea642"
|
|
2285
|
+
integrity sha512-N31GODfyzdnWNn9PU8PqbiATctJZoDowYdTispITVie3dGRINWrAr+OvrlSMeMF7bnM7d7V53ysrl6+yjhlnQw==
|
|
2286
2286
|
|
|
2287
2287
|
"@lwc/eslint-plugin-lwc-platform@6.3.0":
|
|
2288
2288
|
version "6.3.0"
|
|
@@ -2300,12 +2300,12 @@
|
|
|
2300
2300
|
globals "~15.14.0"
|
|
2301
2301
|
minimatch "~9.0.4"
|
|
2302
2302
|
|
|
2303
|
-
"@lwc/features@8.
|
|
2304
|
-
version "8.
|
|
2305
|
-
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.
|
|
2306
|
-
integrity sha512-
|
|
2303
|
+
"@lwc/features@8.26.1":
|
|
2304
|
+
version "8.26.1"
|
|
2305
|
+
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.26.1.tgz#6d90d91d7d2615f2baf8930c8eb9cdbbd4174dd8"
|
|
2306
|
+
integrity sha512-ovrBvsC5G49J5HpS8jizZ9N36/r0NneDB3SYUAb8XcUP40kywNoPEyWiHS0JobvlbujJKXX3tl+BZVAmWu+N1Q==
|
|
2307
2307
|
dependencies:
|
|
2308
|
-
"@lwc/shared" "8.
|
|
2308
|
+
"@lwc/shared" "8.26.1"
|
|
2309
2309
|
|
|
2310
2310
|
"@lwc/lwc-dev-server-types@13.2.20":
|
|
2311
2311
|
version "13.2.20"
|
|
@@ -2352,21 +2352,21 @@
|
|
|
2352
2352
|
postcss-selector-parser "~7.1.0"
|
|
2353
2353
|
postcss-value-parser "~4.2.0"
|
|
2354
2354
|
|
|
2355
|
-
"@lwc/module-resolver@8.
|
|
2356
|
-
version "8.
|
|
2357
|
-
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.
|
|
2358
|
-
integrity sha512-
|
|
2355
|
+
"@lwc/module-resolver@8.26.1":
|
|
2356
|
+
version "8.26.1"
|
|
2357
|
+
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.26.1.tgz#09109f01e190747a8f16a4e5d9c02bb9039115fa"
|
|
2358
|
+
integrity sha512-lRBPaNJBZFNws6pA6l6xaLEybQ3pEmRhx0oo92b3iUrLzBirQuVHd3v8IkMzZ4Vkd/Qzi7iH/rB2F7Iv0qkl1w==
|
|
2359
2359
|
dependencies:
|
|
2360
2360
|
resolve "~1.22.11"
|
|
2361
2361
|
|
|
2362
|
-
"@lwc/rollup-plugin@8.
|
|
2363
|
-
version "8.
|
|
2364
|
-
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
2365
|
-
integrity sha512-
|
|
2362
|
+
"@lwc/rollup-plugin@8.26.1":
|
|
2363
|
+
version "8.26.1"
|
|
2364
|
+
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.26.1.tgz#bc2b362f6bb5b625900c74107dbf1d6641aa3715"
|
|
2365
|
+
integrity sha512-X6gaHhAYFeuEdLo4+GMT0VDDXFRR4aif7kzjGFFKgngxIyrIO6F8FPvLyuaWsfWltOHnA80UhGoj3hlCo/ZrxQ==
|
|
2366
2366
|
dependencies:
|
|
2367
|
-
"@lwc/compiler" "8.
|
|
2368
|
-
"@lwc/module-resolver" "8.
|
|
2369
|
-
"@lwc/shared" "8.
|
|
2367
|
+
"@lwc/compiler" "8.26.1"
|
|
2368
|
+
"@lwc/module-resolver" "8.26.1"
|
|
2369
|
+
"@lwc/shared" "8.26.1"
|
|
2370
2370
|
"@rollup/pluginutils" "~5.3.0"
|
|
2371
2371
|
|
|
2372
2372
|
"@lwc/sfdc-compiler-utils@13.2.20":
|
|
@@ -2454,73 +2454,73 @@
|
|
|
2454
2454
|
postcss-selector-parser "~7.1.0"
|
|
2455
2455
|
terser "~5.44.0"
|
|
2456
2456
|
|
|
2457
|
-
"@lwc/shared@8.
|
|
2458
|
-
version "8.
|
|
2459
|
-
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.
|
|
2460
|
-
integrity sha512
|
|
2457
|
+
"@lwc/shared@8.26.1":
|
|
2458
|
+
version "8.26.1"
|
|
2459
|
+
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.26.1.tgz#f137942628fea06ad083709dc39e38dd2f516c80"
|
|
2460
|
+
integrity sha512-i8OrdCg/2YADJ4qYRs3Zx7+ssSe4vT+Ucer1kayDvJaeS37qfJ7MOeFVtJejJgagFsqpTDMVQrwBIEutXvNrpg==
|
|
2461
2461
|
|
|
2462
|
-
"@lwc/signals@8.
|
|
2463
|
-
version "8.
|
|
2464
|
-
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.
|
|
2465
|
-
integrity sha512-
|
|
2462
|
+
"@lwc/signals@8.26.1":
|
|
2463
|
+
version "8.26.1"
|
|
2464
|
+
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.26.1.tgz#442359e3c7373b8981e857a34f4ca1a9ef803174"
|
|
2465
|
+
integrity sha512-lDLFQLRoLp469AlrRTJvrgNSUGn5L8xlxNuFlwZNPAQNkWaMJLDMTJuZXeWYhsSo8yoFluzGJUMwTnxK4bAjXQ==
|
|
2466
2466
|
|
|
2467
|
-
"@lwc/ssr-compiler@8.
|
|
2468
|
-
version "8.
|
|
2469
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
2470
|
-
integrity sha512-
|
|
2467
|
+
"@lwc/ssr-compiler@8.26.1":
|
|
2468
|
+
version "8.26.1"
|
|
2469
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.26.1.tgz#1e638339ca270754436da724c45aad417142247a"
|
|
2470
|
+
integrity sha512-ghGyu46Y7uj878ctFi5bCKCgkx7U3/Nf1lWgIxqaH9b7KLIvzjVEdmidhlzzPcs4Q+Tzma369JOvqEUWAZiU/Q==
|
|
2471
2471
|
dependencies:
|
|
2472
2472
|
"@babel/types" "7.28.5"
|
|
2473
|
-
"@lwc/errors" "8.
|
|
2474
|
-
"@lwc/shared" "8.
|
|
2475
|
-
"@lwc/template-compiler" "8.
|
|
2473
|
+
"@lwc/errors" "8.26.1"
|
|
2474
|
+
"@lwc/shared" "8.26.1"
|
|
2475
|
+
"@lwc/template-compiler" "8.26.1"
|
|
2476
2476
|
acorn "8.15.0"
|
|
2477
2477
|
astring "^1.9.0"
|
|
2478
2478
|
estree-toolkit "^1.7.13"
|
|
2479
|
-
immer "^
|
|
2479
|
+
immer "^11.0.1"
|
|
2480
2480
|
meriyah "^5.0.0"
|
|
2481
2481
|
|
|
2482
|
-
"@lwc/ssr-runtime@8.
|
|
2483
|
-
version "8.
|
|
2484
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
2485
|
-
integrity sha512-
|
|
2482
|
+
"@lwc/ssr-runtime@8.26.1":
|
|
2483
|
+
version "8.26.1"
|
|
2484
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.26.1.tgz#2783de6f91024781f196b069b89826eb4a9f0047"
|
|
2485
|
+
integrity sha512-PZB5AiVch0G9SbX/ql4CuNDUr093/jVmmC1mZhD2v0F7aGGkt+1y2ikdgaNS1KIPWs8mCXobz4+yhLlYPl5aiQ==
|
|
2486
2486
|
|
|
2487
|
-
"@lwc/style-compiler@8.
|
|
2488
|
-
version "8.
|
|
2489
|
-
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.
|
|
2490
|
-
integrity sha512-
|
|
2487
|
+
"@lwc/style-compiler@8.26.1":
|
|
2488
|
+
version "8.26.1"
|
|
2489
|
+
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.26.1.tgz#c571835d6a974061d24094ecbd1ee53e3a1ab2e5"
|
|
2490
|
+
integrity sha512-kwqH1DC1XLy6+VOv5aY0FU8Yl2PEbjNEvizyyQkBRUT0p2th9BQbnbbXj8jt7nO5x6+2T9j1rEPsM+jGm7e0eQ==
|
|
2491
2491
|
dependencies:
|
|
2492
|
-
"@lwc/shared" "8.
|
|
2492
|
+
"@lwc/shared" "8.26.1"
|
|
2493
2493
|
postcss "~8.5.6"
|
|
2494
2494
|
postcss-selector-parser "~7.1.0"
|
|
2495
2495
|
postcss-value-parser "~4.2.0"
|
|
2496
2496
|
|
|
2497
|
-
"@lwc/synthetic-shadow@8.
|
|
2498
|
-
version "8.
|
|
2499
|
-
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
2500
|
-
integrity sha512-
|
|
2497
|
+
"@lwc/synthetic-shadow@8.26.1":
|
|
2498
|
+
version "8.26.1"
|
|
2499
|
+
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.26.1.tgz#1d6235fea262a9a32f888bad89dea2fc92a43fcd"
|
|
2500
|
+
integrity sha512-YmO94H2s9Lyf1kaRTivlcJG6TeOLRtwNen+r6F6XkCdw/ixSqFRuqOlLSdC7SBAEDr6bsAO9TyPUwVtFX5GNPw==
|
|
2501
2501
|
|
|
2502
|
-
"@lwc/template-compiler@8.
|
|
2503
|
-
version "8.
|
|
2504
|
-
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.
|
|
2505
|
-
integrity sha512-
|
|
2502
|
+
"@lwc/template-compiler@8.26.1":
|
|
2503
|
+
version "8.26.1"
|
|
2504
|
+
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.26.1.tgz#e42655d3f95752bff9ddd73df2081ee8c5b1deff"
|
|
2505
|
+
integrity sha512-jieubNk23MAZFSesbZFL6daQ014kCx+dPk9NnM/B+H4tAd93tCawhWn4kB7SckO+WP3ZP2l6OHWp+37bp9zXjg==
|
|
2506
2506
|
dependencies:
|
|
2507
|
-
"@lwc/errors" "8.
|
|
2508
|
-
"@lwc/shared" "8.
|
|
2507
|
+
"@lwc/errors" "8.26.1"
|
|
2508
|
+
"@lwc/shared" "8.26.1"
|
|
2509
2509
|
acorn "~8.15.0"
|
|
2510
2510
|
astring "~1.9.0"
|
|
2511
2511
|
he "~1.2.0"
|
|
2512
2512
|
|
|
2513
|
-
"@lwc/types@8.
|
|
2514
|
-
version "8.
|
|
2515
|
-
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.
|
|
2516
|
-
integrity sha512-
|
|
2513
|
+
"@lwc/types@8.26.1":
|
|
2514
|
+
version "8.26.1"
|
|
2515
|
+
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.26.1.tgz#6004b2a311822c17b253ce68a9e256091edeb6b1"
|
|
2516
|
+
integrity sha512-9iqDu3zbdb3aEYof8MNU7nbM8X0ZPV2ocNKP4//HuqRGzNiIUdq3EcRRekZQuHdaFZztZJXClh73Q/Th/xAdWA==
|
|
2517
2517
|
dependencies:
|
|
2518
|
-
"@lwc/engine-core" "8.
|
|
2518
|
+
"@lwc/engine-core" "8.26.1"
|
|
2519
2519
|
|
|
2520
|
-
"@lwc/wire-service@8.
|
|
2521
|
-
version "8.
|
|
2522
|
-
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.
|
|
2523
|
-
integrity sha512-
|
|
2520
|
+
"@lwc/wire-service@8.26.1":
|
|
2521
|
+
version "8.26.1"
|
|
2522
|
+
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.26.1.tgz#127dbd55643e51afd1b9aee87e97abfe987d5d3a"
|
|
2523
|
+
integrity sha512-zCnyMd9faQTRKCOJEyRjMOuWexiyLYD97b0y2MtxjAfoxnRf+qMZulnp0FHHyR9weEmiFFGPtvBkRY0szkvErQ==
|
|
2524
2524
|
|
|
2525
2525
|
"@lwrjs/api@0.18.3":
|
|
2526
2526
|
version "0.18.3"
|
|
@@ -7942,10 +7942,10 @@ immediate@~3.0.5:
|
|
|
7942
7942
|
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
|
|
7943
7943
|
integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==
|
|
7944
7944
|
|
|
7945
|
-
immer@^
|
|
7946
|
-
version "
|
|
7947
|
-
resolved "https://registry.yarnpkg.com/immer/-/immer-
|
|
7948
|
-
integrity sha512-
|
|
7945
|
+
immer@^11.0.1:
|
|
7946
|
+
version "11.0.1"
|
|
7947
|
+
resolved "https://registry.yarnpkg.com/immer/-/immer-11.0.1.tgz#2191adadc17afc94553bfb7a4c0ca95e55ec2489"
|
|
7948
|
+
integrity sha512-naDCyggtcBWANtIrjQEajhhBEuL9b0Zg4zmlWK2CzS6xCWSE39/vvf4LqnMjUAWHBhot4m9MHCM/Z+mfWhUkiA==
|
|
7949
7949
|
|
|
7950
7950
|
import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
|
|
7951
7951
|
version "3.3.0"
|
|
@@ -9030,29 +9030,29 @@ lunr@^2.3.9:
|
|
|
9030
9030
|
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
|
|
9031
9031
|
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
|
|
9032
9032
|
|
|
9033
|
-
lwc@~8.
|
|
9034
|
-
version "8.
|
|
9035
|
-
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.
|
|
9036
|
-
integrity sha512-
|
|
9037
|
-
dependencies:
|
|
9038
|
-
"@lwc/aria-reflection" "8.
|
|
9039
|
-
"@lwc/babel-plugin-component" "8.
|
|
9040
|
-
"@lwc/compiler" "8.
|
|
9041
|
-
"@lwc/engine-core" "8.
|
|
9042
|
-
"@lwc/engine-dom" "8.
|
|
9043
|
-
"@lwc/engine-server" "8.
|
|
9044
|
-
"@lwc/errors" "8.
|
|
9045
|
-
"@lwc/features" "8.
|
|
9046
|
-
"@lwc/module-resolver" "8.
|
|
9047
|
-
"@lwc/rollup-plugin" "8.
|
|
9048
|
-
"@lwc/shared" "8.
|
|
9049
|
-
"@lwc/ssr-compiler" "8.
|
|
9050
|
-
"@lwc/ssr-runtime" "8.
|
|
9051
|
-
"@lwc/style-compiler" "8.
|
|
9052
|
-
"@lwc/synthetic-shadow" "8.
|
|
9053
|
-
"@lwc/template-compiler" "8.
|
|
9054
|
-
"@lwc/types" "8.
|
|
9055
|
-
"@lwc/wire-service" "8.
|
|
9033
|
+
lwc@~8.26.1:
|
|
9034
|
+
version "8.26.1"
|
|
9035
|
+
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.26.1.tgz#0e8b407b650c03716bdfbcdd4ecbc43173e6adae"
|
|
9036
|
+
integrity sha512-ElxhfhWS47TBBfmbxk/d0HK96Z3kYLWSVpjpG0CHUCi1zhnmz2lH6DmQmgnOTBOTKBmj8f+Km7I+PNiExw7pOw==
|
|
9037
|
+
dependencies:
|
|
9038
|
+
"@lwc/aria-reflection" "8.26.1"
|
|
9039
|
+
"@lwc/babel-plugin-component" "8.26.1"
|
|
9040
|
+
"@lwc/compiler" "8.26.1"
|
|
9041
|
+
"@lwc/engine-core" "8.26.1"
|
|
9042
|
+
"@lwc/engine-dom" "8.26.1"
|
|
9043
|
+
"@lwc/engine-server" "8.26.1"
|
|
9044
|
+
"@lwc/errors" "8.26.1"
|
|
9045
|
+
"@lwc/features" "8.26.1"
|
|
9046
|
+
"@lwc/module-resolver" "8.26.1"
|
|
9047
|
+
"@lwc/rollup-plugin" "8.26.1"
|
|
9048
|
+
"@lwc/shared" "8.26.1"
|
|
9049
|
+
"@lwc/ssr-compiler" "8.26.1"
|
|
9050
|
+
"@lwc/ssr-runtime" "8.26.1"
|
|
9051
|
+
"@lwc/style-compiler" "8.26.1"
|
|
9052
|
+
"@lwc/synthetic-shadow" "8.26.1"
|
|
9053
|
+
"@lwc/template-compiler" "8.26.1"
|
|
9054
|
+
"@lwc/types" "8.26.1"
|
|
9055
|
+
"@lwc/wire-service" "8.26.1"
|
|
9056
9056
|
|
|
9057
9057
|
magic-string@^0.25.3:
|
|
9058
9058
|
version "0.25.9"
|
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": "5.1.
|
|
4
|
+
"version": "5.1.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
18
18
|
"axios": "^1.13.2",
|
|
19
19
|
"glob": "^12.0.0",
|
|
20
|
-
"lwc": "~8.
|
|
20
|
+
"lwc": "~8.26.1",
|
|
21
21
|
"node-fetch": "^3.3.2",
|
|
22
22
|
"open": "^10.2.0",
|
|
23
23
|
"xml2js": "^0.6.2"
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"yarn": "1.22.22"
|
|
270
270
|
},
|
|
271
271
|
"sfdx": {
|
|
272
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.
|
|
273
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.
|
|
272
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.2.crt",
|
|
273
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.1.2.sig"
|
|
274
274
|
}
|
|
275
275
|
}
|