Skip to content

Commit 03ff2df

Browse files
shetzelmshanemc
andauthored
feat: swap archiver for jszip
* feat: swap archiver for jszip * feat: remove archiver and fix tests * feat: lint fixes * feat: test fixes * fix: update test for windows path * fix: change root dir back to how it was for mdapi deploy * fix: add files to zip using posix paths only * fix: bump jsforce to latest beta * fix: global replace of \ to / * fix: remove archiver dev deps and less fs operations * fix: remove archiver from test * feat!: drop node 14/15 support (#986) * feat!: drop node 14/15 support * chore: use base tsconfig * chore: recompile/rest on registry changes * fix: throw an error when the created zip is empty and write a test for it * refactor: core4 so use native jsforce deployRecent --------- Co-authored-by: Shane McLaughlin <[email protected]>
1 parent 592f4c1 commit 03ff2df

19 files changed

+1206
-1829
lines changed

.sfdevrc.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"wireit": {
3+
"compile": {
4+
"command": "tsc -p . --pretty --incremental",
5+
"files": [
6+
"src/**/*.ts",
7+
"**/tsconfig.json",
8+
"messages/**",
9+
"src/registry/metadataRegistry.json",
10+
"src/registry/stdValueSetRegistry.json"
11+
],
12+
"output": ["lib/**", "*.tsbuildinfo"],
13+
"clean": "if-file-deleted"
14+
},
15+
"test:only": {
16+
"command": "nyc mocha \"test/**/*.test.ts\"",
17+
"env": {
18+
"FORCE_COLOR": "2"
19+
},
20+
"files": [
21+
"test/**/*.ts",
22+
"src/**/*.ts",
23+
"**/tsconfig.json",
24+
".mocha*",
25+
"!*.nut.ts",
26+
".nycrc",
27+
"src/registry/metadataRegistry.json",
28+
"src/registry/stdValueSetRegistry.json"
29+
],
30+
"output": []
31+
}
32+
}
33+
}

CHANGELOG.md

Lines changed: 255 additions & 980 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)