@salesforce/plugin-lightning-dev 5.0.19 → 5.0.21
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 +109 -109
- package/oclif.lock +125 -125
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.0.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.21/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/5.0.
|
|
251
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.21/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/5.0.
|
|
307
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.21/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": "5.0.
|
|
3
|
+
"version": "5.0.21",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.21",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
18
18
|
"@salesforce/core": "^8.23.2",
|
|
19
19
|
"@salesforce/kit": "^3.2.4",
|
|
20
|
-
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.
|
|
20
|
+
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.12.2",
|
|
23
23
|
"glob": "^10.4.5",
|
|
24
|
-
"lwc": "~8.
|
|
24
|
+
"lwc": "~8.23.0",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
@@ -4218,20 +4218,20 @@
|
|
|
4218
4218
|
}
|
|
4219
4219
|
},
|
|
4220
4220
|
"node_modules/@lwc/aria-reflection": {
|
|
4221
|
-
"version": "8.
|
|
4222
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4223
|
-
"integrity": "sha512-
|
|
4221
|
+
"version": "8.23.0",
|
|
4222
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.23.0.tgz",
|
|
4223
|
+
"integrity": "sha512-WGaMjNc84art9cYtkMf15dCKZ7M1x1yldsbqctiKOTl6mN6d7EDRaV+046EkFMkC/FwQbspWTHF9x1UGqWV8pw==",
|
|
4224
4224
|
"license": "MIT"
|
|
4225
4225
|
},
|
|
4226
4226
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4227
|
-
"version": "8.
|
|
4228
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4229
|
-
"integrity": "sha512-
|
|
4227
|
+
"version": "8.23.0",
|
|
4228
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.23.0.tgz",
|
|
4229
|
+
"integrity": "sha512-Dct16w1mSoL0gIZFNSQI6EQjOAnOkmdbCBAf2PMD7mJXQKNYYgb4RcA4BDIoZZJwe5nH7rd6q47YaeD7pdxCvg==",
|
|
4230
4230
|
"license": "MIT",
|
|
4231
4231
|
"dependencies": {
|
|
4232
4232
|
"@babel/helper-module-imports": "7.27.1",
|
|
4233
|
-
"@lwc/errors": "8.
|
|
4234
|
-
"@lwc/shared": "8.
|
|
4233
|
+
"@lwc/errors": "8.23.0",
|
|
4234
|
+
"@lwc/shared": "8.23.0",
|
|
4235
4235
|
"line-column": "~1.0.2"
|
|
4236
4236
|
},
|
|
4237
4237
|
"peerDependencies": {
|
|
@@ -4239,9 +4239,9 @@
|
|
|
4239
4239
|
}
|
|
4240
4240
|
},
|
|
4241
4241
|
"node_modules/@lwc/compiler": {
|
|
4242
|
-
"version": "8.
|
|
4243
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4244
|
-
"integrity": "sha512-
|
|
4242
|
+
"version": "8.23.0",
|
|
4243
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.23.0.tgz",
|
|
4244
|
+
"integrity": "sha512-ejGsAR9c+Lv3Xtu6XC8RbNl7XUIt3tIES3g4r3FanrU5FHQ2fsqXdLTT2I9jxlTiKHiRnvpq49pQQLWQcUPr0Q==",
|
|
4245
4245
|
"license": "MIT",
|
|
4246
4246
|
"dependencies": {
|
|
4247
4247
|
"@babel/core": "7.28.4",
|
|
@@ -4250,12 +4250,12 @@
|
|
|
4250
4250
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4251
4251
|
"@babel/plugin-transform-object-rest-spread": "7.28.4",
|
|
4252
4252
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4253
|
-
"@lwc/babel-plugin-component": "8.
|
|
4254
|
-
"@lwc/errors": "8.
|
|
4255
|
-
"@lwc/shared": "8.
|
|
4256
|
-
"@lwc/ssr-compiler": "8.
|
|
4257
|
-
"@lwc/style-compiler": "8.
|
|
4258
|
-
"@lwc/template-compiler": "8.
|
|
4253
|
+
"@lwc/babel-plugin-component": "8.23.0",
|
|
4254
|
+
"@lwc/errors": "8.23.0",
|
|
4255
|
+
"@lwc/shared": "8.23.0",
|
|
4256
|
+
"@lwc/ssr-compiler": "8.23.0",
|
|
4257
|
+
"@lwc/style-compiler": "8.23.0",
|
|
4258
|
+
"@lwc/template-compiler": "8.23.0"
|
|
4259
4259
|
}
|
|
4260
4260
|
},
|
|
4261
4261
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
@@ -4272,32 +4272,32 @@
|
|
|
4272
4272
|
}
|
|
4273
4273
|
},
|
|
4274
4274
|
"node_modules/@lwc/engine-core": {
|
|
4275
|
-
"version": "8.
|
|
4276
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.
|
|
4277
|
-
"integrity": "sha512-
|
|
4275
|
+
"version": "8.23.0",
|
|
4276
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.23.0.tgz",
|
|
4277
|
+
"integrity": "sha512-YFobCuGRv0me1FLhJqtSDm/WxTpRyPtdHbfBe/6AKWDFfYYPk83tcMFTTS7ndE3LrYno2aP9ABHdg5BtAl55iA==",
|
|
4278
4278
|
"license": "MIT",
|
|
4279
4279
|
"dependencies": {
|
|
4280
|
-
"@lwc/features": "8.
|
|
4281
|
-
"@lwc/shared": "8.
|
|
4282
|
-
"@lwc/signals": "8.
|
|
4280
|
+
"@lwc/features": "8.23.0",
|
|
4281
|
+
"@lwc/shared": "8.23.0",
|
|
4282
|
+
"@lwc/signals": "8.23.0"
|
|
4283
4283
|
}
|
|
4284
4284
|
},
|
|
4285
4285
|
"node_modules/@lwc/engine-dom": {
|
|
4286
|
-
"version": "8.
|
|
4287
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.
|
|
4288
|
-
"integrity": "sha512-
|
|
4286
|
+
"version": "8.23.0",
|
|
4287
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.23.0.tgz",
|
|
4288
|
+
"integrity": "sha512-cbMVwFkYmhFFmCpnSYBePk8wnpdhqESVFDZJqFgeR4Tb0LBVlI18gGqHn9MmjxT3SnurDp1EW/ArH8QFYJgf1g==",
|
|
4289
4289
|
"license": "MIT"
|
|
4290
4290
|
},
|
|
4291
4291
|
"node_modules/@lwc/engine-server": {
|
|
4292
|
-
"version": "8.
|
|
4293
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.
|
|
4294
|
-
"integrity": "sha512-
|
|
4292
|
+
"version": "8.23.0",
|
|
4293
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.23.0.tgz",
|
|
4294
|
+
"integrity": "sha512-h4HOYAoHWAPEwITroai8yAy6YSlqMXRLdVZNRNH/ZEXkz5Hom+h16BbnGGeGCNqZgGrm58LnCPYmmzeXIZ1aPQ==",
|
|
4295
4295
|
"license": "MIT"
|
|
4296
4296
|
},
|
|
4297
4297
|
"node_modules/@lwc/errors": {
|
|
4298
|
-
"version": "8.
|
|
4299
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.
|
|
4300
|
-
"integrity": "sha512-
|
|
4298
|
+
"version": "8.23.0",
|
|
4299
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.23.0.tgz",
|
|
4300
|
+
"integrity": "sha512-cqziHl/aDg0pgAIm9HhNz2OrR0t08vML7+FNrqgrnaSwLgYCYp2WPNmvMjD5ZRy/bIBESwA/dCWf9Cs7Vo/ZGw==",
|
|
4301
4301
|
"license": "MIT"
|
|
4302
4302
|
},
|
|
4303
4303
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
@@ -4931,12 +4931,12 @@
|
|
|
4931
4931
|
}
|
|
4932
4932
|
},
|
|
4933
4933
|
"node_modules/@lwc/features": {
|
|
4934
|
-
"version": "8.
|
|
4935
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.
|
|
4936
|
-
"integrity": "sha512-
|
|
4934
|
+
"version": "8.23.0",
|
|
4935
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.23.0.tgz",
|
|
4936
|
+
"integrity": "sha512-Y1yVOH6LAJMWJaeUHJwjx7OHjbRxycdSSZKewhQlRTGLrmca1Rtpi31nfrRtcCdOkxfF3oPMFlPlA4ZKDyA6aA==",
|
|
4937
4937
|
"license": "MIT",
|
|
4938
4938
|
"dependencies": {
|
|
4939
|
-
"@lwc/shared": "8.
|
|
4939
|
+
"@lwc/shared": "8.23.0"
|
|
4940
4940
|
}
|
|
4941
4941
|
},
|
|
4942
4942
|
"node_modules/@lwc/lwc-dev-server": {
|
|
@@ -5102,23 +5102,23 @@
|
|
|
5102
5102
|
}
|
|
5103
5103
|
},
|
|
5104
5104
|
"node_modules/@lwc/module-resolver": {
|
|
5105
|
-
"version": "8.
|
|
5106
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.
|
|
5107
|
-
"integrity": "sha512-
|
|
5105
|
+
"version": "8.23.0",
|
|
5106
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.23.0.tgz",
|
|
5107
|
+
"integrity": "sha512-ZqZ/402NvVswMK2HMhwH6Fmkzn19xn5Yx7VZr1QmIefKXr8OKqFSlsySujN3CSwNH9XHybyREWe4TXlkT7LHFw==",
|
|
5108
5108
|
"license": "MIT",
|
|
5109
5109
|
"dependencies": {
|
|
5110
5110
|
"resolve": "~1.22.10"
|
|
5111
5111
|
}
|
|
5112
5112
|
},
|
|
5113
5113
|
"node_modules/@lwc/rollup-plugin": {
|
|
5114
|
-
"version": "8.
|
|
5115
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
5116
|
-
"integrity": "sha512-
|
|
5114
|
+
"version": "8.23.0",
|
|
5115
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.23.0.tgz",
|
|
5116
|
+
"integrity": "sha512-bDlnRXWOVN4VE+/h1dj2KXuej9bED2A07CtxHPepCH4iIwpN6w+s/495zDndJgO/VppnZ3ZUiUooUrcDOrOmBA==",
|
|
5117
5117
|
"license": "MIT",
|
|
5118
5118
|
"dependencies": {
|
|
5119
|
-
"@lwc/compiler": "8.
|
|
5120
|
-
"@lwc/module-resolver": "8.
|
|
5121
|
-
"@lwc/shared": "8.
|
|
5119
|
+
"@lwc/compiler": "8.23.0",
|
|
5120
|
+
"@lwc/module-resolver": "8.23.0",
|
|
5121
|
+
"@lwc/shared": "8.23.0",
|
|
5122
5122
|
"@rollup/pluginutils": "~5.3.0"
|
|
5123
5123
|
},
|
|
5124
5124
|
"peerDependencies": {
|
|
@@ -5734,27 +5734,27 @@
|
|
|
5734
5734
|
}
|
|
5735
5735
|
},
|
|
5736
5736
|
"node_modules/@lwc/shared": {
|
|
5737
|
-
"version": "8.
|
|
5738
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
5739
|
-
"integrity": "sha512-
|
|
5737
|
+
"version": "8.23.0",
|
|
5738
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.23.0.tgz",
|
|
5739
|
+
"integrity": "sha512-g6teckOlRJgPkqFJjjrMWoXwEbP3E0PByVIbrxfvv7gN/d8INL+TOA/Deg5ZgRMwuYUGO0Elr5rGcAK5jj/bhA==",
|
|
5740
5740
|
"license": "MIT"
|
|
5741
5741
|
},
|
|
5742
5742
|
"node_modules/@lwc/signals": {
|
|
5743
|
-
"version": "8.
|
|
5744
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
5745
|
-
"integrity": "sha512-
|
|
5743
|
+
"version": "8.23.0",
|
|
5744
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.23.0.tgz",
|
|
5745
|
+
"integrity": "sha512-mdW1i0i4RBFracnevRN8YQtkUDI/WuWHsQXGQC2kluQAveM/qmVIkvMCPfehBsMwbXpEnYneUEe58XXnuCsAvA==",
|
|
5746
5746
|
"license": "MIT"
|
|
5747
5747
|
},
|
|
5748
5748
|
"node_modules/@lwc/ssr-compiler": {
|
|
5749
|
-
"version": "8.
|
|
5750
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
5751
|
-
"integrity": "sha512-
|
|
5749
|
+
"version": "8.23.0",
|
|
5750
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.23.0.tgz",
|
|
5751
|
+
"integrity": "sha512-JucwFx+bjVsnyJnfJIbcX2DpaKO+h3vGEBlDPgI6cdaRfymtkxklxZojzc1HTcN+0XSGSiAmBcDn3MKxsNMrMQ==",
|
|
5752
5752
|
"license": "MIT",
|
|
5753
5753
|
"dependencies": {
|
|
5754
5754
|
"@babel/types": "7.28.4",
|
|
5755
|
-
"@lwc/errors": "8.
|
|
5756
|
-
"@lwc/shared": "8.
|
|
5757
|
-
"@lwc/template-compiler": "8.
|
|
5755
|
+
"@lwc/errors": "8.23.0",
|
|
5756
|
+
"@lwc/shared": "8.23.0",
|
|
5757
|
+
"@lwc/template-compiler": "8.23.0",
|
|
5758
5758
|
"acorn": "8.15.0",
|
|
5759
5759
|
"astring": "^1.9.0",
|
|
5760
5760
|
"estree-toolkit": "^1.7.13",
|
|
@@ -5763,18 +5763,18 @@
|
|
|
5763
5763
|
}
|
|
5764
5764
|
},
|
|
5765
5765
|
"node_modules/@lwc/ssr-runtime": {
|
|
5766
|
-
"version": "8.
|
|
5767
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
5768
|
-
"integrity": "sha512-
|
|
5766
|
+
"version": "8.23.0",
|
|
5767
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.23.0.tgz",
|
|
5768
|
+
"integrity": "sha512-J4JSyEGX+DiBUoMIRBUTcrsc0GGI+LuczO4uSLoMIjFQJXjh5dmI058pVBYq5cCXJHTv2vbtUILzQtX3xcFb0A==",
|
|
5769
5769
|
"license": "MIT"
|
|
5770
5770
|
},
|
|
5771
5771
|
"node_modules/@lwc/style-compiler": {
|
|
5772
|
-
"version": "8.
|
|
5773
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
5774
|
-
"integrity": "sha512-
|
|
5772
|
+
"version": "8.23.0",
|
|
5773
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.23.0.tgz",
|
|
5774
|
+
"integrity": "sha512-hIsmMgKyFQ3VSozQtHuU1BcAbbWyk/8BFygB2WdadM/cBrHfNCy+PGLofv8xkyvhDPrfbWBtwFrP9VIRXDdLNA==",
|
|
5775
5775
|
"license": "MIT",
|
|
5776
5776
|
"dependencies": {
|
|
5777
|
-
"@lwc/shared": "8.
|
|
5777
|
+
"@lwc/shared": "8.23.0",
|
|
5778
5778
|
"postcss": "~8.5.6",
|
|
5779
5779
|
"postcss-selector-parser": "~7.1.0",
|
|
5780
5780
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5794,37 +5794,37 @@
|
|
|
5794
5794
|
}
|
|
5795
5795
|
},
|
|
5796
5796
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5797
|
-
"version": "8.
|
|
5798
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
5799
|
-
"integrity": "sha512-
|
|
5797
|
+
"version": "8.23.0",
|
|
5798
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.23.0.tgz",
|
|
5799
|
+
"integrity": "sha512-wmFB6nMKlsH47+YW+Wr3HdhPdUbHor6yPzbsai85St8+xSlrCzQWuXPWuqv6raFyHg6YnWAiF2Hf5e2h9sdCig==",
|
|
5800
5800
|
"license": "MIT"
|
|
5801
5801
|
},
|
|
5802
5802
|
"node_modules/@lwc/template-compiler": {
|
|
5803
|
-
"version": "8.
|
|
5804
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
5805
|
-
"integrity": "sha512-
|
|
5803
|
+
"version": "8.23.0",
|
|
5804
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.23.0.tgz",
|
|
5805
|
+
"integrity": "sha512-E24VtNe4Ej307ui8BuQncBzcd6MdzOjXjrhIOQDnGLzNnGL7I3cuGA2wVwTuV8WNrPg7JkgpJghUduEkN3kubw==",
|
|
5806
5806
|
"license": "MIT",
|
|
5807
5807
|
"dependencies": {
|
|
5808
|
-
"@lwc/errors": "8.
|
|
5809
|
-
"@lwc/shared": "8.
|
|
5808
|
+
"@lwc/errors": "8.23.0",
|
|
5809
|
+
"@lwc/shared": "8.23.0",
|
|
5810
5810
|
"acorn": "~8.15.0",
|
|
5811
5811
|
"astring": "~1.9.0",
|
|
5812
5812
|
"he": "~1.2.0"
|
|
5813
5813
|
}
|
|
5814
5814
|
},
|
|
5815
5815
|
"node_modules/@lwc/types": {
|
|
5816
|
-
"version": "8.
|
|
5817
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
5818
|
-
"integrity": "sha512-
|
|
5816
|
+
"version": "8.23.0",
|
|
5817
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.23.0.tgz",
|
|
5818
|
+
"integrity": "sha512-MqRqq/eQu36/lI3MnPn4EAIW5JgYXIorlzpnQYLA6kBnViSCYcaDeJJil/FDIzKSF8HgHf7CuXVJ5MUkcXbqJw==",
|
|
5819
5819
|
"license": "MIT",
|
|
5820
5820
|
"dependencies": {
|
|
5821
|
-
"@lwc/engine-core": "8.
|
|
5821
|
+
"@lwc/engine-core": "8.23.0"
|
|
5822
5822
|
}
|
|
5823
5823
|
},
|
|
5824
5824
|
"node_modules/@lwc/wire-service": {
|
|
5825
|
-
"version": "8.
|
|
5826
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
5827
|
-
"integrity": "sha512-
|
|
5825
|
+
"version": "8.23.0",
|
|
5826
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.23.0.tgz",
|
|
5827
|
+
"integrity": "sha512-vAwzn6gSrC/C0FMIXUWl/Ieyg7xaY4SMoMuBiL36ChvtXfSJjHPhmeVjhMGkkGCXyDHS/3f5/9LhplaIi60EfQ==",
|
|
5828
5828
|
"license": "MIT"
|
|
5829
5829
|
},
|
|
5830
5830
|
"node_modules/@lwrjs/api": {
|
|
@@ -8837,9 +8837,9 @@
|
|
|
8837
8837
|
}
|
|
8838
8838
|
},
|
|
8839
8839
|
"node_modules/@salesforce/lwc-dev-mobile-core": {
|
|
8840
|
-
"version": "4.0.0-alpha.
|
|
8841
|
-
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.
|
|
8842
|
-
"integrity": "sha512-
|
|
8840
|
+
"version": "4.0.0-alpha.13",
|
|
8841
|
+
"resolved": "https://registry.npmjs.org/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.13.tgz",
|
|
8842
|
+
"integrity": "sha512-L76zOvWZE/D/rOKan8IXhNtL9dth+7sqBKwoBZ7dfxOESZ/33yI6bvJASHn04NcRCK1sawKVJ4YltDuVBn0T+A==",
|
|
8843
8843
|
"license": "MIT",
|
|
8844
8844
|
"dependencies": {
|
|
8845
8845
|
"@oclif/core": "^4.4.0",
|
|
@@ -18248,29 +18248,29 @@
|
|
|
18248
18248
|
"license": "MIT"
|
|
18249
18249
|
},
|
|
18250
18250
|
"node_modules/lwc": {
|
|
18251
|
-
"version": "8.
|
|
18252
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
18253
|
-
"integrity": "sha512-
|
|
18254
|
-
"license": "MIT",
|
|
18255
|
-
"dependencies": {
|
|
18256
|
-
"@lwc/aria-reflection": "8.
|
|
18257
|
-
"@lwc/babel-plugin-component": "8.
|
|
18258
|
-
"@lwc/compiler": "8.
|
|
18259
|
-
"@lwc/engine-core": "8.
|
|
18260
|
-
"@lwc/engine-dom": "8.
|
|
18261
|
-
"@lwc/engine-server": "8.
|
|
18262
|
-
"@lwc/errors": "8.
|
|
18263
|
-
"@lwc/features": "8.
|
|
18264
|
-
"@lwc/module-resolver": "8.
|
|
18265
|
-
"@lwc/rollup-plugin": "8.
|
|
18266
|
-
"@lwc/shared": "8.
|
|
18267
|
-
"@lwc/ssr-compiler": "8.
|
|
18268
|
-
"@lwc/ssr-runtime": "8.
|
|
18269
|
-
"@lwc/style-compiler": "8.
|
|
18270
|
-
"@lwc/synthetic-shadow": "8.
|
|
18271
|
-
"@lwc/template-compiler": "8.
|
|
18272
|
-
"@lwc/types": "8.
|
|
18273
|
-
"@lwc/wire-service": "8.
|
|
18251
|
+
"version": "8.23.0",
|
|
18252
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.23.0.tgz",
|
|
18253
|
+
"integrity": "sha512-XeNx83aT0NZJ8ORfR4bHWIgL5m+XoDJvIX0Og+8ZAr9YYMmZJuBd83tmdhrneYXaJTaGbX54TVbvRY90k+/noA==",
|
|
18254
|
+
"license": "MIT",
|
|
18255
|
+
"dependencies": {
|
|
18256
|
+
"@lwc/aria-reflection": "8.23.0",
|
|
18257
|
+
"@lwc/babel-plugin-component": "8.23.0",
|
|
18258
|
+
"@lwc/compiler": "8.23.0",
|
|
18259
|
+
"@lwc/engine-core": "8.23.0",
|
|
18260
|
+
"@lwc/engine-dom": "8.23.0",
|
|
18261
|
+
"@lwc/engine-server": "8.23.0",
|
|
18262
|
+
"@lwc/errors": "8.23.0",
|
|
18263
|
+
"@lwc/features": "8.23.0",
|
|
18264
|
+
"@lwc/module-resolver": "8.23.0",
|
|
18265
|
+
"@lwc/rollup-plugin": "8.23.0",
|
|
18266
|
+
"@lwc/shared": "8.23.0",
|
|
18267
|
+
"@lwc/ssr-compiler": "8.23.0",
|
|
18268
|
+
"@lwc/ssr-runtime": "8.23.0",
|
|
18269
|
+
"@lwc/style-compiler": "8.23.0",
|
|
18270
|
+
"@lwc/synthetic-shadow": "8.23.0",
|
|
18271
|
+
"@lwc/template-compiler": "8.23.0",
|
|
18272
|
+
"@lwc/types": "8.23.0",
|
|
18273
|
+
"@lwc/wire-service": "8.23.0"
|
|
18274
18274
|
}
|
|
18275
18275
|
},
|
|
18276
18276
|
"node_modules/magic-string": {
|
package/oclif.lock
CHANGED
|
@@ -2196,25 +2196,25 @@
|
|
|
2196
2196
|
dependencies:
|
|
2197
2197
|
"@locker/shared" "0.24.6"
|
|
2198
2198
|
|
|
2199
|
-
"@lwc/aria-reflection@8.
|
|
2200
|
-
version "8.
|
|
2201
|
-
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.
|
|
2202
|
-
integrity sha512-
|
|
2199
|
+
"@lwc/aria-reflection@8.23.0":
|
|
2200
|
+
version "8.23.0"
|
|
2201
|
+
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.23.0.tgz#b4d1f31e5f380d49e28b6dfe07c505d0657024e4"
|
|
2202
|
+
integrity sha512-WGaMjNc84art9cYtkMf15dCKZ7M1x1yldsbqctiKOTl6mN6d7EDRaV+046EkFMkC/FwQbspWTHF9x1UGqWV8pw==
|
|
2203
2203
|
|
|
2204
|
-
"@lwc/babel-plugin-component@8.
|
|
2205
|
-
version "8.
|
|
2206
|
-
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
2207
|
-
integrity sha512-
|
|
2204
|
+
"@lwc/babel-plugin-component@8.23.0":
|
|
2205
|
+
version "8.23.0"
|
|
2206
|
+
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.23.0.tgz#756762acb6c5ba17f18614d8a858f377a4e55fbc"
|
|
2207
|
+
integrity sha512-Dct16w1mSoL0gIZFNSQI6EQjOAnOkmdbCBAf2PMD7mJXQKNYYgb4RcA4BDIoZZJwe5nH7rd6q47YaeD7pdxCvg==
|
|
2208
2208
|
dependencies:
|
|
2209
2209
|
"@babel/helper-module-imports" "7.27.1"
|
|
2210
|
-
"@lwc/errors" "8.
|
|
2211
|
-
"@lwc/shared" "8.
|
|
2210
|
+
"@lwc/errors" "8.23.0"
|
|
2211
|
+
"@lwc/shared" "8.23.0"
|
|
2212
2212
|
line-column "~1.0.2"
|
|
2213
2213
|
|
|
2214
|
-
"@lwc/compiler@8.
|
|
2215
|
-
version "8.
|
|
2216
|
-
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.
|
|
2217
|
-
integrity sha512-
|
|
2214
|
+
"@lwc/compiler@8.23.0":
|
|
2215
|
+
version "8.23.0"
|
|
2216
|
+
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.23.0.tgz#bc5f5406e8d71d4675cfe7276b2443544116f0a7"
|
|
2217
|
+
integrity sha512-ejGsAR9c+Lv3Xtu6XC8RbNl7XUIt3tIES3g4r3FanrU5FHQ2fsqXdLTT2I9jxlTiKHiRnvpq49pQQLWQcUPr0Q==
|
|
2218
2218
|
dependencies:
|
|
2219
2219
|
"@babel/core" "7.28.4"
|
|
2220
2220
|
"@babel/plugin-transform-async-generator-functions" "7.28.0"
|
|
@@ -2222,12 +2222,12 @@
|
|
|
2222
2222
|
"@babel/plugin-transform-class-properties" "7.27.1"
|
|
2223
2223
|
"@babel/plugin-transform-object-rest-spread" "7.28.4"
|
|
2224
2224
|
"@locker/babel-plugin-transform-unforgeables" "0.22.0"
|
|
2225
|
-
"@lwc/babel-plugin-component" "8.
|
|
2226
|
-
"@lwc/errors" "8.
|
|
2227
|
-
"@lwc/shared" "8.
|
|
2228
|
-
"@lwc/ssr-compiler" "8.
|
|
2229
|
-
"@lwc/style-compiler" "8.
|
|
2230
|
-
"@lwc/template-compiler" "8.
|
|
2225
|
+
"@lwc/babel-plugin-component" "8.23.0"
|
|
2226
|
+
"@lwc/errors" "8.23.0"
|
|
2227
|
+
"@lwc/shared" "8.23.0"
|
|
2228
|
+
"@lwc/ssr-compiler" "8.23.0"
|
|
2229
|
+
"@lwc/style-compiler" "8.23.0"
|
|
2230
|
+
"@lwc/template-compiler" "8.23.0"
|
|
2231
2231
|
|
|
2232
2232
|
"@lwc/dev-server-plugin-lex@13.2.7":
|
|
2233
2233
|
version "13.2.7"
|
|
@@ -2236,29 +2236,29 @@
|
|
|
2236
2236
|
dependencies:
|
|
2237
2237
|
magic-string "~0.30.17"
|
|
2238
2238
|
|
|
2239
|
-
"@lwc/engine-core@8.
|
|
2240
|
-
version "8.
|
|
2241
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.
|
|
2242
|
-
integrity sha512-
|
|
2239
|
+
"@lwc/engine-core@8.23.0":
|
|
2240
|
+
version "8.23.0"
|
|
2241
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-core/-/engine-core-8.23.0.tgz#04ac9204140685c5d4f69cc3fe8c8bb6d7ffe4df"
|
|
2242
|
+
integrity sha512-YFobCuGRv0me1FLhJqtSDm/WxTpRyPtdHbfBe/6AKWDFfYYPk83tcMFTTS7ndE3LrYno2aP9ABHdg5BtAl55iA==
|
|
2243
2243
|
dependencies:
|
|
2244
|
-
"@lwc/features" "8.
|
|
2245
|
-
"@lwc/shared" "8.
|
|
2246
|
-
"@lwc/signals" "8.
|
|
2244
|
+
"@lwc/features" "8.23.0"
|
|
2245
|
+
"@lwc/shared" "8.23.0"
|
|
2246
|
+
"@lwc/signals" "8.23.0"
|
|
2247
2247
|
|
|
2248
|
-
"@lwc/engine-dom@8.
|
|
2249
|
-
version "8.
|
|
2250
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.
|
|
2251
|
-
integrity sha512-
|
|
2248
|
+
"@lwc/engine-dom@8.23.0":
|
|
2249
|
+
version "8.23.0"
|
|
2250
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-8.23.0.tgz#dd45d7c33a318dcdf600796478a7e03e759122df"
|
|
2251
|
+
integrity sha512-cbMVwFkYmhFFmCpnSYBePk8wnpdhqESVFDZJqFgeR4Tb0LBVlI18gGqHn9MmjxT3SnurDp1EW/ArH8QFYJgf1g==
|
|
2252
2252
|
|
|
2253
|
-
"@lwc/engine-server@8.
|
|
2254
|
-
version "8.
|
|
2255
|
-
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.
|
|
2256
|
-
integrity sha512-
|
|
2253
|
+
"@lwc/engine-server@8.23.0":
|
|
2254
|
+
version "8.23.0"
|
|
2255
|
+
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.23.0.tgz#6675516060b8886c23e18faf92ab31b69d6c7053"
|
|
2256
|
+
integrity sha512-h4HOYAoHWAPEwITroai8yAy6YSlqMXRLdVZNRNH/ZEXkz5Hom+h16BbnGGeGCNqZgGrm58LnCPYmmzeXIZ1aPQ==
|
|
2257
2257
|
|
|
2258
|
-
"@lwc/errors@8.
|
|
2259
|
-
version "8.
|
|
2260
|
-
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.
|
|
2261
|
-
integrity sha512-
|
|
2258
|
+
"@lwc/errors@8.23.0":
|
|
2259
|
+
version "8.23.0"
|
|
2260
|
+
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.23.0.tgz#7c230010e197062a0eae04a4caa4abe4e7df4af3"
|
|
2261
|
+
integrity sha512-cqziHl/aDg0pgAIm9HhNz2OrR0t08vML7+FNrqgrnaSwLgYCYp2WPNmvMjD5ZRy/bIBESwA/dCWf9Cs7Vo/ZGw==
|
|
2262
2262
|
|
|
2263
2263
|
"@lwc/eslint-plugin-lwc-platform@6.2.0":
|
|
2264
2264
|
version "6.2.0"
|
|
@@ -2275,12 +2275,12 @@
|
|
|
2275
2275
|
globals "~15.14.0"
|
|
2276
2276
|
minimatch "~9.0.4"
|
|
2277
2277
|
|
|
2278
|
-
"@lwc/features@8.
|
|
2279
|
-
version "8.
|
|
2280
|
-
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.
|
|
2281
|
-
integrity sha512-
|
|
2278
|
+
"@lwc/features@8.23.0":
|
|
2279
|
+
version "8.23.0"
|
|
2280
|
+
resolved "https://registry.yarnpkg.com/@lwc/features/-/features-8.23.0.tgz#7e0578c89dc39e62d50b732facca7e9e969539e9"
|
|
2281
|
+
integrity sha512-Y1yVOH6LAJMWJaeUHJwjx7OHjbRxycdSSZKewhQlRTGLrmca1Rtpi31nfrRtcCdOkxfF3oPMFlPlA4ZKDyA6aA==
|
|
2282
2282
|
dependencies:
|
|
2283
|
-
"@lwc/shared" "8.
|
|
2283
|
+
"@lwc/shared" "8.23.0"
|
|
2284
2284
|
|
|
2285
2285
|
"@lwc/lwc-dev-server-types@13.2.7":
|
|
2286
2286
|
version "13.2.7"
|
|
@@ -2314,21 +2314,21 @@
|
|
|
2314
2314
|
postcss-selector-parser "~6.1.2"
|
|
2315
2315
|
postcss-value-parser "~4.2.0"
|
|
2316
2316
|
|
|
2317
|
-
"@lwc/module-resolver@8.
|
|
2318
|
-
version "8.
|
|
2319
|
-
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.
|
|
2320
|
-
integrity sha512-
|
|
2317
|
+
"@lwc/module-resolver@8.23.0":
|
|
2318
|
+
version "8.23.0"
|
|
2319
|
+
resolved "https://registry.yarnpkg.com/@lwc/module-resolver/-/module-resolver-8.23.0.tgz#f98581796558d484516097b7b04121453846f9d1"
|
|
2320
|
+
integrity sha512-ZqZ/402NvVswMK2HMhwH6Fmkzn19xn5Yx7VZr1QmIefKXr8OKqFSlsySujN3CSwNH9XHybyREWe4TXlkT7LHFw==
|
|
2321
2321
|
dependencies:
|
|
2322
2322
|
resolve "~1.22.10"
|
|
2323
2323
|
|
|
2324
|
-
"@lwc/rollup-plugin@8.
|
|
2325
|
-
version "8.
|
|
2326
|
-
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
2327
|
-
integrity sha512-
|
|
2324
|
+
"@lwc/rollup-plugin@8.23.0":
|
|
2325
|
+
version "8.23.0"
|
|
2326
|
+
resolved "https://registry.yarnpkg.com/@lwc/rollup-plugin/-/rollup-plugin-8.23.0.tgz#6821076f721f4b298b2c40d81832ffb55a37c9f6"
|
|
2327
|
+
integrity sha512-bDlnRXWOVN4VE+/h1dj2KXuej9bED2A07CtxHPepCH4iIwpN6w+s/495zDndJgO/VppnZ3ZUiUooUrcDOrOmBA==
|
|
2328
2328
|
dependencies:
|
|
2329
|
-
"@lwc/compiler" "8.
|
|
2330
|
-
"@lwc/module-resolver" "8.
|
|
2331
|
-
"@lwc/shared" "8.
|
|
2329
|
+
"@lwc/compiler" "8.23.0"
|
|
2330
|
+
"@lwc/module-resolver" "8.23.0"
|
|
2331
|
+
"@lwc/shared" "8.23.0"
|
|
2332
2332
|
"@rollup/pluginutils" "~5.3.0"
|
|
2333
2333
|
|
|
2334
2334
|
"@lwc/sfdc-compiler-utils@13.2.7":
|
|
@@ -2373,73 +2373,73 @@
|
|
|
2373
2373
|
postcss-selector-parser "~6.1.2"
|
|
2374
2374
|
terser "~5.36.0"
|
|
2375
2375
|
|
|
2376
|
-
"@lwc/shared@8.
|
|
2377
|
-
version "8.
|
|
2378
|
-
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.
|
|
2379
|
-
integrity sha512-
|
|
2376
|
+
"@lwc/shared@8.23.0":
|
|
2377
|
+
version "8.23.0"
|
|
2378
|
+
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.23.0.tgz#c9304f7fd8db4256094e5cbf1960dd4f027aa599"
|
|
2379
|
+
integrity sha512-g6teckOlRJgPkqFJjjrMWoXwEbP3E0PByVIbrxfvv7gN/d8INL+TOA/Deg5ZgRMwuYUGO0Elr5rGcAK5jj/bhA==
|
|
2380
2380
|
|
|
2381
|
-
"@lwc/signals@8.
|
|
2382
|
-
version "8.
|
|
2383
|
-
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.
|
|
2384
|
-
integrity sha512-
|
|
2381
|
+
"@lwc/signals@8.23.0":
|
|
2382
|
+
version "8.23.0"
|
|
2383
|
+
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.23.0.tgz#c38177c9ccd20803392a99715e4770a9e9001104"
|
|
2384
|
+
integrity sha512-mdW1i0i4RBFracnevRN8YQtkUDI/WuWHsQXGQC2kluQAveM/qmVIkvMCPfehBsMwbXpEnYneUEe58XXnuCsAvA==
|
|
2385
2385
|
|
|
2386
|
-
"@lwc/ssr-compiler@8.
|
|
2387
|
-
version "8.
|
|
2388
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
2389
|
-
integrity sha512-
|
|
2386
|
+
"@lwc/ssr-compiler@8.23.0":
|
|
2387
|
+
version "8.23.0"
|
|
2388
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.23.0.tgz#cd3ff236701824188e7b9675e927092ffb34d1b2"
|
|
2389
|
+
integrity sha512-JucwFx+bjVsnyJnfJIbcX2DpaKO+h3vGEBlDPgI6cdaRfymtkxklxZojzc1HTcN+0XSGSiAmBcDn3MKxsNMrMQ==
|
|
2390
2390
|
dependencies:
|
|
2391
2391
|
"@babel/types" "7.28.4"
|
|
2392
|
-
"@lwc/errors" "8.
|
|
2393
|
-
"@lwc/shared" "8.
|
|
2394
|
-
"@lwc/template-compiler" "8.
|
|
2392
|
+
"@lwc/errors" "8.23.0"
|
|
2393
|
+
"@lwc/shared" "8.23.0"
|
|
2394
|
+
"@lwc/template-compiler" "8.23.0"
|
|
2395
2395
|
acorn "8.15.0"
|
|
2396
2396
|
astring "^1.9.0"
|
|
2397
2397
|
estree-toolkit "^1.7.13"
|
|
2398
2398
|
immer "^10.1.3"
|
|
2399
2399
|
meriyah "^5.0.0"
|
|
2400
2400
|
|
|
2401
|
-
"@lwc/ssr-runtime@8.
|
|
2402
|
-
version "8.
|
|
2403
|
-
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
2404
|
-
integrity sha512-
|
|
2401
|
+
"@lwc/ssr-runtime@8.23.0":
|
|
2402
|
+
version "8.23.0"
|
|
2403
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.23.0.tgz#29da9702f09992a3cf721fa88057c53dcdd7680a"
|
|
2404
|
+
integrity sha512-J4JSyEGX+DiBUoMIRBUTcrsc0GGI+LuczO4uSLoMIjFQJXjh5dmI058pVBYq5cCXJHTv2vbtUILzQtX3xcFb0A==
|
|
2405
2405
|
|
|
2406
|
-
"@lwc/style-compiler@8.
|
|
2407
|
-
version "8.
|
|
2408
|
-
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.
|
|
2409
|
-
integrity sha512-
|
|
2406
|
+
"@lwc/style-compiler@8.23.0":
|
|
2407
|
+
version "8.23.0"
|
|
2408
|
+
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.23.0.tgz#508faaea6cd4b5df990cc2c0d91b5bbbe3fa905e"
|
|
2409
|
+
integrity sha512-hIsmMgKyFQ3VSozQtHuU1BcAbbWyk/8BFygB2WdadM/cBrHfNCy+PGLofv8xkyvhDPrfbWBtwFrP9VIRXDdLNA==
|
|
2410
2410
|
dependencies:
|
|
2411
|
-
"@lwc/shared" "8.
|
|
2411
|
+
"@lwc/shared" "8.23.0"
|
|
2412
2412
|
postcss "~8.5.6"
|
|
2413
2413
|
postcss-selector-parser "~7.1.0"
|
|
2414
2414
|
postcss-value-parser "~4.2.0"
|
|
2415
2415
|
|
|
2416
|
-
"@lwc/synthetic-shadow@8.
|
|
2417
|
-
version "8.
|
|
2418
|
-
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
2419
|
-
integrity sha512-
|
|
2416
|
+
"@lwc/synthetic-shadow@8.23.0":
|
|
2417
|
+
version "8.23.0"
|
|
2418
|
+
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.23.0.tgz#b209293ac9e1b03f778b71c802c5f2095e814067"
|
|
2419
|
+
integrity sha512-wmFB6nMKlsH47+YW+Wr3HdhPdUbHor6yPzbsai85St8+xSlrCzQWuXPWuqv6raFyHg6YnWAiF2Hf5e2h9sdCig==
|
|
2420
2420
|
|
|
2421
|
-
"@lwc/template-compiler@8.
|
|
2422
|
-
version "8.
|
|
2423
|
-
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.
|
|
2424
|
-
integrity sha512-
|
|
2421
|
+
"@lwc/template-compiler@8.23.0":
|
|
2422
|
+
version "8.23.0"
|
|
2423
|
+
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.23.0.tgz#323ee9d6476b94421b3041ae359b32ec5bfc0d91"
|
|
2424
|
+
integrity sha512-E24VtNe4Ej307ui8BuQncBzcd6MdzOjXjrhIOQDnGLzNnGL7I3cuGA2wVwTuV8WNrPg7JkgpJghUduEkN3kubw==
|
|
2425
2425
|
dependencies:
|
|
2426
|
-
"@lwc/errors" "8.
|
|
2427
|
-
"@lwc/shared" "8.
|
|
2426
|
+
"@lwc/errors" "8.23.0"
|
|
2427
|
+
"@lwc/shared" "8.23.0"
|
|
2428
2428
|
acorn "~8.15.0"
|
|
2429
2429
|
astring "~1.9.0"
|
|
2430
2430
|
he "~1.2.0"
|
|
2431
2431
|
|
|
2432
|
-
"@lwc/types@8.
|
|
2433
|
-
version "8.
|
|
2434
|
-
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.
|
|
2435
|
-
integrity sha512-
|
|
2432
|
+
"@lwc/types@8.23.0":
|
|
2433
|
+
version "8.23.0"
|
|
2434
|
+
resolved "https://registry.yarnpkg.com/@lwc/types/-/types-8.23.0.tgz#f7a3dca0e4c3a6649dbaf9e41eac9f3b99a6ae86"
|
|
2435
|
+
integrity sha512-MqRqq/eQu36/lI3MnPn4EAIW5JgYXIorlzpnQYLA6kBnViSCYcaDeJJil/FDIzKSF8HgHf7CuXVJ5MUkcXbqJw==
|
|
2436
2436
|
dependencies:
|
|
2437
|
-
"@lwc/engine-core" "8.
|
|
2437
|
+
"@lwc/engine-core" "8.23.0"
|
|
2438
2438
|
|
|
2439
|
-
"@lwc/wire-service@8.
|
|
2440
|
-
version "8.
|
|
2441
|
-
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.
|
|
2442
|
-
integrity sha512-
|
|
2439
|
+
"@lwc/wire-service@8.23.0":
|
|
2440
|
+
version "8.23.0"
|
|
2441
|
+
resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-8.23.0.tgz#c44f5197d921b5fbfa213cb954cccd11b78b9978"
|
|
2442
|
+
integrity sha512-vAwzn6gSrC/C0FMIXUWl/Ieyg7xaY4SMoMuBiL36ChvtXfSJjHPhmeVjhMGkkGCXyDHS/3f5/9LhplaIi60EfQ==
|
|
2443
2443
|
|
|
2444
2444
|
"@lwrjs/api@0.18.3":
|
|
2445
2445
|
version "0.18.3"
|
|
@@ -3477,10 +3477,10 @@
|
|
|
3477
3477
|
dependencies:
|
|
3478
3478
|
"@salesforce/ts-types" "^2.0.12"
|
|
3479
3479
|
|
|
3480
|
-
"@salesforce/lwc-dev-mobile-core@4.0.0-alpha.
|
|
3481
|
-
version "4.0.0-alpha.
|
|
3482
|
-
resolved "https://registry.yarnpkg.com/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.
|
|
3483
|
-
integrity sha512-
|
|
3480
|
+
"@salesforce/lwc-dev-mobile-core@4.0.0-alpha.13":
|
|
3481
|
+
version "4.0.0-alpha.13"
|
|
3482
|
+
resolved "https://registry.yarnpkg.com/@salesforce/lwc-dev-mobile-core/-/lwc-dev-mobile-core-4.0.0-alpha.13.tgz#cab1ffc74646c7fa33add0f7d2b9600b4847df10"
|
|
3483
|
+
integrity sha512-L76zOvWZE/D/rOKan8IXhNtL9dth+7sqBKwoBZ7dfxOESZ/33yI6bvJASHn04NcRCK1sawKVJ4YltDuVBn0T+A==
|
|
3484
3484
|
dependencies:
|
|
3485
3485
|
"@oclif/core" "^4.4.0"
|
|
3486
3486
|
"@salesforce/core" "^8.15.0"
|
|
@@ -8777,29 +8777,29 @@ lunr@^2.3.9:
|
|
|
8777
8777
|
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
|
|
8778
8778
|
integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==
|
|
8779
8779
|
|
|
8780
|
-
lwc@~8.
|
|
8781
|
-
version "8.
|
|
8782
|
-
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.
|
|
8783
|
-
integrity sha512-
|
|
8784
|
-
dependencies:
|
|
8785
|
-
"@lwc/aria-reflection" "8.
|
|
8786
|
-
"@lwc/babel-plugin-component" "8.
|
|
8787
|
-
"@lwc/compiler" "8.
|
|
8788
|
-
"@lwc/engine-core" "8.
|
|
8789
|
-
"@lwc/engine-dom" "8.
|
|
8790
|
-
"@lwc/engine-server" "8.
|
|
8791
|
-
"@lwc/errors" "8.
|
|
8792
|
-
"@lwc/features" "8.
|
|
8793
|
-
"@lwc/module-resolver" "8.
|
|
8794
|
-
"@lwc/rollup-plugin" "8.
|
|
8795
|
-
"@lwc/shared" "8.
|
|
8796
|
-
"@lwc/ssr-compiler" "8.
|
|
8797
|
-
"@lwc/ssr-runtime" "8.
|
|
8798
|
-
"@lwc/style-compiler" "8.
|
|
8799
|
-
"@lwc/synthetic-shadow" "8.
|
|
8800
|
-
"@lwc/template-compiler" "8.
|
|
8801
|
-
"@lwc/types" "8.
|
|
8802
|
-
"@lwc/wire-service" "8.
|
|
8780
|
+
lwc@~8.23.0:
|
|
8781
|
+
version "8.23.0"
|
|
8782
|
+
resolved "https://registry.yarnpkg.com/lwc/-/lwc-8.23.0.tgz#1123a559700aa8bb437f54258efa1ed2be8e94f1"
|
|
8783
|
+
integrity sha512-XeNx83aT0NZJ8ORfR4bHWIgL5m+XoDJvIX0Og+8ZAr9YYMmZJuBd83tmdhrneYXaJTaGbX54TVbvRY90k+/noA==
|
|
8784
|
+
dependencies:
|
|
8785
|
+
"@lwc/aria-reflection" "8.23.0"
|
|
8786
|
+
"@lwc/babel-plugin-component" "8.23.0"
|
|
8787
|
+
"@lwc/compiler" "8.23.0"
|
|
8788
|
+
"@lwc/engine-core" "8.23.0"
|
|
8789
|
+
"@lwc/engine-dom" "8.23.0"
|
|
8790
|
+
"@lwc/engine-server" "8.23.0"
|
|
8791
|
+
"@lwc/errors" "8.23.0"
|
|
8792
|
+
"@lwc/features" "8.23.0"
|
|
8793
|
+
"@lwc/module-resolver" "8.23.0"
|
|
8794
|
+
"@lwc/rollup-plugin" "8.23.0"
|
|
8795
|
+
"@lwc/shared" "8.23.0"
|
|
8796
|
+
"@lwc/ssr-compiler" "8.23.0"
|
|
8797
|
+
"@lwc/ssr-runtime" "8.23.0"
|
|
8798
|
+
"@lwc/style-compiler" "8.23.0"
|
|
8799
|
+
"@lwc/synthetic-shadow" "8.23.0"
|
|
8800
|
+
"@lwc/template-compiler" "8.23.0"
|
|
8801
|
+
"@lwc/types" "8.23.0"
|
|
8802
|
+
"@lwc/wire-service" "8.23.0"
|
|
8803
8803
|
|
|
8804
8804
|
magic-string@^0.25.3:
|
|
8805
8805
|
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.0.
|
|
4
|
+
"version": "5.0.21",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"@oclif/core": "^4.5.6",
|
|
14
14
|
"@salesforce/core": "^8.23.2",
|
|
15
15
|
"@salesforce/kit": "^3.2.4",
|
|
16
|
-
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.
|
|
16
|
+
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
18
18
|
"axios": "^1.12.2",
|
|
19
19
|
"glob": "^10.4.5",
|
|
20
|
-
"lwc": "~8.
|
|
20
|
+
"lwc": "~8.23.0",
|
|
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.0.
|
|
273
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.
|
|
272
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.21.crt",
|
|
273
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.21.sig"
|
|
274
274
|
}
|
|
275
275
|
}
|