@salesforce/core 2.31.0 → 2.31.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/CHANGELOG.md CHANGED
@@ -2,26 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [2.31.0](https://github.com/forcedotcom/sfdx-core/compare/v2.30.1...v2.31.0) (2021-11-30)
5
+ ### [2.31.1](https://github.com/forcedotcom/sfdx-core/compare/v2.31.0...v2.31.1) (2021-12-06)
6
6
 
7
+ ## [2.31.0](https://github.com/forcedotcom/sfdx-core/compare/v2.30.1...v2.31.0) (2021-11-30)
7
8
 
8
9
  ### Features
9
10
 
10
- * bump version of jsforce ([7d89024](https://github.com/forcedotcom/sfdx-core/commit/7d89024f593968c031af22ac817efc26d00fcd54))
11
+ - bump version of jsforce ([7d89024](https://github.com/forcedotcom/sfdx-core/commit/7d89024f593968c031af22ac817efc26d00fcd54))
11
12
 
12
13
  ### [2.30.1](https://github.com/forcedotcom/sfdx-core/compare/v2.30.0...v2.30.1) (2021-11-30)
13
14
 
14
-
15
15
  ### Bug Fixes
16
16
 
17
- * better output for authUrl errors ([f3ec729](https://github.com/forcedotcom/sfdx-core/commit/f3ec7298bdbd3194d3d14bfea09f47f413669376))
17
+ - better output for authUrl errors ([f3ec729](https://github.com/forcedotcom/sfdx-core/commit/f3ec7298bdbd3194d3d14bfea09f47f413669376))
18
18
 
19
19
  ## [2.30.0](https://github.com/forcedotcom/sfdx-core/compare/v2.29.0...v2.30.0) (2021-11-25)
20
20
 
21
-
22
21
  ### Features
23
22
 
24
- * delete scratch orgs and sandboxes ([#491](https://github.com/forcedotcom/sfdx-core/issues/491)) ([468c348](https://github.com/forcedotcom/sfdx-core/commit/468c348f0ecc69ddeea02927bf7a26ca660a86ca))
23
+ - delete scratch orgs and sandboxes ([#491](https://github.com/forcedotcom/sfdx-core/issues/491)) ([468c348](https://github.com/forcedotcom/sfdx-core/commit/468c348f0ecc69ddeea02927bf7a26ca660a86ca))
25
24
 
26
25
  ## [2.29.0](https://github.com/forcedotcom/sfdx-core/compare/v2.28.4...v2.29.0) (2021-11-17)
27
26
 
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2018, Salesforce.com, Inc.
1
+ Copyright (c) 2021, Salesforce.com, Inc.
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "2.31.0",
3
+ "version": "2.31.1",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",
@@ -16,7 +16,8 @@
16
16
  "lint": "sf-lint",
17
17
  "lint-fix": "yarn sf-lint --fix",
18
18
  "postcompile": "tsc -p test && tsc -p typedocExamples",
19
- "prepack": "sf-build",
19
+ "prepack": "sf-prepack",
20
+ "prepare": "sf-install",
20
21
  "pretest": "sf-compile-test",
21
22
  "test": "sf-test"
22
23
  },
@@ -32,13 +33,6 @@
32
33
  "messages",
33
34
  "!lib/**/*.map"
34
35
  ],
35
- "husky": {
36
- "hooks": {
37
- "commit-msg": "sf-husky-commit-msg",
38
- "pre-commit": "sf-husky-pre-commit",
39
- "pre-push": "sf-husky-pre-push"
40
- }
41
- },
42
36
  "dependencies": {
43
37
  "@salesforce/bunyan": "^2.0.0",
44
38
  "@salesforce/kit": "^1.5.0",
@@ -58,8 +52,8 @@
58
52
  "ts-retry-promise": "^0.6.0"
59
53
  },
60
54
  "devDependencies": {
61
- "@salesforce/dev-config": "^2.0.0",
62
- "@salesforce/dev-scripts": "^0.9.18",
55
+ "@salesforce/dev-config": "^2.1.2",
56
+ "@salesforce/dev-scripts": "^1.0.2",
63
57
  "@salesforce/prettier-config": "^0.0.2",
64
58
  "@salesforce/ts-sinon": "^1.3.15",
65
59
  "@types/debug": "0.0.30",
@@ -67,7 +61,6 @@
67
61
  "@types/jsonwebtoken": "8.3.2",
68
62
  "@types/semver": "^7.3.9",
69
63
  "@types/shelljs": "0.7.8",
70
- "@types/sinon": "^10.0.6",
71
64
  "@typescript-eslint/eslint-plugin": "^4.2.0",
72
65
  "@typescript-eslint/parser": "4.26.0",
73
66
  "chai": "^4.2.0",
@@ -75,20 +68,20 @@
75
68
  "eslint": "^6.8.0",
76
69
  "eslint-config-prettier": "^6.11.0",
77
70
  "eslint-config-salesforce": "^0.1.6",
78
- "eslint-config-salesforce-license": "^0.1.0",
71
+ "eslint-config-salesforce-license": "^0.1.6",
79
72
  "eslint-config-salesforce-typescript": "^0.2.7",
80
73
  "eslint-plugin-header": "^3.0.0",
81
74
  "eslint-plugin-import": "^2.20.2",
82
75
  "eslint-plugin-jsdoc": "^27.0.3",
83
76
  "eslint-plugin-prettier": "^3.1.3",
84
- "husky": "^4.2.5",
85
- "mocha": "^7.2.0",
77
+ "husky": "^7.0.4",
78
+ "mocha": "^8.4.0",
86
79
  "nyc": "^15.1.0",
87
80
  "prettier": "^2.0.5",
88
- "pretty-quick": "^2.0.1",
81
+ "pretty-quick": "^3.1.0",
89
82
  "shelljs": "0.8.1",
90
83
  "sinon": "10.0.0",
91
- "ts-node": "^8.10.2",
84
+ "ts-node": "^10.0.0",
92
85
  "typescript": "^4.1.3"
93
86
  },
94
87
  "repository": {