Skip to content

Commit

Permalink
chore: update dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Apr 27, 2022
1 parent f379f7f commit ad854f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 1.3.6 (2022-04-27)
- build: properly generated distribution package, bump to last stable version 1.3.6
- chore: update dev packages

## 1.3.5 (2022-04-27)
- DEPRECATED: this version is broken

## 1.3.4 (2022-01-30)
- optimize distributed code size to smaller than `4 KB`

Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansis",
"version": "1.3.4",
"version": "1.3.6",
"description": "ANSI color styling for text in terminal.",
"keywords": [
"ansi",
Expand Down Expand Up @@ -46,7 +46,6 @@
"build": "rollup -c",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles",
"test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --collectCoverage",
"prepack-disabled": "npm run build",
"publish:public": "rollup -c && npm publish ./dist --access public",
"publish:beta": "rollup -c && npm publish ./dist --tag beta"
},
Expand All @@ -57,12 +56,12 @@
"node": ">=12.13"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"rollup": "^2.66.1",
"@types/jest": "^27.4.1",
"jest": "^28.0.2",
"prettier": "^2.6.2",
"rollup": "^2.70.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cleanup": "^3.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ansis",
"version": "1.3.4",
"version": "1.3.6",
"description": "ANSI color styling for text in terminal.",
"keywords": [
"ansi",
Expand Down

0 comments on commit ad854f3

Please sign in to comment.