@salesforce/plugin-schema 3.3.1 → 3.3.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 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.1/src/commands/sobject/describe.ts)_
121
+ _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.2/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.1/src/commands/sobject/list.ts)_
160
+ _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.3.2/src/commands/sobject/list.ts)_
161
161
 
162
162
  <!-- commandsstop -->
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-schema",
9
- "version": "3.3.1",
9
+ "version": "3.3.2",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.3",
13
13
  "@salesforce/core": "^7.0.1",
14
- "@salesforce/sf-plugins-core": "^9.0.0"
14
+ "@salesforce/sf-plugins-core": "^9.0.1"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@oclif/plugin-command-snapshot": "^5.1.4",
@@ -3434,9 +3434,9 @@
3434
3434
  "license": "ISC"
3435
3435
  },
3436
3436
  "node_modules/@salesforce/sf-plugins-core": {
3437
- "version": "9.0.0",
3438
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz",
3439
- "integrity": "sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==",
3437
+ "version": "9.0.1",
3438
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
3439
+ "integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
3440
3440
  "license": "BSD-3-Clause",
3441
3441
  "dependencies": {
3442
3442
  "@inquirer/confirm": "^2.0.17",
package/oclif.lock CHANGED
@@ -1553,10 +1553,10 @@
1553
1553
  chalk "^4"
1554
1554
  inquirer "^8.2.5"
1555
1555
 
1556
- "@salesforce/sf-plugins-core@^9.0.0":
1557
- version "9.0.0"
1558
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.0.tgz#8ac6e45fa985ef35ad7f47a09d96f2b2f6d70710"
1559
- integrity sha512-Eo1mfq68uVIEFgAE7oSlsfJT3YyShQAHRCiLqKivEcxu/3xOHPU212u2nT9igA81Me/6NZmBSvm6vLdN+L/9og==
1556
+ "@salesforce/sf-plugins-core@^9.0.1":
1557
+ version "9.0.1"
1558
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz#e5617661de7c235b734f0faac679ac489053e4fb"
1559
+ integrity sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==
1560
1560
  dependencies:
1561
1561
  "@inquirer/confirm" "^2.0.17"
1562
1562
  "@inquirer/password" "^1.1.16"
@@ -259,5 +259,5 @@
259
259
  ]
260
260
  }
261
261
  },
262
- "version": "3.3.1"
262
+ "version": "3.3.2"
263
263
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
3
  "description": "Commands to interact with salesforce sobject schemas",
4
- "version": "3.3.1",
4
+ "version": "3.3.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.26.3",
9
9
  "@salesforce/core": "^7.0.1",
10
- "@salesforce/sf-plugins-core": "^9.0.0"
10
+ "@salesforce/sf-plugins-core": "^9.0.1"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@oclif/plugin-command-snapshot": "^5.1.4",
@@ -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.1.crt",
211
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.1.sig"
210
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.2.crt",
211
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.3.2.sig"
212
212
  }
213
213
  }