|
29 | 29 | "exports": { |
30 | 30 | ".": "./src/flashql/FlashQL.js", |
31 | 31 | "./flashql": "./src/flashql/FlashQL.js", |
32 | | - "./postgres": "./src/entry/postgres/PGClient.js", |
33 | | - "./mysql": "./src/entry/mysql/MySQLClient.js", |
34 | | - "./mariadb": "./src/entry/mariadb/MariaDBClient.js", |
| 32 | + "./edge": "./src/clients/edge/EdgeClient.js", |
| 33 | + "./edge-worker": "./src/clients/edge/EdgeWorker.js", |
| 34 | + "./postgres": "./src/clients/postgres/PGClient.js", |
| 35 | + "./mysql": "./src/clients/mysql/MySQLClient.js", |
| 36 | + "./mariadb": "./src/clients/mariadb/MariaDBClient.js", |
35 | 37 | "./realtime": "./src/proc/realtime/RealtimeClient.js" |
36 | 38 | }, |
37 | 39 | "scripts": { |
|
57 | 59 | "yaml": "^2.5.0" |
58 | 60 | }, |
59 | 61 | "peerDependencies": { |
60 | | - "@webqit/observer": "^3.8.19" |
| 62 | + "@webqit/fetch-plus": "^0.1.33", |
| 63 | + "@webqit/observer": "^3.8.19", |
| 64 | + "@webqit/port-plus": "^0.1.23" |
61 | 65 | }, |
62 | 66 | "devDependencies": { |
| 67 | + "@webqit/fetch-plus": "^0.1.33", |
63 | 68 | "@webqit/observer": "^3.8.19", |
| 69 | + "@webqit/port-plus": "^0.1.23", |
64 | 70 | "chai": "^4.3.4", |
65 | 71 | "chai-as-promised": "^7.1.1", |
66 | 72 | "chalk": "^5.4.1", |
|
0 commit comments