Skip to content

Commit 39614e3

Browse files
committed
chore: increment version to 0.1.2 + expose Result, types, and Routes on JSR
1 parent e4806a0 commit 39614e3

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

jsr.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@j0code/wplace-api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "GPL-3.0-or-later",
5-
"exports": "./src/main.ts",
5+
"exports": {
6+
".": "./src/main.ts",
7+
"./result": "./src/result.ts",
8+
"./types": "./src/types.ts",
9+
"./routes": "./src/routes.ts"
10+
},
611
"exclude": [
712
"Wplace API.md"
813
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wplace-api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Unofficial library to interact with the Wplace.live backend API",
55
"keywords": [
66
"wplace",

0 commit comments

Comments
 (0)