@qdrant/js-client-rest
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@qdrant/js-client-rest", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"engines": { | ||
@@ -71,2 +71,3 @@ "node": ">=18.0.0", | ||
"scripts": { | ||
"build": "pnpm tsc:build && pnpm bundle", | ||
"test": "vitest run", | ||
@@ -80,3 +81,3 @@ "test:watch": "vitest watch", | ||
"tsc:build": "pnpm clean && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json", | ||
"build": "rollup -c rollup.config.js", | ||
"bundle": "rollup -c rollup.config.js", | ||
"lint": "eslint src", | ||
@@ -83,0 +84,0 @@ "clean": "rimraf ./dist", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1031511