Skip to content

Commit

Permalink
@dr-js/dev@0.4.3-dev.8
Browse files Browse the repository at this point in the history
notable change:
- fix: use `@dr-js/core@0.4.3-dev.1` with fix for nodejs@15.5 caused responder send noop
- script sort
- package update
  • Loading branch information
dr-js committed Dec 24, 2020
1 parent 9509989 commit 1aefc12
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Patch & log CI info
run: |
npx @dr-js/core@^0.4.3-dev.0 -eI .github/ci-patch.js
npx @dr-js/core@^0.4.3-dev.1 -eI .github/ci-patch.js
dr-dev -c .github/cache/config.js --cache-step setup
- name: Cache JS
Expand Down
66 changes: 29 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@dr-js/dev",
"version": "0.4.3-dev.7",
"version": "0.4.3-dev.8",
"description": "A collection of strange functions, for development",
"author": "dr-js",
"license": "MIT",
Expand Down Expand Up @@ -50,12 +50,12 @@
"npm": ">=6.14"
},
"dependencies": {
"@dr-js/core": "^0.4.3 || ^0.4.3-dev.0",
"@dr-js/node": "^0.4.2 || ^0.4.3-dev.0"
"@dr-js/core": "^0.4.3 || ^0.4.3-dev.1",
"@dr-js/node": "^0.4.3 || ^0.4.3-dev.0"
},
"devDependencies": {
"@dr-js/dev": "0.4.3-dev.6",
"@dr-js/dev-web": "0.4.3-dev.6"
"@dr-js/dev": "0.4.3-dev.7",
"@dr-js/dev-web": "0.4.3-dev.7"
},
"sideEffects": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Patch & log CI info
run: |
npx @dr-js/core@^0.4.3-dev.0 -eI .github/ci-patch.js
npx @dr-js/core@^0.4.3-dev.1 -eI .github/ci-patch.js
dr-dev -c .github/cache/config.js --cache-step setup
- name: Cache JS
Expand Down

0 comments on commit 1aefc12

Please sign in to comment.