@konfirm/stringify
Advanced tools
+9
-1
@@ -17,2 +17,9 @@ # Changelog | ||
| ## [1.0.3] - 2023-10-14 | ||
| Fixing issue with missing internals dus to treeshaking | ||
| ### Fixed | ||
| - removed tree-shaking library | ||
| ## [1.0.2] - 2023-10-14 | ||
@@ -36,5 +43,6 @@ | ||
| [Unreleased]: https://github.com/konfirm/stringify/compare/v1.0.2...HEAD | ||
| [Unreleased]: https://github.com/konfirm/stringify/compare/v1.0.3...HEAD | ||
| [1.0.2]: https://github.com/konfirm/stringify/compare/v1.0.2...v1.0.3 | ||
| [1.0.2]: https://github.com/konfirm/stringify/compare/v1.0.1...v1.0.2 | ||
| [1.0.1]: https://github.com/konfirm/stringify/compare/v1.0.0...v1.0.1 | ||
| [1.0.0]: https://github.com/konfirm/stringify/releases/tag/v1.0.0 |
+1
-3
| { | ||
| "name": "@konfirm/stringify", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Create a string representation of any value", | ||
@@ -49,4 +49,2 @@ "iife": "dist/stringify.js", | ||
| "@types/tape": "^5.6.1", | ||
| "eslint": "^8.51.0", | ||
| "eslint-plugin-tree-shaking": "^1.10.1", | ||
| "nyc": "^15.1.0", | ||
@@ -53,0 +51,0 @@ "rollup": "^4.1.0", |
-14
| { | ||
| "parserOptions": { | ||
| "ecmaVersion": 2018 | ||
| }, | ||
| "plugins": [ | ||
| "tree-shaking" | ||
| ], | ||
| "rules": { | ||
| "tree-shaking/no-side-effects-in-initialization": 2 | ||
| }, | ||
| "env": { | ||
| "es6": true | ||
| } | ||
| } |
15
-11.76%42174
-0.24%25
-3.85%