@salesforce/plugin-schema 3.1.8 → 3.1.9

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
@@ -117,7 +117,7 @@ EXAMPLES
117
117
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
118
118
  ```
119
119
 
120
- _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.8/src/commands/sobject/describe.ts)_
120
+ _See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.9/src/commands/sobject/describe.ts)_
121
121
 
122
122
  ## `sf sobject list`
123
123
 
@@ -155,6 +155,6 @@ EXAMPLES
155
155
  $ sf sobject list --sobject custom --target-org my-scratch-org
156
156
  ```
157
157
 
158
- _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.8/src/commands/sobject/list.ts)_
158
+ _See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.9/src/commands/sobject/list.ts)_
159
159
 
160
160
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-schema",
9
- "version": "3.1.8",
9
+ "version": "3.1.9",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.25.2",
13
- "@salesforce/core": "^6.5.5",
13
+ "@salesforce/core": "^6.7.1",
14
14
  "@salesforce/sf-plugins-core": "^5.0.10"
15
15
  },
16
16
  "devDependencies": {
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-command-reference": "^3.0.69",
22
22
  "@salesforce/ts-types": "^2.0.9",
23
23
  "eslint-plugin-sf-plugin": "^1.17.4",
24
- "oclif": "^4.5.2",
24
+ "oclif": "^4.5.5",
25
25
  "ts-node": "^10.9.2",
26
26
  "typescript": "^5.4.2"
27
27
  },
@@ -3946,26 +3946,26 @@
3946
3946
  }
3947
3947
  },
3948
3948
  "node_modules/@oclif/plugin-help": {
3949
- "version": "6.0.17",
3950
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
3951
- "integrity": "sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==",
3949
+ "version": "6.0.18",
3950
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
3951
+ "integrity": "sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==",
3952
3952
  "dev": true,
3953
3953
  "license": "MIT",
3954
3954
  "dependencies": {
3955
- "@oclif/core": "^3.21.0"
3955
+ "@oclif/core": "^3.23.0"
3956
3956
  },
3957
3957
  "engines": {
3958
3958
  "node": ">=18.0.0"
3959
3959
  }
3960
3960
  },
3961
3961
  "node_modules/@oclif/plugin-not-found": {
3962
- "version": "3.0.10",
3963
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz",
3964
- "integrity": "sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw==",
3962
+ "version": "3.0.14",
3963
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz",
3964
+ "integrity": "sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==",
3965
3965
  "dev": true,
3966
3966
  "license": "MIT",
3967
3967
  "dependencies": {
3968
- "@oclif/core": "^3.18.2",
3968
+ "@oclif/core": "^3.21.0",
3969
3969
  "chalk": "^5.3.0",
3970
3970
  "fast-levenshtein": "^3.0.0"
3971
3971
  },
@@ -4203,9 +4203,9 @@
4203
4203
  }
4204
4204
  },
4205
4205
  "node_modules/@salesforce/core": {
4206
- "version": "6.7.0",
4207
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
4208
- "integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
4206
+ "version": "6.7.1",
4207
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
4208
+ "integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
4209
4209
  "license": "BSD-3-Clause",
4210
4210
  "dependencies": {
4211
4211
  "@salesforce/kit": "^3.0.15",
@@ -12969,17 +12969,17 @@
12969
12969
  }
12970
12970
  },
