@llamaindex/cloud
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@llamaindex/cloud", | ||
"version": "0.0.5", | ||
"type": "module", | ||
"description": "LlamaCloud JS SDK", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.cts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"default": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
"name": "@llamaindex/cloud", | ||
"version": "0.0.6", | ||
"type": "module", | ||
"description": "LlamaCloud JS SDK", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.cts", | ||
"scripts": { | ||
"build": "tsup ./llama_cloud/src/index.ts ./src/llama_cloud/api/index.ts --dts --format esm,cjs" | ||
}, | ||
"./api": { | ||
"import": { | ||
"types": "./dist/api/index.d.ts", | ||
"default": "./dist/api/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/api/index.d.cts", | ||
"default": "./dist/api/index.cjs" | ||
}, | ||
"default": { | ||
"types": "./dist/api/index.d.ts", | ||
"default": "./dist/api/index.js" | ||
} | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@types/qs": "^6.9.12", | ||
"form-data": "^4.0.0", | ||
"js-base64": "^3.7.7", | ||
"qs": "^6.12.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.0.0", | ||
"eslint": "8.57.0", | ||
"tsup": "^8.0.2", | ||
"typescript": "5.4.5", | ||
"typescript-eslint": "^7.7.0", | ||
"url-join": "^5.0.0" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@types/qs": "^6.9.12", | ||
"form-data": "^4.0.0", | ||
"js-base64": "^3.7.7", | ||
"qs": "^6.12.0" | ||
}, | ||
"peerDependencies": { | ||
"node-fetch": "^3.3.2" | ||
}, | ||
"peerDependenciesMeta": { | ||
"node-fetch": { | ||
"optional": true | ||
} | ||
}, | ||
"tsup": { | ||
"splitting": true, | ||
"sourcemap": true, | ||
"clean": true | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.57.0", | ||
"tsup": "^8.0.2", | ||
"typescript-eslint": "^7.2.0" | ||
}, | ||
"scripts": { | ||
"prepublish": "pnpm run build", | ||
"lint": "eslint '**/*.{js,jsx,ts,tsx}' --max-warnings 0", | ||
"build": "pnpm run lint --fix && tsup ./src/index.ts ./src/api/index.ts --dts --format esm,cjs" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4
34092
4
1882852
6
7
9