@llamaindex/experimental
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@llamaindex/experimental", | ||
"description": "Experimental package for LlamaIndexTS", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -44,4 +44,4 @@ "types": "dist/type/index.d.ts", | ||
"type": "git", | ||
"url": "https://github.com/himself65/LlamaIndexTS.git", | ||
"directory": "packages/env" | ||
"url": "https://github.com/run-llama/LlamaIndexTS.git", | ||
"directory": "packages/experimental" | ||
}, | ||
@@ -52,3 +52,3 @@ "scripts": { | ||
"build:cjs": "swc src -d dist/cjs --strip-leading-paths --config-file .cjs.swcrc", | ||
"build:type": "tsc -p tsconfig.json", | ||
"build:type": "pnpm run -w type-check", | ||
"postbuild": "node -e \"require('fs').writeFileSync('./dist/cjs/package.json', JSON.stringify({ type: 'commonjs' }))\"", | ||
@@ -61,2 +61,3 @@ "dev": "concurrently \"pnpm run build:esm --watch\" \"pnpm run build:cjs --watch\" \"pnpm run build:type --watch\"" | ||
"@swc/core": "^1.4.2", | ||
"@types/jsonpath": "^0.2.4", | ||
"concurrently": "^8.2.2", | ||
@@ -63,0 +64,0 @@ "pathe": "^1.1.2" |
Sorry, the diff of this file is not supported yet
147471
16
419
24
6