@salesforce/packaging 1.4.5 → 1.4.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.
Files changed (1) hide show
  1. package/package.json +13 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/packaging",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "Packaging library for the Salesforce packaging platform",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",
@@ -39,9 +39,9 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@oclif/core": "^1.26.2",
42
- "@salesforce/core": "^3.32.11",
42
+ "@salesforce/core": "^3.34.1",
43
43
  "@salesforce/kit": "^1.9.2",
44
- "@salesforce/schemas": "^1.5.0",
44
+ "@salesforce/schemas": "^1.5.1",
45
45
  "@salesforce/source-deploy-retrieve": "^7.11.3",
46
46
  "@salesforce/ts-types": "^1.7.1",
47
47
  "@xmldom/xmldom": "^0.8.6",
@@ -58,9 +58,9 @@
58
58
  "xml2js": "^0.4.23"
59
59
  },
60
60
  "devDependencies": {
61
- "@salesforce/cli-plugins-testkit": "^3.2.24",
61
+ "@salesforce/cli-plugins-testkit": "^3.2.25",
62
62
  "@salesforce/dev-config": "^3.1.0",
63
- "@salesforce/dev-scripts": "^4.1.2",
63
+ "@salesforce/dev-scripts": "^4.1.3",
64
64
  "@salesforce/prettier-config": "^0.0.2",
65
65
  "@salesforce/ts-sinon": "^1.4.6",
66
66
  "@types/debug": "4.1.7",
@@ -68,12 +68,12 @@
68
68
  "@types/jszip": "^3.4.1",
69
69
  "@types/xml2js": "^0.4.11",
70
70
  "@typescript-eslint/eslint-plugin": "^5.40.1",
71
- "@typescript-eslint/parser": "5.51.0",
71
+ "@typescript-eslint/parser": "5.56.0",
72
72
  "chai": "^4.3.7",
73
73
  "commitizen": "^4.2.6",
74
- "eslint": "^8.31.0",
74
+ "eslint": "^8.36.0",
75
75
  "eslint-config-prettier": "^8.6.0",
76
- "eslint-config-salesforce": "^1.1.0",
76
+ "eslint-config-salesforce": "^1.1.1",
77
77
  "eslint-config-salesforce-license": "^0.2.0",
78
78
  "eslint-config-salesforce-typescript": "^1.1.1",
79
79
  "eslint-plugin-header": "3.1.1",
@@ -104,7 +104,7 @@
104
104
  "command": "tsc -p . --pretty --incremental",
105
105
  "files": [
106
106
  "src/**/*.ts",
107
- "tsconfig.json",
107
+ "**/tsconfig.json",
108
108
  "messages/**"
109
109
  ],
110
110
  "output": [
@@ -130,7 +130,8 @@
130
130
  "src/**/*.ts",
131
131
  "test/**/*.ts",
132
132
  "messages/**",
133
- ".eslint*"
133
+ "**/.eslint*",
134
+ "**/tsconfig.json"
134
135
  ],
135
136
  "output": []
136
137
  },
@@ -138,8 +139,7 @@
138
139
  "command": "tsc -p \"./test\" --pretty",
139
140
  "files": [
140
141
  "test/**/*.ts",
141
- "tsconfig.json",
142
- "test/tsconfig.json"
142
+ "**/tsconfig.json"
143
143
  ],
144
144
  "output": []
145
145
  },
@@ -157,9 +157,8 @@
157
157
  "files": [
158
158
  "test/**/*.ts",
159
159
  "src/**/*.ts",
160
- "tsconfig.json",
160
+ "**/tsconfig.json",
161
161
  ".mocha*",
162
- "test/tsconfig.json",
163
162
  "!*.nut.ts",
164
163
  ".nycrc"
165
164
  ],