@orbitinghail/sqlsync-solid-js
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@orbitinghail/sqlsync-solid-js", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.", | ||
@@ -22,3 +22,4 @@ "homepage": "https://sqlsync.dev", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -35,10 +36,11 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-typescript": "^11.1.5", | ||
"@types/node": "^20.8.8", | ||
"babel-preset-solid": "^1.8.8", | ||
"rollup": "^3.29.4", | ||
"typescript": "^5.2.2", | ||
"@orbitinghail/sqlsync-worker": "^0.3.0" | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/node": "^20.11.25", | ||
"babel-preset-solid": "^1.8.15", | ||
"rollup": "^4.12.1", | ||
"typescript": "^5.4.2", | ||
"@orbitinghail/sqlsync-worker": "^0.3.1" | ||
}, | ||
@@ -50,3 +52,3 @@ "dependencies": { | ||
"solid-js": "^1.8.7", | ||
"@orbitinghail/sqlsync-worker": "^0.3.0" | ||
"@orbitinghail/sqlsync-worker": "^0.3.1" | ||
}, | ||
@@ -53,0 +55,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31078
10
276
9