@salesforce/plugin-schema 3.3.0 → 3.3.1

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
@@ -118,7 +118,7 @@ EXAMPLES
118
118
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
119
119
  ```
120
120
 
121
- _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.0/src/commands/sobject/describe.ts)_
121
+ _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.1/src/commands/sobject/describe.ts)_
122
122
 
123
123
  ## `sf sobject list`
124
124
 
@@ -157,6 +157,6 @@ EXAMPLES
157
157
  $ sf sobject list --sobject custom --target-org my-scratch-org
158
158
  ```
159
159
 
160
- _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.0/src/commands/sobject/list.ts)_
160
+ _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.1/src/commands/sobject/list.ts)_
161
161
 
162
162
  <!-- commandsstop -->
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-schema",
9
- "version": "3.3.0",
9
+ "version": "3.3.1",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.26.2",
12
+ "@oclif/core": "^3.26.3",
13
13
  "@salesforce/core": "^7.0.1",
14
14
  "@salesforce/sf-plugins-core": "^9.0.0"
15
15
  },
@@ -2724,9 +2724,9 @@
2724
2724
  }
2725
2725
  },
2726
2726
  "node_modules/@oclif/core": {
2727
- "version": "3.26.2",
2728
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
2729
- "integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
2727
+ "version": "3.26.3",
2728
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
2729
+ "integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
2730
2730
  "license": "MIT",
2731
2731
  "dependencies": {
2732
2732
  "@types/cli-progress": "^3.11.5",
@@ -2738,7 +2738,7 @@
2738
2738
  "cli-progress": "^3.12.0",
2739
2739
  "color": "^4.2.3",
2740
2740
  "debug": "^4.3.4",
2741
- "ejs": "^3.1.9",
2741
+ "ejs": "^3.1.10",
2742
2742
  "get-package-type": "^0.1.0",
2743
2743
  "globby": "^11.1.0",
2744
2744
  "hyperlinker": "^1.0.0",
@@ -6452,9 +6452,9 @@
6452
6452
  }
6453
6453
  },
6454
6454
  "node_modules/ejs": {
6455
- "version": "3.1.9",
6456
- "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz",
6457
- "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==",
6455
+ "version": "3.1.10",
6456
+ "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz",
6457
+ "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==",
6458
6458
  "license": "Apache-2.0",
6459
6459
  "dependencies": {
6460
6460
  "jake": "^10.8.5"
package/oclif.lock CHANGED
@@ -1327,10 +1327,10 @@
1327
1327
  wordwrap "^1.0.0"
1328
1328
  wrap-ansi "^7.0.0"
1329
1329
 
1330
- "@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1331
- version "3.26.2"
1332
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1333
- integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1330
+ "@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.3":
1331
+ version "3.26.3"
1332
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1333
+ integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
1334
1334
  dependencies:
1335
1335
  "@types/cli-progress" "^3.11.5"
1336
1336
  ansi-escapes "^4.3.2"
@@ -1341,7 +1341,7 @@
1341
1341
  cli-progress "^3.12.0"
1342
1342
  color "^4.2.3"
1343
1343
  debug "^4.3.4"
1344
- ejs "^3.1.9"
1344
+ ejs "^3.1.10"
1345
1345
  get-package-type "^0.1.0"
1346
1346
  globby "^11.1.0"
1347
1347
  hyperlinker "^1.0.0"
@@ -3433,10 +3433,10 @@ ecdsa-sig-formatter@1.0.11:
3433
3433
  dependencies:
3434
3434
  safe-buffer "^5.0.1"
3435
3435
 
3436
- ejs@^3.1.9:
3437
- version "3.1.9"
3438
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3439
- integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
3436
+ ejs@^3.1.10, ejs@^3.1.9:
3437
+ version "3.1.10"
3438
+ resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3439
+ integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
3440
3440
  dependencies:
3441
3441
  jake "^10.8.5"
3442
3442
 
@@ -6816,16 +6816,7 @@ srcset@^5.0.0:
6816
6816
  resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
6817
6817
  integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
6818
6818
 
6819
- "string-width-cjs@npm:string-width@^4.2.0":
6820
- version "4.2.3"
6821
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6822
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6823
- dependencies:
6824
- emoji-regex "^8.0.0"
6825
- is-fullwidth-code-point "^3.0.0"
6826
- strip-ansi "^6.0.1"
6827
-
6828
- string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6819
+ "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6829
6820
  version "4.2.3"
6830
6821
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6831
6822
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6884,14 +6875,7 @@ string_decoder@~1.1.1:
6884
6875
  dependencies:
6885
6876
  safe-buffer "~5.1.0"
6886
6877
 
6887
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6888
- version "6.0.1"
6889
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6890
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6891
- dependencies:
6892
- ansi-regex "^5.0.1"
6893
-
6894
- strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6878
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6895
6879
  version "6.0.1"
6896
6880
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6897
6881
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7453,7 +7437,7 @@ workerpool@6.2.1:
7453
7437
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
7454
7438
  integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
7455
7439
 
7456
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7440
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7457
7441
  version "7.0.0"
7458
7442
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7459
7443
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7471,15 +7455,6 @@ wrap-ansi@^6.2.0:
7471
7455
  string-width "^4.1.0"
7472
7456
  strip-ansi "^6.0.0"
7473
7457
 
7474
- wrap-ansi@^7.0.0:
7475
- version "7.0.0"
7476
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7477
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7478
- dependencies:
7479
- ansi-styles "^4.0.0"
7480
- string-width "^4.1.0"
7481
- strip-ansi "^6.0.0"
7482
-
7483
7458
  wrap-ansi@^8.1.0:
7484
7459
  version "8.1.0"
7485
7460
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -259,5 +259,5 @@
259
259
  ]
260
260
  }
261
261
  },
262
- "version": "3.3.0"
262
+ "version": "3.3.1"
263
263
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
3
  "description": "Commands to interact with salesforce sobject schemas",
4
- "version": "3.3.0",
4
+ "version": "3.3.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.26.2",
8
+ "@oclif/core": "^3.26.3",
9
9
  "@salesforce/core": "^7.0.1",
10
10
  "@salesforce/sf-plugins-core": "^9.0.0"
11
11
  },
@@ -207,7 +207,7 @@
207
207
  "exports": "./lib/index.js",
208
208
  "type": "module",
209
209
  "sfdx": {
210
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.0.crt",
211
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.0.sig"
210
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.1.crt",
211
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.1.sig"
212
212
  }
213
213
  }