Skip to content

Commit

Permalink
fix circle require
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Nov 13, 2023
1 parent f3f8ae5 commit 36b5c1c
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 35 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change logs

## 2023.11.07 v5.15.1
## 2023.11.13 v5.15.2

1. move `awaitTo` to `await-to-done` function, see: [await-to-done](https://github.com/saqqdy/await-to-done)
2. fix circle require

## 2023.11.06 v5.15.0

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-cool",
"description": "Collection of common JavaScript / TypeScript utilities",
"version": "5.15.1",
"version": "5.15.2",
"packageManager": "[email protected]",
"main": "dist/index.cjs.js",
"module": "dist/index.esm-bundler.js",
Expand Down Expand Up @@ -34,6 +34,7 @@
"build:docs": "rm-all docs && typedoc && prettier --write \"**/*.md\"",
"deploy": "sh scripts/deploy.sh",
"roll-types": "api-extractor run && rm-all temp",
"circular": "madge dist/ -c",
"watch": "pnpm build:bundle -w",
"pub": "tscjs scripts/publish",
"unpub": "tscjs scripts/unpublish",
Expand All @@ -47,7 +48,7 @@
"pub.bak": "git add . && git commit -m $npm_package_version && git pull && git push"
},
"dependencies": {
"await-to-done": "^1.0.1",
"await-to-done": "^1.0.2",
"load-source": "^1.2.0",
"mount-css": "^1.2.0",
"mount-image": "^1.2.0",
Expand Down Expand Up @@ -81,6 +82,7 @@
"eslint": "^8.52.0",
"fast-glob": "^3.3.1",
"load-yml": "^1.4.0",
"madge": "^6.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier-config-common": "^1.4.0",
Expand Down
Loading

0 comments on commit 36b5c1c

Please sign in to comment.