Skip to content

Commit

Permalink
client: remove legacy absurd-sql references. (#306)
Browse files Browse the repository at this point in the history
Noticed some stray absurd-sql / worker stuff still in the code.
  • Loading branch information
thruflo authored Aug 2, 2023
1 parent e8c97a8 commit 60d646d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 60 deletions.
22 changes: 5 additions & 17 deletions clients/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"exports": {
"./package.json": "./package.json",
"./browser": "./dist/drivers/absurd-sql/index.js",
"./browser": "./dist/drivers/wa-sqlite/index.js",
"./cordova": "./dist/drivers/cordova-sqlite-storage/index.js",
"./expo": "./dist/drivers/expo-sqlite/index.js",
"./generic": "./dist/drivers/generic/index.js",
Expand All @@ -64,7 +64,7 @@
"typesVersions": {
"*": {
"browser": [
"./dist/drivers/absurd-sql/index.d.ts"
"./dist/drivers/wa-sqlite/index.d.ts"
],
"cordova": [
"./dist/drivers/cordova-sqlite-storage/index.d.ts"
Expand Down Expand Up @@ -138,6 +138,7 @@
"dependencies": {
"async-mutex": "^0.4.0",
"base-64": "^1.0.0",
"better-sqlite3": "^8.4.0",
"cross-fetch": "^3.1.5",
"decompress": "^4.2.1",
"events": "^3.3.0",
Expand Down Expand Up @@ -165,8 +166,7 @@
"uuid": "^9.0.0",
"walkjs": "^3.2.4",
"ws": "^8.8.1",
"zod": "^3.20.2",
"better-sqlite3": "^8.4.0"
"zod": "^3.20.2"
},
"devDependencies": {
"@ikscodes/browser-env": "^1.0.0",
Expand Down Expand Up @@ -194,7 +194,6 @@
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"ava": "^4.3.1",
"better-sqlite3": "^8.4.0",
"eslint": "^8.22.0",
"expo-sqlite": "^11.0.0",
"husky": "^8.0.3",
Expand All @@ -211,27 +210,16 @@
"web-worker": "^1.2.0"
},
"peerDependencies": {
"@aphro/absurd-sql": "^0.0.53",
"@aphro/sql.js": "^1.7.0",
"cordova-sqlite-storage": ">= 5.0.0",
"expo-sqlite": ">= 10.0.0",
"react": ">= 16.8.0",
"react-dom": "^16.8.0",
"react-dom": ">= 16.8.0",
"react-native": ">= 0.68.0",
"react-native-sqlite-storage": ">= 6.0.0",
"typeorm": ">=0.3.0",
"wa-sqlite": "git+https://github.com/rhashimoto/wa-sqlite#master"
},
"peerDependenciesMeta": {
"@aphro/absurd-sql": {
"optional": true
},
"@aphro/sql.js": {
"optional": true
},
"better-sqlite3": {
"optional": true
},
"cordova-sqlite-storage": {
"optional": true
},
Expand Down
6 changes: 0 additions & 6 deletions clients/typescript/test/support/mock-worker-with-bridge.js

This file was deleted.

19 changes: 0 additions & 19 deletions clients/typescript/test/support/mock-worker.js

This file was deleted.

2 changes: 0 additions & 2 deletions examples/web-wa-sqlite/src/declarations.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60d646d

Please sign in to comment.