@salesforce/plugin-schema 3.1.6 → 3.1.7

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.
@@ -245,5 +245,5 @@
245
245
  ]
246
246
  }
247
247
  },
248
- "version": "3.1.6"
248
+ "version": "3.1.7"
249
249
  }
package/package.json CHANGED
@@ -1,24 +1,23 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-schema",
3
3
  "description": "Commands to interact with salesforce sobject schemas",
4
- "version": "3.1.6",
4
+ "version": "3.1.7",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.19.6",
8
+ "@oclif/core": "^3.20.0",
9
9
  "@salesforce/core": "^6.5.5",
10
10
  "@salesforce/sf-plugins-core": "^5.0.10"
11
11
  },
12
12
  "devDependencies": {
13
- "@oclif/plugin-command-snapshot": "^5.0.8",
14
- "@oclif/plugin-help": "^6.0.13",
15
- "@salesforce/cli-plugins-testkit": "^5.1.9",
16
- "@salesforce/dev-scripts": "^8.3.0",
17
- "@salesforce/plugin-command-reference": "^3.0.67",
13
+ "@oclif/plugin-command-snapshot": "^5.0.9",
14
+ "@oclif/plugin-help": "^6.0.14",
15
+ "@salesforce/cli-plugins-testkit": "^5.1.10",
16
+ "@salesforce/dev-scripts": "^8.4.1",
17
+ "@salesforce/plugin-command-reference": "^3.0.69",
18
18
  "@salesforce/ts-types": "^2.0.9",
19
19
  "eslint-plugin-sf-plugin": "^1.17.3",
20
- "oclif": "^4.4.13",
21
- "shx": "0.3.4",
20
+ "oclif": "^4.4.19",
22
21
  "ts-node": "^10.9.2",
23
22
  "typescript": "^5.3.3"
24
23
  },
@@ -29,9 +28,10 @@
29
28
  "files": [
30
29
  "/lib",
31
30
  "/messages",
31
+ "/npm-shrinkwrap.json",
32
+ "/oclif.lock",
32
33
  "/oclif.manifest.json",
33
- "/schemas",
34
- "/oclif.lock"
34
+ "/schemas"
35
35
  ],
36
36
  "homepage": "https://github.com/salesforcecli/plugin-schema",
37
37
  "keywords": [
@@ -73,13 +73,12 @@
73
73
  "build": "wireit",
74
74
  "clean": "sf-clean",
75
75
  "clean-all": "sf-clean all",
76
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock",
77
76
  "compile": "wireit",
78
77
  "docs": "sf-docs",
79
78
  "format": "wireit",
80
79
  "link-check": "wireit",
81
80
  "lint": "wireit",
82
- "postpack": "shx rm -f oclif.manifest.json oclif.lock",
81
+ "postpack": "sf-clean --ignore-signing-artifacts",
83
82
  "prepack": "sf-prepack",
84
83
  "prepare": "sf-install",
85
84
  "test": "wireit",
@@ -208,7 +207,7 @@
208
207
  "exports": "./lib/index.js",
209
208
  "type": "module",
210
209
  "sfdx": {
211
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.6.crt",
212
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.6.sig"
210
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.7.crt",
211
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.7.sig"
213
212
  }
214
213
  }