12971
12971
  "node_modules/oclif": {
12972
- "version": "4.5.2",
12973
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.2.tgz",
12974
- "integrity": "sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==",
12972
+ "version": "4.5.5",
12973
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.5.tgz",
12974
+ "integrity": "sha512-SCE73AioYF3a4I4hIc0VhE5KQb80ijXhdwxIoD0HAU49lipJ2YWOxTLfHudDUdPyZHOGNqwU4/wmEkMPhWjf1Q==",
12975
12975
  "dev": true,
12976
12976
  "license": "MIT",
12977
12977
  "dependencies": {
12978
12978
  "@aws-sdk/client-cloudfront": "^3.525.0",
12979
12979
  "@aws-sdk/client-s3": "^3.515.0",
12980
12980
  "@oclif/core": "^3.21.0",
12981
- "@oclif/plugin-help": "^6.0.14",
12982
- "@oclif/plugin-not-found": "^3.0.10",
12981
+ "@oclif/plugin-help": "^6.0.18",
12982
+ "@oclif/plugin-not-found": "^3.0.14",
12983
12983
  "@oclif/plugin-warn-if-update-available": "^3.0.12",
12984
12984
  "async-retry": "^1.3.3",
12985
12985
  "change-case": "^4",
package/oclif.lock CHANGED
@@ -1724,7 +1724,7 @@
1724
1724
  wordwrap "^1.0.0"
1725
1725
  wrap-ansi "^7.0.0"
1726
1726
 
1727
- "@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.21.0", "@oclif/core@^3.25.2":
1727
+ "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1728
1728
  version "3.25.2"
1729
1729
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
1730
1730
  integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
@@ -1774,19 +1774,19 @@
1774
1774
  semver "^7.6.0"
1775
1775
  ts-json-schema-generator "^1.5.0"
1776
1776
 
1777
- "@oclif/plugin-help@^6.0.14", "@oclif/plugin-help@^6.0.17":
1778
- version "6.0.17"
1779
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.17.tgz#88aa0ba02effa7bb33a7ebddfd3a2d5bfb2399f0"
1780
- integrity sha512-zHKRQf/SkaOyF8xwz9EJxQ4bsB9bK+ED+i0YF24dud/1DkTj5cEDvrNV6sj+YH34ONz7z4et230URdFM3SJKeQ==
1777
+ "@oclif/plugin-help@^6.0.17", "@oclif/plugin-help@^6.0.18":
1778
+ version "6.0.18"
1779
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.18.tgz#9ba4151b5d77b78a345ad1308620a1fbf9731ac8"
1780
+ integrity sha512-Ly0gu/+eq7GfIMT76cirbHgElYGlu+PaZ5elrAKmDiegBh31AXqaPQAj8PH4+sG8RSv5srYtrkrygZaw8IF9CQ==
1781
1781
  dependencies:
1782
- "@oclif/core" "^3.21.0"
1782
+ "@oclif/core" "^3.23.0"
1783
1783
 
1784
- "@oclif/plugin-not-found@^3.0.10":
1785
- version "3.0.10"
1786
- resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz#c1e60386f4509b43636214f8d6efff7b8e5a75bc"
1787
- integrity sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw==
1784
+ "@oclif/plugin-not-found@^3.0.14":
1785
+ version "3.0.14"
1786
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz#a5eb6d38cd185e9d30178f5fbd0dc674dbae9b01"
1787
+ integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w==
1788
1788
  dependencies:
1789
- "@oclif/core" "^3.18.2"
1789
+ "@oclif/core" "^3.21.0"
1790
1790
  chalk "^5.3.0"
1791
1791
  fast-levenshtein "^3.0.0"
1792
1792
 
@@ -1922,10 +1922,10 @@
1922
1922
  strip-ansi "6.0.1"
1923
1923
  ts-retry-promise "^0.8.0"
1924
1924
 
1925
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5", "@salesforce/core@^6.7.0":
1926
- version "6.7.0"
1927
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
1928
- integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
1925
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1":
1926
+ version "6.7.1"
1927
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.1.tgz#4dcfb62bc3d488462ea6e9438ff092cf202c1696"
1928
+ integrity sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==
1929
1929
  dependencies:
1930
1930
  "@salesforce/kit" "^3.0.15"
1931
1931
  "@salesforce/schemas" "^1.6.1"
@@ -7266,16 +7266,16 @@ object.values@^1.1.7:
7266
7266
  define-properties "^1.2.0"
7267
7267
  es-abstract "^1.22.1"
7268
7268
 
7269
- oclif@^4.5.2:
7270
- version "4.5.2"
7271
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.2.tgz#b90f9bb624fccb73e57dd733e3a5146f3eeb7599"
7272
- integrity sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw==
7269
+ oclif@^4.5.5:
7270
+ version "4.5.5"
7271
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.5.tgz#f56543d62ab6bfb17f0080b9a3f5ff4b85e7f79c"
7272
+ integrity sha512-SCE73AioYF3a4I4hIc0VhE5KQb80ijXhdwxIoD0HAU49lipJ2YWOxTLfHudDUdPyZHOGNqwU4/wmEkMPhWjf1Q==
7273
7273
  dependencies:
7274
7274
  "@aws-sdk/client-cloudfront" "^3.525.0"
7275
7275
  "@aws-sdk/client-s3" "^3.515.0"
7276
7276
  "@oclif/core" "^3.21.0"
7277
- "@oclif/plugin-help" "^6.0.14"
7278
- "@oclif/plugin-not-found" "^3.0.10"
7277
+ "@oclif/plugin-help" "^6.0.18"
7278
+ "@oclif/plugin-not-found" "^3.0.14"
7279
7279
  "@oclif/plugin-warn-if-update-available" "^3.0.12"
7280
7280
  async-retry "^1.3.3"
7281
7281
  change-case "^4"
@@ -245,5 +245,5 @@
245
245
  ]
246
246
  }
247
247
  },
248
- "version": "3.1.8"
248
+ "version": "3.1.9"
249
249
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
3
  "description": "Commands to interact with salesforce sobject schemas",
4
- "version": "3.1.8",
4
+ "version": "3.1.9",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.25.2",
9
- "@salesforce/core": "^6.5.5",
9
+ "@salesforce/core": "^6.7.1",
10
10
  "@salesforce/sf-plugins-core": "^5.0.10"
11
11
  },
12
12
  "devDependencies": {
@@ -17,7 +17,7 @@
17
17
  "@salesforce/plugin-command-reference": "^3.0.69",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
19
  "eslint-plugin-sf-plugin": "^1.17.4",
20
- "oclif": "^4.5.2",
20
+ "oclif": "^4.5.5",
21
21
  "ts-node": "^10.9.2",
22
22
  "typescript": "^5.4.2"
23
23
  },
@@ -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.1.8.crt",
211
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.8.sig"
210
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.9.crt",
211
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.9.sig"
212
212
  }
213
213
  }