@jayree/sfdx-plugin-manifest 3.1.5 → 3.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.1.6](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.5...v3.1.6) (2023-06-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.1.2 to 1.1.3 ([#760](https://github.com/jayree/sfdx-plugin-manifest/issues/760)) ([d819f70](https://github.com/jayree/sfdx-plugin-manifest/commit/d819f70ab1403c934665773c89f308f1ad73a94b))
7
+
1
8
  ## [3.1.5](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.4...v3.1.5) (2023-06-09)
2
9
 
3
10
 
package/README.md CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
47
47
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
48
48
  ```
49
49
 
50
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.5/src/commands/jayree/manifest/cleanup.ts)_
50
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.6/src/commands/jayree/manifest/cleanup.ts)_
51
51
 
52
52
  ### `sfdx jayree:manifest:generate`
53
53
 
@@ -83,7 +83,7 @@ EXAMPLES
83
83
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
84
84
  ```
85
85
 
86
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.5/src/commands/jayree/manifest/generate.ts)_
86
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.6/src/commands/jayree/manifest/generate.ts)_
87
87
 
88
88
  ### `sfdx jayree:manifest:git:diff`
89
89
 
@@ -165,5 +165,5 @@ FLAG DESCRIPTIONS
165
165
  The location can be an absolute path or relative to the current working directory.
166
166
  ```
167
167
 
168
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.5/src/commands/jayree/manifest/git/diff.ts)_
168
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.6/src/commands/jayree/manifest/git/diff.ts)_
169
169
  <!-- commandsstop -->
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.1.5",
2
+ "version": "3.1.6",
3
3
  "commands": {
4
4
  "jayree:manifest:cleanup": {
5
5
  "id": "jayree:manifest:cleanup",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.1.5",
4
+ "version": "3.1.6",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.1.2",
9
+ "@jayree/changelog": "^1.1.3",
10
10
  "@salesforce/sf-plugins-core": "^3.0.4",
11
11
  "@salesforce/source-deploy-retrieve": "^9.2.1",
12
12
  "debug": "^4.3.4",
@@ -37,7 +37,6 @@
37
37
  "eslint-config-oclif": "^4.0",
38
38
  "eslint-config-prettier": "^8.8.0",
39
39
  "eslint-config-salesforce": "^2.0.1",
40
- "eslint-config-salesforce-license": "^0.2.0",
41
40
  "eslint-config-salesforce-typescript": "^1.1.1",
42
41
  "eslint-plugin-header": "^3.1.1",
43
42
  "eslint-plugin-import": "2.27.5",
@@ -131,8 +130,10 @@
131
130
  "prepack": "sf-prepack",
132
131
  "prepare": "patch-package && sf-install",
133
132
  "test": "wireit",
133
+ "test:compile": "wireit",
134
134
  "test:nuts": "c8 mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
135
135
  "test:nuts:local": "mocha \"**/local/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
136
+ "test:only": "wireit",
136
137
  "version": "oclif readme --no-aliases"
137
138
  },
138
139
  "publishConfig": {
@@ -188,6 +189,8 @@
188
189
  },
189
190
  "test": {
190
191
  "dependencies": [
192
+ "test:compile",
193
+ "test:only",
191
194
  "test:deprecation-policy",
192
195
  "lint",
193
196
  "test:json-schema"
@@ -210,6 +213,29 @@
210
213
  "schemas"
211
214
  ],
212
215
  "output": []
216
+ },
217
+ "test:compile": {
218
+ "command": "tsc -p \"./test\" --pretty",
219
+ "files": [
220
+ "test/**/*.ts",
221
+ "**/tsconfig.json"
222
+ ],
223
+ "output": []
224
+ },
225
+ "test:only": {
226
+ "command": "c8 mocha \"test/**/*.test.ts\"",
227
+ "env": {
228
+ "FORCE_COLOR": "2"
229
+ },
230
+ "files": [
231
+ "test/**/*.ts",
232
+ "src/**/*.ts",
233
+ "**/tsconfig.json",
234
+ ".mocha*",
235
+ "!*.nut.ts",
236
+ ".nycrc"
237
+ ],
238
+ "output": []
213
239
  }
214
240
  }
215
241
  }