diff --git a/packages/ai/ai21/package.json b/packages/ai/ai21/package.json index 90ef968d..a888d58c 100644 --- a/packages/ai/ai21/package.json +++ b/packages/ai/ai21/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/aionlabs/package.json b/packages/ai/aionlabs/package.json index 1d28b120..b59f5465 100644 --- a/packages/ai/aionlabs/package.json +++ b/packages/ai/aionlabs/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/akashml/package.json b/packages/ai/akashml/package.json index 47f8a59a..dcaf92d2 100644 --- a/packages/ai/akashml/package.json +++ b/packages/ai/akashml/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/alibaba-cloud/package.json b/packages/ai/alibaba-cloud/package.json index 0bc5d5d2..c88acee0 100644 --- a/packages/ai/alibaba-cloud/package.json +++ b/packages/ai/alibaba-cloud/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/amazon-bedrock/package.json b/packages/ai/amazon-bedrock/package.json index 1d736bcc..d70bd7bf 100644 --- a/packages/ai/amazon-bedrock/package.json +++ b/packages/ai/amazon-bedrock/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/arcee/package.json b/packages/ai/arcee/package.json index f7d64074..86c1c88a 100644 --- a/packages/ai/arcee/package.json +++ b/packages/ai/arcee/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/atlascloud/package.json b/packages/ai/atlascloud/package.json index 2483b141..49b96963 100644 --- a/packages/ai/atlascloud/package.json +++ b/packages/ai/atlascloud/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/azure/package.json b/packages/ai/azure/package.json index 06098ebe..d6df15c7 100644 --- a/packages/ai/azure/package.json +++ b/packages/ai/azure/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/baidu/package.json b/packages/ai/baidu/package.json index 0f59f06f..fbed9ae8 100644 --- a/packages/ai/baidu/package.json +++ b/packages/ai/baidu/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/baseten/package.json b/packages/ai/baseten/package.json index 830f72f1..86c5accd 100644 --- a/packages/ai/baseten/package.json +++ b/packages/ai/baseten/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/cerebras/package.json b/packages/ai/cerebras/package.json index 914dd5a2..d0c78ef7 100644 --- a/packages/ai/cerebras/package.json +++ b/packages/ai/cerebras/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/chutes/package.json b/packages/ai/chutes/package.json index 38b5d15b..e5d42d24 100644 --- a/packages/ai/chutes/package.json +++ b/packages/ai/chutes/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/clarifai/package.json b/packages/ai/clarifai/package.json index 9e3a57ea..22dfe92d 100644 --- a/packages/ai/clarifai/package.json +++ b/packages/ai/clarifai/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/claude/package.json b/packages/ai/claude/package.json index 71ab70e1..9f562c45 100644 --- a/packages/ai/claude/package.json +++ b/packages/ai/claude/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/cloudflare/package.json b/packages/ai/cloudflare/package.json index d4695247..fdf867e5 100644 --- a/packages/ai/cloudflare/package.json +++ b/packages/ai/cloudflare/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/cohere/package.json b/packages/ai/cohere/package.json index 7a7946e1..dc26189e 100644 --- a/packages/ai/cohere/package.json +++ b/packages/ai/cohere/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/deepinfra/package.json b/packages/ai/deepinfra/package.json index 98a8557d..4bd053f3 100644 --- a/packages/ai/deepinfra/package.json +++ b/packages/ai/deepinfra/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/deepseek/package.json b/packages/ai/deepseek/package.json index 2c6a6858..f538c723 100644 --- a/packages/ai/deepseek/package.json +++ b/packages/ai/deepseek/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/featherless/package.json b/packages/ai/featherless/package.json index da5f08a7..e4826973 100644 --- a/packages/ai/featherless/package.json +++ b/packages/ai/featherless/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/fireworks/package.json b/packages/ai/fireworks/package.json index 67d3ee44..5d50c4ab 100644 --- a/packages/ai/fireworks/package.json +++ b/packages/ai/fireworks/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/friendli/package.json b/packages/ai/friendli/package.json index ce59ce8a..346c9485 100644 --- a/packages/ai/friendli/package.json +++ b/packages/ai/friendli/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/gemini/package.json b/packages/ai/gemini/package.json index 468b2e80..39d9c2d1 100644 --- a/packages/ai/gemini/package.json +++ b/packages/ai/gemini/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/gmicloud/package.json b/packages/ai/gmicloud/package.json index ea83b823..9ce9040c 100644 --- a/packages/ai/gmicloud/package.json +++ b/packages/ai/gmicloud/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/google-vertex/package.json b/packages/ai/google-vertex/package.json index 54d78126..863ac03b 100644 --- a/packages/ai/google-vertex/package.json +++ b/packages/ai/google-vertex/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/groq/package.json b/packages/ai/groq/package.json index 27c113e0..d612d7e9 100644 --- a/packages/ai/groq/package.json +++ b/packages/ai/groq/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/inception/package.json b/packages/ai/inception/package.json index bd5bed76..e13765b8 100644 --- a/packages/ai/inception/package.json +++ b/packages/ai/inception/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/inceptron/package.json b/packages/ai/inceptron/package.json index 5a855307..2dd4dd9a 100644 --- a/packages/ai/inceptron/package.json +++ b/packages/ai/inceptron/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/infermatic/package.json b/packages/ai/infermatic/package.json index ab5f1dc2..8bed4589 100644 --- a/packages/ai/infermatic/package.json +++ b/packages/ai/infermatic/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/inflection/package.json b/packages/ai/inflection/package.json index 4436836d..df7e245a 100644 --- a/packages/ai/inflection/package.json +++ b/packages/ai/inflection/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/ionet/package.json b/packages/ai/ionet/package.json index 8261888d..e91aaef6 100644 --- a/packages/ai/ionet/package.json +++ b/packages/ai/ionet/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/kimi/package.json b/packages/ai/kimi/package.json index fc0fe8d0..63c2bb24 100644 --- a/packages/ai/kimi/package.json +++ b/packages/ai/kimi/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/liquid/package.json b/packages/ai/liquid/package.json index 96db81b5..3c880402 100644 --- a/packages/ai/liquid/package.json +++ b/packages/ai/liquid/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/litellm/package.json b/packages/ai/litellm/package.json index 24ee4a7a..002b212e 100644 --- a/packages/ai/litellm/package.json +++ b/packages/ai/litellm/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/mancer/package.json b/packages/ai/mancer/package.json index 144ae1b3..1fc1afb8 100644 --- a/packages/ai/mancer/package.json +++ b/packages/ai/mancer/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/minimax/package.json b/packages/ai/minimax/package.json index 5743a6ba..6de5411a 100644 --- a/packages/ai/minimax/package.json +++ b/packages/ai/minimax/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/mistral/package.json b/packages/ai/mistral/package.json index e46bc006..2e0ebb7f 100644 --- a/packages/ai/mistral/package.json +++ b/packages/ai/mistral/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/moonshot/package.json b/packages/ai/moonshot/package.json index 847f27cb..ae52a73a 100644 --- a/packages/ai/moonshot/package.json +++ b/packages/ai/moonshot/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/morph/package.json b/packages/ai/morph/package.json index dd3a3c46..38de5ae3 100644 --- a/packages/ai/morph/package.json +++ b/packages/ai/morph/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/nebius/package.json b/packages/ai/nebius/package.json index 93dca1a7..1b0d4bd3 100644 --- a/packages/ai/nebius/package.json +++ b/packages/ai/nebius/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/nextbit/package.json b/packages/ai/nextbit/package.json index 041dce8f..f132ffc5 100644 --- a/packages/ai/nextbit/package.json +++ b/packages/ai/nextbit/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/novita/package.json b/packages/ai/novita/package.json index d0f5d9a9..b50cc164 100644 --- a/packages/ai/novita/package.json +++ b/packages/ai/novita/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/openai/package.json b/packages/ai/openai/package.json index 4955bcb1..d8b4bc8e 100644 --- a/packages/ai/openai/package.json +++ b/packages/ai/openai/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/openinference/package.json b/packages/ai/openinference/package.json index a33b077a..180a6d7a 100644 --- a/packages/ai/openinference/package.json +++ b/packages/ai/openinference/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/parasail/package.json b/packages/ai/parasail/package.json index d948ec4f..b8fa9bcf 100644 --- a/packages/ai/parasail/package.json +++ b/packages/ai/parasail/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/perceptron/package.json b/packages/ai/perceptron/package.json index 17e2429c..70a608ca 100644 --- a/packages/ai/perceptron/package.json +++ b/packages/ai/perceptron/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/perplexity/package.json b/packages/ai/perplexity/package.json index 46475998..45b5efe3 100644 --- a/packages/ai/perplexity/package.json +++ b/packages/ai/perplexity/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/phala/package.json b/packages/ai/phala/package.json index db3d5b47..8d618870 100644 --- a/packages/ai/phala/package.json +++ b/packages/ai/phala/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/qwen/package.json b/packages/ai/qwen/package.json index d306a5dc..5ff8f246 100644 --- a/packages/ai/qwen/package.json +++ b/packages/ai/qwen/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/reka/package.json b/packages/ai/reka/package.json index 4f725a8c..8e9b8c98 100644 --- a/packages/ai/reka/package.json +++ b/packages/ai/reka/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/relace/package.json b/packages/ai/relace/package.json index 011f7b8b..4de4efaa 100644 --- a/packages/ai/relace/package.json +++ b/packages/ai/relace/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/sambanova/package.json b/packages/ai/sambanova/package.json index 8f7a5c31..f0461ffa 100644 --- a/packages/ai/sambanova/package.json +++ b/packages/ai/sambanova/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/siliconflow/package.json b/packages/ai/siliconflow/package.json index c3d570ad..322eaf3f 100644 --- a/packages/ai/siliconflow/package.json +++ b/packages/ai/siliconflow/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/stepfun/package.json b/packages/ai/stepfun/package.json index 265a7e5a..071d1046 100644 --- a/packages/ai/stepfun/package.json +++ b/packages/ai/stepfun/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/switchpoint/package.json b/packages/ai/switchpoint/package.json index a6c5d3a7..d5d10d2b 100644 --- a/packages/ai/switchpoint/package.json +++ b/packages/ai/switchpoint/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/together/package.json b/packages/ai/together/package.json index 4610ab28..e23f2666 100644 --- a/packages/ai/together/package.json +++ b/packages/ai/together/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/venice/package.json b/packages/ai/venice/package.json index bc91ac18..a2983d6e 100644 --- a/packages/ai/venice/package.json +++ b/packages/ai/venice/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/wandb/package.json b/packages/ai/wandb/package.json index 935ab8db..327c0d7a 100644 --- a/packages/ai/wandb/package.json +++ b/packages/ai/wandb/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/xai/package.json b/packages/ai/xai/package.json index f518082d..7c99e32e 100644 --- a/packages/ai/xai/package.json +++ b/packages/ai/xai/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/xiaomi/package.json b/packages/ai/xiaomi/package.json index 500324e4..f73a57a7 100644 --- a/packages/ai/xiaomi/package.json +++ b/packages/ai/xiaomi/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } } diff --git a/packages/ai/zai/package.json b/packages/ai/zai/package.json index 084ecbe1..98246fba 100644 --- a/packages/ai/zai/package.json +++ b/packages/ai/zai/package.json @@ -3,6 +3,7 @@ "version": "0.1.15", "type": "module", "main": "./src/index.ts", + "types": "./src/index.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", @@ -21,5 +22,17 @@ "bugs": "https://github.com/profullstack/sh1pt/issues", "files": [ "dist" - ] + ], + "publishConfig": { + "access": "public", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "default": "./dist/index.js" + } + } + } }