Skip to content

Commit ef5dc3e

Browse files
committed
0.9.1
1 parent 726543c commit ef5dc3e

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@htunnicliff/jmap-jam",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"exports": "./src/index.ts"
55
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "jmap-jam",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"exports": "./dist/index.js",
88
"sideEffects": false,
9-
"files": ["dist", "src", "package.json", "LICENSE.txt", "README.md"],
9+
"files": [
10+
"dist",
11+
"src",
12+
"package.json",
13+
"LICENSE.txt",
14+
"README.md"
15+
],
1016
"license": "MIT",
1117
"description": "A JMAP client library for Node.js and the browser.",
1218
"repository": {

0 commit comments

Comments
 (0)