Skip to content

Commit a2777b5

Browse files
committed
add src files back into npm distributions to make source maps work
1 parent 4dc55eb commit a2777b5

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

lib/sqlsync-react/package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,13 @@
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",
7-
"keywords": [
8-
"sqlsync",
9-
"sql",
10-
"database",
11-
"sqlite",
12-
"offline-first",
13-
"local-first"
14-
],
7+
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
158
"repository": {
169
"type": "git",
1710
"url": "https://github.com/orbitinghail/sqlsync"
1811
},
1912
"type": "module",
20-
"files": [
21-
"dist"
22-
],
13+
"files": ["dist", "src"],
2314
"main": "./src/index.ts",
2415
"types": "./src/index.ts",
2516
"exports": {

lib/sqlsync-solid-js/package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,13 @@
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",
7-
"keywords": [
8-
"sqlsync",
9-
"sql",
10-
"database",
11-
"sqlite",
12-
"offline-first",
13-
"local-first",
14-
"solid-js"
15-
],
7+
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first", "solid-js"],
168
"repository": {
179
"type": "git",
1810
"url": "https://github.com/orbitinghail/sqlsync"
1911
},
2012
"type": "module",
21-
"files": [
22-
"dist"
23-
],
13+
"files": ["dist", "src"],
2414
"main": "./src/index.ts",
2515
"types": "./src/index.ts",
2616
"exports": {

lib/sqlsync-worker/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,15 @@
44
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",
55
"homepage": "https://sqlsync.dev",
66
"license": "Apache-2.0",
7-
"keywords": [
8-
"sqlsync",
9-
"sql",
10-
"database",
11-
"sqlite",
12-
"offline-first",
13-
"local-first"
14-
],
7+
"keywords": ["sqlsync", "sql", "database", "sqlite", "offline-first", "local-first"],
158
"repository": {
169
"type": "git",
1710
"url": "https://github.com/orbitinghail/sqlsync"
1811
},
1912
"type": "module",
2013
"files": [
2114
"dist",
15+
"src",
2216
"sqlsync-wasm/pkg/sqlsync_wasm.js",
2317
"sqlsync-wasm/pkg/sqlsync_wasm.d.ts",
2418
"sqlsync-wasm/pkg/sqlsync_wasm_bg.wasm"

0 commit comments

Comments
 (0)