sfdx-browserforce-plugin 2.9.3 → 2.9.5
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/oclif.manifest.json +1 -1
- package/package.json +2 -2
- package/yarn.lock +14 -14
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.9.
|
|
1
|
+
{"version":"2.9.5","commands":{"browserforce:apply":{"id":"browserforce:apply","description":"apply a plan from a definition file","strict":true,"usage":"<%= command.id %> [-f <string>] [-p <string>] [-s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-browserforce-plugin","pluginAlias":"sfdx-browserforce-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx browserforce:apply -f ./config/setup-admin-login-as-any.json --targetusername myOrg@example.com\n logging in... done\n Applying definition file ./config/setup-admin-login-as-any.json to org myOrg@example.com\n [Security] retrieving state... done\n [Security] changing 'loginAccessPolicies' to '{\"administratorsCanLogInAsAnyUser\":true}'... done\n logging out... done\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"path to a browserforce definition file\nThe schema is similar to the scratch org definition file.\nSee https://github.com/amtrack/sfdx-browserforce-plugin#supported-org-preferences for supported values.","multiple":false},"planfile":{"name":"planfile","type":"option","char":"p","description":"path to a browserforce plan file","multiple":false},"statefile":{"name":"statefile","type":"option","char":"s","description":"path to a browserforce state file","multiple":false}},"args":[]},"browserforce:plan":{"id":"browserforce:plan","description":"retrieve state and generate plan file","strict":true,"usage":"<%= command.id %> [-f <string>] [-p <string>] [-s <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"sfdx-browserforce-plugin","pluginAlias":"sfdx-browserforce-plugin","pluginType":"core","aliases":[],"examples":["$ sfdx browserforce:plan -f ./config/setup-admin-login-as-any.json --targetusername myOrg@example.com\n logging in... done\n Generating plan with definition file ./config/setup-admin-login-as-any.json from org myOrg@example.com\n [Security] retrieving state... done\n [Security] generating plan... done\n logging out... done\n "],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","multiple":false,"options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org","multiple":false},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command","multiple":false},"definitionfile":{"name":"definitionfile","type":"option","char":"f","description":"path to a browserforce definition file\nThe schema is similar to the scratch org definition file.\nSee https://github.com/amtrack/sfdx-browserforce-plugin#supported-org-preferences for supported values.","multiple":false},"planfile":{"name":"planfile","type":"option","char":"p","description":"path to a browserforce plan file","multiple":false},"statefile":{"name":"statefile","type":"option","char":"s","description":"path to a browserforce state file","multiple":false}},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-browserforce-plugin",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.5",
|
|
4
4
|
"description": "sfdx plugin for browser automation",
|
|
5
5
|
"author": "Matthias Rolke <mr.amtrack@gmail.com>",
|
|
6
6
|
"bin": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/command": "5.2.11",
|
|
12
12
|
"json-merge-patch": "1.0.2",
|
|
13
13
|
"p-retry": "4.6.2",
|
|
14
|
-
"puppeteer": "18.0
|
|
14
|
+
"puppeteer": "18.1.0",
|
|
15
15
|
"tslib": "2.4.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
package/yarn.lock
CHANGED
|
@@ -2996,10 +2996,10 @@ detect-indent@^6.0.0:
|
|
|
2996
2996
|
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
|
|
2997
2997
|
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
|
|
2998
2998
|
|
|
2999
|
-
devtools-protocol@0.0.
|
|
3000
|
-
version "0.0.
|
|
3001
|
-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.
|
|
3002
|
-
integrity sha512-
|
|
2999
|
+
devtools-protocol@0.0.1045489:
|
|
3000
|
+
version "0.0.1045489"
|
|
3001
|
+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz#f959ad560b05acd72d55644bc3fb8168a83abf28"
|
|
3002
|
+
integrity sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ==
|
|
3003
3003
|
|
|
3004
3004
|
dezalgo@^1.0.0:
|
|
3005
3005
|
version "1.0.4"
|
|
@@ -6699,14 +6699,14 @@ punycode@^2.1.0, punycode@^2.1.1:
|
|
|
6699
6699
|
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
|
|
6700
6700
|
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
|
6701
6701
|
|
|
6702
|
-
puppeteer@18.0
|
|
6703
|
-
version "18.0
|
|
6704
|
-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-18.0.
|
|
6705
|
-
integrity sha512-
|
|
6702
|
+
puppeteer@18.1.0:
|
|
6703
|
+
version "18.1.0"
|
|
6704
|
+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-18.1.0.tgz#7fa53b29f87dfb3192d415f38a46e35b107ec907"
|
|
6705
|
+
integrity sha512-2RCVWIF+pZOSfksWlQU0Hh6CeUT5NYt66CDDgRyuReu6EvBAk1y+/Q7DuzYNvGChSecGMb7QPN0hkxAa3guAog==
|
|
6706
6706
|
dependencies:
|
|
6707
6707
|
cross-fetch "3.1.5"
|
|
6708
6708
|
debug "4.3.4"
|
|
6709
|
-
devtools-protocol "0.0.
|
|
6709
|
+
devtools-protocol "0.0.1045489"
|
|
6710
6710
|
extract-zip "2.0.1"
|
|
6711
6711
|
https-proxy-agent "5.0.1"
|
|
6712
6712
|
progress "2.0.3"
|
|
@@ -6714,7 +6714,7 @@ puppeteer@18.0.5:
|
|
|
6714
6714
|
rimraf "3.0.2"
|
|
6715
6715
|
tar-fs "2.1.1"
|
|
6716
6716
|
unbzip2-stream "1.4.3"
|
|
6717
|
-
ws "8.
|
|
6717
|
+
ws "8.9.0"
|
|
6718
6718
|
|
|
6719
6719
|
qqjs@^0.3.11:
|
|
6720
6720
|
version "0.3.11"
|
|
@@ -8315,10 +8315,10 @@ write-json-file@^4.1.1:
|
|
|
8315
8315
|
sort-keys "^4.0.0"
|
|
8316
8316
|
write-file-atomic "^3.0.0"
|
|
8317
8317
|
|
|
8318
|
-
ws@8.
|
|
8319
|
-
version "8.
|
|
8320
|
-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.
|
|
8321
|
-
integrity sha512-
|
|
8318
|
+
ws@8.9.0:
|
|
8319
|
+
version "8.9.0"
|
|
8320
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e"
|
|
8321
|
+
integrity sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==
|
|
8322
8322
|
|
|
8323
8323
|
xml2js@0.4.19:
|
|
8324
8324
|
version "0.4.19"
|