@webstudio-is/http-client 0.56.0 → 0.57.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/http-client",
3
- "version": "0.56.0",
3
+ "version": "0.57.0",
4
4
  "description": "Webstudio HTTP Client",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -10,11 +10,11 @@
10
10
  "@types/isomorphic-fetch": "^0.0.36",
11
11
  "jest": "^29.3.1",
12
12
  "typescript": "5.0.3",
13
- "@webstudio-is/jest-config": "^1.0.2",
14
- "@webstudio-is/prisma-client": "^0.56.0",
15
- "@webstudio-is/react-sdk": "^0.56.0",
13
+ "@webstudio-is/jest-config": "^1.0.4",
14
+ "@webstudio-is/prisma-client": "^0.57.0",
15
+ "@webstudio-is/react-sdk": "^0.57.0",
16
16
  "@webstudio-is/scripts": "^0.0.0",
17
- "@webstudio-is/tsconfig": "^1.0.3"
17
+ "@webstudio-is/tsconfig": "^1.0.4"
18
18
  },
19
19
  "dependencies": {
20
20
  "isomorphic-fetch": "^3.0.0"
@@ -35,9 +35,9 @@
35
35
  "scripts": {
36
36
  "dev": "build-package --watch",
37
37
  "build": "build-package",
38
- "dts": "tsc --emitDeclarationOnly --declaration --declarationDir lib/types",
38
+ "dts": "tsc",
39
39
  "test": "NODE_OPTIONS=--experimental-vm-modules jest",
40
- "typecheck": "tsc --noEmit",
40
+ "typecheck": "tsc --noEmit --emitDeclarationOnly false",
41
41
  "lint": "eslint ./src --ext .ts,.tsx --max-warnings 0",
42
42
  "checks": "pnpm typecheck && pnpm lint"
43
43
  }
@@ -1,5 +0,0 @@
1
- import type { Data } from "@webstudio-is/react-sdk";
2
- export declare const loadProject: ({ apiUrl, projectId, }: {
3
- apiUrl: string;
4
- projectId: string;
5
- }) => Promise<Array<Data>>;
@@ -1 +0,0 @@
1
- export {};