Skip to content

Commit

Permalink
@dr-js/core@0.4.3
Browse files Browse the repository at this point in the history
notable change:
- deprecate: import Chip from `common/module/RunletChip` instead of ` `common/module/Runlet`
- fix: node: drop `request.destroyed` check in `node/server/Responder/Send`, error should fire for double-send, also check: nodejs/node#36617
- add: `createLockStepAsyncIter` to `common/data/Iter`
- add: node: `store.socket` to `node/server/Server`
- add: node: `describeError` option to `node/system/Run`
- script sort
- package update
  • Loading branch information
dr-js committed Dec 24, 2020
1 parent ac0e936 commit bd15fe8
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 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
88 changes: 44 additions & 44 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@dr-js/core",
"version": "0.4.3-dev.1",
"version": "0.4.3",
"description": "A collection of strange functions",
"author": "dr-js",
"license": "MIT",
Expand Down Expand Up @@ -51,8 +51,8 @@
"npm": ">=6.14"
},
"devDependencies": {
"@dr-js/dev": "0.4.3-dev.7",
"@dr-js/dev-web-puppeteer": "0.4.3-dev.7"
"@dr-js/dev": "0.4.3-dev.8",
"@dr-js/dev-web-puppeteer": "0.4.3-dev.8"
},
"sideEffects": false
}

0 comments on commit bd15fe8

Please sign in to comment.