@insforge/sdk 1.0.5 → 1.0.6-dev.1

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,68 +1,68 @@
1
- {
2
- "name": "@insforge/sdk",
3
- "version": "1.0.5",
4
- "description": "Official JavaScript/TypeScript client for InsForge Backend-as-a-Service platform",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.mjs",
12
- "require": "./dist/index.js"
13
- }
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "scripts": {
19
- "build": "tsup",
20
- "build:tsc": "tsc && tsc --module commonjs --outDir dist/cjs",
21
- "build:tsc-only": "tsc",
22
- "dev": "tsup --watch",
23
- "dev:tsc": "tsc --watch",
24
- "test": "vitest",
25
- "test:integration": "node integration-tests/run-all.js",
26
- "test:run": "vitest run",
27
- "lint": "eslint src --ext .ts",
28
- "typecheck": "tsc --noEmit",
29
- "publish:dev": "npm version prerelease --preid=dev && npm run build && npm publish --tag dev",
30
- "publish:stable": "npm run build && npm publish"
31
- },
32
- "keywords": [
33
- "insforge",
34
- "baas",
35
- "backend",
36
- "sdk",
37
- "typescript",
38
- "javascript",
39
- "client"
40
- ],
41
- "author": "InsForge",
42
- "license": "Apache-2.0",
43
- "repository": {
44
- "type": "git",
45
- "url": "https://github.com/InsForge/insforge-sdk-js.git"
46
- },
47
- "homepage": "https://github.com/InsForge/insforge-sdk-js#readme",
48
- "bugs": {
49
- "url": "https://github.com/InsForge/insforge-sdk-js/issues"
50
- },
51
- "dependencies": {
52
- "@insforge/shared-schemas": "^1.1.35",
53
- "@supabase/postgrest-js": "^1.21.3",
54
- "socket.io-client": "^4.8.1"
55
- },
56
- "devDependencies": {
57
- "@types/node": "^20.11.24",
58
- "@typescript-eslint/eslint-plugin": "^7.1.0",
59
- "@typescript-eslint/parser": "^7.1.0",
60
- "eslint": "^8.57.0",
61
- "tsup": "^8.0.2",
62
- "typescript": "^5.3.3",
63
- "vitest": "^1.3.1"
64
- },
65
- "engines": {
66
- "node": ">=18"
67
- }
68
- }
1
+ {
2
+ "name": "@insforge/sdk",
3
+ "version": "1.0.6-dev.1",
4
+ "description": "Official JavaScript/TypeScript client for InsForge Backend-as-a-Service platform",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.mjs",
12
+ "require": "./dist/index.js"
13
+ }
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "scripts": {
19
+ "build": "tsup",
20
+ "build:tsc": "tsc && tsc --module commonjs --outDir dist/cjs",
21
+ "build:tsc-only": "tsc",
22
+ "dev": "tsup --watch",
23
+ "dev:tsc": "tsc --watch",
24
+ "test": "vitest",
25
+ "test:integration": "node integration-tests/run-all.js",
26
+ "test:run": "vitest run",
27
+ "lint": "eslint src --ext .ts",
28
+ "typecheck": "tsc --noEmit",
29
+ "publish:dev": "npm version prerelease --preid=dev && npm run build && npm publish --tag dev",
30
+ "publish:stable": "npm run build && npm publish"
31
+ },
32
+ "keywords": [
33
+ "insforge",
34
+ "baas",
35
+ "backend",
36
+ "sdk",
37
+ "typescript",
38
+ "javascript",
39
+ "client"
40
+ ],
41
+ "author": "InsForge",
42
+ "license": "Apache-2.0",
43
+ "repository": {
44
+ "type": "git",
45
+ "url": "https://github.com/InsForge/insforge-sdk-js.git"
46
+ },
47
+ "homepage": "https://github.com/InsForge/insforge-sdk-js#readme",
48
+ "bugs": {
49
+ "url": "https://github.com/InsForge/insforge-sdk-js/issues"
50
+ },
51
+ "dependencies": {
52
+ "@insforge/shared-schemas": "^1.1.35",
53
+ "@supabase/postgrest-js": "^1.21.3",
54
+ "socket.io-client": "^4.8.1"
55
+ },
56
+ "devDependencies": {
57
+ "@types/node": "^20.11.24",
58
+ "@typescript-eslint/eslint-plugin": "^7.1.0",
59
+ "@typescript-eslint/parser": "^7.1.0",
60
+ "eslint": "^8.57.0",
61
+ "tsup": "^8.0.2",
62
+ "typescript": "^5.3.3",
63
+ "vitest": "^1.3.1"
64
+ },
65
+ "engines": {
66
+ "node": ">=18"
67
+ }
68
+ }