We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c46945 commit 641e788Copy full SHA for 641e788
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# devalue changelog
2
3
+## 3.1.1
4
+
5
+- Include `types` in package
6
7
## 3.1.0
8
9
- Include `path` in error object if value is unserializable
package.json
@@ -1,14 +1,18 @@
{
"name": "devalue",
"description": "Gets the job done when JSON.stringify can't",
- "version": "3.1.0",
+ "version": "3.1.1",
"repository": "Rich-Harris/devalue",
"exports": {
".": {
"import": "./devalue.js",
"types": "./types/devalue.d.ts"
10
}
11
},
12
+ "files": [
13
+ "devalue.js",
14
+ "types"
15
+ ],
16
"devDependencies": {
17
"typescript": "^3.1.3",
18
"uvu": "^0.5.6"
0 commit comments