@hostlink/light 0.0.3 → 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.
@@ -0,0 +1,6 @@
1
+ import login from './login';
2
+ import logout from './logout';
3
+ import query from './query';
4
+ import mutation from './mutation';
5
+ import toQuery from './toQuery';
6
+ export { toQuery, login, logout, query, mutation };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/light",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -12,7 +12,7 @@
12
12
  "import": "./dist/light.js"
13
13
  }
14
14
  },
15
- "types": "./dist/light.d.ts",
15
+ "types": "./dist/index.d.ts",
16
16
  "scripts": {
17
17
  "dev": "vite --host",
18
18
  "build": "tsc && vite build",
File without changes
File without changes
File without changes
File without changes
File without changes