Skip to content

Commit cf32b1f

Browse files
committed
🔧 fix entrypoint for package types
1 parent 0a747a5 commit cf32b1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@sftsrv/synk",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"exports": {
66
".": "./dist/index.js",
77
"./in-memory": "./dist/in-memory/index.js",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.3",
44
"description": "A library for developing offline-first web applications based on async data replication and synchronization between clients and the server",
55
"type": "commonjs",
6-
"module": "dist/index.mjs",
7-
"types": "dist/index.d.mts",
6+
"module": "dist/index.js",
7+
"types": "dist/index.d.ts",
88
"scripts": {
99
"build": "tsc",
1010
"test": "vitest",

0 commit comments

Comments
 (0)