@bob-kit/client 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Daemon } from "./daemon";
1
+ import { Daemon } from "./daemon.js";
2
2
  let daemon;
3
3
  export const bobQuery = async ({ id, driver: { cache, driver }, input, }) => {
4
4
  daemon = new Daemon(driver);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bob-kit/client",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "",
@@ -22,11 +22,6 @@
22
22
  "import": "./dist/daemon.js",
23
23
  "require": "./dist/daemon.js",
24
24
  "types": "./dist/daemon.d.ts"
25
- },
26
- "./install": {
27
- "import": "./dist/install.js",
28
- "require": "./dist/install.js",
29
- "types": "./dist/install.d.ts"
30
25
  }
31
26
  },
32
27
  "keywords": [],
@@ -38,7 +33,7 @@
38
33
  "typescript": "5.9.3"
39
34
  },
40
35
  "dependencies": {
41
- "@bob-kit/types": "^0.0.1"
36
+ "@bob-kit/types": "^0.0.2"
42
37
  },
43
38
  "scripts": {
44
39
  "build": "tsc && tsc-alias",
package/dist/motor DELETED
Binary file