@salesforce/plugin-apex 3.0.2 → 3.0.4

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 CHANGED
@@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
145
145
  directory.
146
146
  ```
147
147
 
148
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/get/log.ts)_
148
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.4/src/commands/apex/get/log.ts)_
149
149
 
150
150
  ## `sf apex get test`
151
151
 
@@ -197,7 +197,7 @@ EXAMPLES
197
197
  me@myorg',
198
198
  ```
199
199
 
200
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/get/test.ts)_
200
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.4/src/commands/apex/get/test.ts)_
201
201
 
202
202
  ## `sf apex list log`
203
203
 
@@ -235,7 +235,7 @@ EXAMPLES
235
235
  $ sf apex list log --target-org me@my.org
236
236
  ```
237
237
 
238
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/list/log.ts)_
238
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.4/src/commands/apex/list/log.ts)_
239
239
 
240
240
  ## `sf apex run`
241
241
 
@@ -280,7 +280,7 @@ EXAMPLES
280
280
  $ sf apex run
281
281
  ```
282
282
 
283
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/run.ts)_
283
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.4/src/commands/apex/run.ts)_
284
284
 
285
285
  ## `sf apex run test`
286
286
 
@@ -386,7 +386,7 @@ FLAG DESCRIPTIONS
386
386
  --tests Test1 --tests Test2
387
387
  ```
388
388
 
389
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/run/test.ts)_
389
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.4/src/commands/apex/run/test.ts)_
390
390
 
391
391
  ## `sf apex tail log`
392
392
 
@@ -428,6 +428,6 @@ EXAMPLES
428
428
  $ sf apex tail log --color --skip-trace-flag
429
429
  ```
430
430
 
431
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.2/src/commands/apex/tail/log.ts)_
431
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.4/src/commands/apex/tail/log.ts)_
432
432
 
433
433
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -768,7 +768,7 @@
768
768
  wordwrap "^1.0.0"
769
769
  wrap-ansi "^7.0.0"
770
770
 
771
- "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
771
+ "@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1":
772
772
  version "3.10.8"
773
773
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
774
774
  integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
@@ -800,12 +800,12 @@
800
800
  wordwrap "^1.0.0"
801
801
  wrap-ansi "^7.0.0"
802
802
 
803
- "@oclif/plugin-command-snapshot@^5.0.1":
804
- version "5.0.1"
805
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.1.tgz#6c21b2ef8007cda21f0caacd3462d5eedd622f32"
806
- integrity sha512-pUwr5jJ1Jq2yojjRYmzjZouVw4UIfu8IZAXaaWXUl21dEg+8UY1gdIlnQgGdSJo9tkEVz3sUCo6uLVCK6tClAA==
803
+ "@oclif/plugin-command-snapshot@^5.0.2":
804
+ version "5.0.2"
805
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.2.tgz#41e88d245e1ffb1822b4cb127df39f61672cf2b1"
806
+ integrity sha512-4Aun0P/K9uVC5JLmG968OJhDT5HMiOs4mmw7A2cWmf1Paw8zp4xZ40PvYOOKN86gaKukKFDTQ1sDuLBzqNhZow==
807
807
  dependencies:
808
- "@oclif/core" "^3.5.0"
808
+ "@oclif/core" "^3.10.8"
809
809
  "@types/lodash.difference" "^4.5.8"
810
810
  chalk "^5.3.0"
811
811
  just-diff "^5.2.0"
@@ -976,10 +976,10 @@
976
976
  strip-ansi "6.0.1"
977
977
  ts-retry-promise "^0.7.1"
978
978
 
979
- "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.18", "@salesforce/core@^5.3.19":
980
- version "5.3.19"
981
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.19.tgz#ba5226b0f22bd6db9dacff70f2c654666d84cfd8"
982
- integrity sha512-jsgPnlJzLVJOMJfO73kJr3jr/ME1m8Wwtx3aUJq6sefb/sNZ2GvvOn78AzFht1nVhiwBNIyIIS+9PC3LjsQ39w==
979
+ "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.18", "@salesforce/core@^5.3.20":
980
+ version "5.3.20"
981
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
982
+ integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
983
983
  dependencies:
984
984
  "@salesforce/kit" "^3.0.15"
985
985
  "@salesforce/schemas" "^1.6.1"
@@ -1080,10 +1080,10 @@
1080
1080
  chalk "^4"
1081
1081
  inquirer "^8.2.5"
1082
1082
 
1083
- "@salesforce/sf-plugins-core@^4.1.0":
1084
- version "4.1.0"
1085
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.0.tgz#2aedcb38fe6d3d3f644edc793db08a4174ecf76c"
1086
- integrity sha512-fi9O+3XvD7KJcqkEWlCgWT3mKBD9lpyf3IWDnXmflwAtXJnT3c5k5VJJH2HqZB8Y/5dSHenzPJpXcsqP5PFpYw==
1083
+ "@salesforce/sf-plugins-core@^4.1.1":
1084
+ version "4.1.1"
1085
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz#685843bf9fbb1c2e448b922a1399dde1808ed549"
1086
+ integrity sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==
1087
1087
  dependencies:
1088
1088
  "@oclif/core" "^3.0.0"
1089
1089
  "@salesforce/core" "^5.3.1"
@@ -916,5 +916,5 @@
916
916
  ]
917
917
  }
918
918
  },
919
- "version": "3.0.2"
919
+ "version": "3.0.4"
920
920
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.0.2",
4
+ "version": "3.0.4",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.10.8",
9
9
  "@salesforce/apex-node": "^2.1.2",
10
- "@salesforce/core": "^5.3.19",
11
- "@salesforce/sf-plugins-core": "^4.1.0",
10
+ "@salesforce/core": "^5.3.20",
11
+ "@salesforce/sf-plugins-core": "^4.1.1",
12
12
  "chalk": "^5.3.0",
13
13
  "color-convert": "^2.0.1",
14
14
  "color-name": "^2.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.0.1",
17
+ "@oclif/plugin-command-snapshot": "^5.0.2",
18
18
  "@salesforce/cli-plugins-testkit": "^5.0.2",
19
19
  "@salesforce/dev-scripts": "^6.0.3",
20
20
  "@salesforce/plugin-command-reference": "^3.0.46",
@@ -212,7 +212,7 @@
212
212
  "exports": "./lib/index.js",
213
213
  "type": "module",
214
214
  "sfdx": {
215
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.2.crt",
216
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.2.sig"
215
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.4.crt",
216
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.4.sig"
217
217
  }
218
218
  }