-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🐛 load tslib failed on node18 ezolenko/rollup-plugin-typescript2#286 Closes #2 * 💚 pnpm@7 and pnpm cache * 📝 repo url * 💚 remove node14 & node12 support
- Loading branch information
1 parent
12b97ef
commit 74eb02b
Showing
8 changed files
with
228 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@aiou/dayjs-plugin-template": patch | ||
--- | ||
|
||
fix load tslib failed on node18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
pnpx lint-staged | ||
pnpm lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "@aiou/dayjs-plugin-template", | ||
"version": "1.1.0", | ||
"description": "dayjs plugin template", | ||
"packageManager": "[email protected]", | ||
"keywords": [ | ||
"dayjs", | ||
"dayjs-plugin", | ||
|
@@ -10,14 +11,14 @@ | |
"aiou" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/spring-catponents/dayjs-plugin-template#readme", | ||
"homepage": "https://github.com/neo-hack/dayjs-plugin-template#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/spring-catponents/dayjs-plugin-template.git", | ||
"url": "git+https://github.com/neo-hack/dayjs-plugin-template.git", | ||
"directory": "packages/dayjs-plugin-template" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/spring-catponents/dayjs-plugin-template/issues", | ||
"url": "https://github.com/neo-hack/dayjs-plugin-template/issues", | ||
"email": "[email protected]" | ||
}, | ||
"author": { | ||
|
@@ -37,10 +38,10 @@ | |
"update": "yarn update && yarn update --save-dev", | ||
"check": "yarn outdated && npm outdated --save-dev", | ||
"release": "yarn run build && np --no-cleanup --yolo --no-publish --any-branch", | ||
"ci:publish": "pnpm run build && pnpx changeset publish", | ||
"ci:version": "pnpx changeset version", | ||
"ci:snapshot": "pnpx changeset version --snapshot beta", | ||
"ci:prerelease": "pnpm run build && pnpx changeset publish --tag beta", | ||
"ci:publish": "pnpm run build && pnpm changeset publish", | ||
"ci:version": "pnpm changeset version", | ||
"ci:snapshot": "pnpm changeset version --snapshot beta", | ||
"ci:prerelease": "pnpm run build && pnpm changeset publish --tag beta", | ||
"lint:fix": "eslint . --fix", | ||
"prepare": "husky install" | ||
}, | ||
|
@@ -80,7 +81,7 @@ | |
"rollup": "2.53.2", | ||
"rollup-plugin-bundle-size": "^1.0.3", | ||
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.20", | ||
"rollup-plugin-typescript2": "0.30.0", | ||
"rollup-plugin-typescript2": "0.31.0", | ||
"ts-jest": "27.0.3", | ||
"ts-node": "10.1.0", | ||
"typescript": "^4.3.5" | ||
|
@@ -89,6 +90,5 @@ | |
"commitizen": { | ||
"path": "cz-emoji" | ||
} | ||
}, | ||
"gitHead": "d910fbb93885faf57a68b0caef84335c60358b8c" | ||
} | ||
} |
Oops, something went wrong.