Skip to content

Commit

Permalink
feat: swap archiver for jszip
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
shetzel and mshanemc authored May 31, 2023
1 parent 592f4c1 commit 03ff2df
Show file tree
Hide file tree
Showing 19 changed files with 1,206 additions and 1,829 deletions.
33 changes: 33 additions & 0 deletions .sfdevrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"wireit": {
"compile": {
"command": "tsc -p . --pretty --incremental",
"files": [
"src/**/*.ts",
"**/tsconfig.json",
"messages/**",
"src/registry/metadataRegistry.json",
"src/registry/stdValueSetRegistry.json"
],
"output": ["lib/**", "*.tsbuildinfo"],
"clean": "if-file-deleted"
},
"test:only": {
"command": "nyc mocha \"test/**/*.test.ts\"",
"env": {
"FORCE_COLOR": "2"
},
"files": [
"test/**/*.ts",
"src/**/*.ts",
"**/tsconfig.json",
".mocha*",
"!*.nut.ts",
".nycrc",
"src/registry/metadataRegistry.json",
"src/registry/stdValueSetRegistry.json"
],
"output": []
}
}
}
1,235 changes: 255 additions & 980 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 03ff2df

Please sign in to comment.