@salesforce/plugin-schema 3.1.9 → 3.2.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.
@@ -20,6 +20,14 @@
20
20
  "allowNo": false,
21
21
  "type": "boolean"
22
22
  },
23
+ "flags-dir": {
24
+ "helpGroup": "GLOBAL",
25
+ "name": "flags-dir",
26
+ "summary": "Import flag values from a directory.",
27
+ "hasDynamicHelp": false,
28
+ "multiple": false,
29
+ "type": "option"
30
+ },
23
31
  "target-org": {
24
32
  "aliases": [
25
33
  "targetusername",
@@ -88,7 +96,6 @@
88
96
  "strict": true,
89
97
  "summary": "Display the metadata for a standard or custom object or a Tooling API object.",
90
98
  "enableJsonFlag": true,
91
- "SF_ENV": "SF_ENV",
92
99
  "isESM": true,
93
100
  "relativePath": [
94
101
  "lib",
@@ -146,6 +153,14 @@
146
153
  "allowNo": false,
147
154
  "type": "boolean"
148
155
  },
156
+ "flags-dir": {
157
+ "helpGroup": "GLOBAL",
158
+ "name": "flags-dir",
159
+ "summary": "Import flag values from a directory.",
160
+ "hasDynamicHelp": false,
161
+ "multiple": false,
162
+ "type": "option"
163
+ },
149
164
  "target-org": {
150
165
  "aliases": [
151
166
  "targetusername",
@@ -205,7 +220,6 @@
205
220
  "strict": true,
206
221
  "summary": "List all Salesforce objects of a specified category.",
207
222
  "enableJsonFlag": true,
208
- "SF_ENV": "SF_ENV",
209
223
  "isESM": true,
210
224
  "relativePath": [
211
225
  "lib",
@@ -245,5 +259,5 @@
245
259
  ]
246
260
  }
247
261
  },
248
- "version": "3.1.9"
262
+ "version": "3.2.1"
249
263
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
3
  "description": "Commands to interact with salesforce sobject schemas",
4
- "version": "3.1.9",
4
+ "version": "3.2.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.25.2",
9
9
  "@salesforce/core": "^6.7.1",
10
- "@salesforce/sf-plugins-core": "^5.0.10"
10
+ "@salesforce/sf-plugins-core": "^8.0.3"
11
11
  },
12
12
  "devDependencies": {
13
- "@oclif/plugin-command-snapshot": "^5.1.1",
14
- "@oclif/plugin-help": "^6.0.17",
15
- "@salesforce/cli-plugins-testkit": "^5.1.10",
16
- "@salesforce/dev-scripts": "^8.4.2",
17
- "@salesforce/plugin-command-reference": "^3.0.69",
13
+ "@oclif/plugin-command-snapshot": "^5.1.2",
14
+ "@oclif/plugin-help": "^6.0.20",
15
+ "@salesforce/cli-plugins-testkit": "^5.1.14",
16
+ "@salesforce/dev-scripts": "^8.5.0",
17
+ "@salesforce/plugin-command-reference": "^3.0.75",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
- "eslint-plugin-sf-plugin": "^1.17.4",
20
- "oclif": "^4.5.5",
19
+ "eslint-plugin-sf-plugin": "^1.17.5",
20
+ "oclif": "^4.7.6",
21
21
  "ts-node": "^10.9.2",
22
- "typescript": "^5.4.2"
22
+ "typescript": "^5.4.3"
23
23
  },
24
24
  "config": {},
25
25
  "engines": {
@@ -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.9.crt",
211
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.9.sig"
210
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.2.1.crt",
211
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.2.1.sig"
212
212
  }
213
213
  }