@oramacloud/client
Advanced tools
Comparing version 1.0.0-beta.5 to 1.0.0-beta.6
{ | ||
"name": "@oramacloud/client", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.6", | ||
"description": "Orama SDK for Node.js, Deno, and Browsers", | ||
@@ -16,2 +16,11 @@ "type": "module", | ||
}, | ||
"scripts": { | ||
"lint": "ts-standard --fix", | ||
"build": "rm -rf ./dist && concurrently \"npm run build:esm\" \"npm run build:cjs\" \"npm run build:ts\"", | ||
"build:esm": "esbuild ./src/index.ts --bundle --format=esm --outfile=./dist/esm/index.js", | ||
"build:cjs": "esbuild ./src/index.ts --bundle --format=iife --outfile=./dist/cjs/index.js", | ||
"build:ts": "tsc -p . --emitDeclarationOnly", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"serve:example": "esbuild src/index.ts --bundle --outfile=example/out.js --format=esm --watch --servedir=example" | ||
}, | ||
"keywords": [ | ||
@@ -41,12 +50,3 @@ "orama", | ||
"typescript": "^5.1.3" | ||
}, | ||
"scripts": { | ||
"lint": "ts-standard --fix", | ||
"build": "rm -rf ./dist && concurrently \"npm run build:esm\" \"npm run build:cjs\" \"npm run build:ts\"", | ||
"build:esm": "esbuild ./src/index.ts --bundle --format=esm --outfile=./dist/esm/index.js", | ||
"build:cjs": "esbuild ./src/index.ts --bundle --format=iife --outfile=./dist/cjs/index.js", | ||
"build:ts": "tsc -p . --emitDeclarationOnly", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"serve:example": "esbuild src/index.ts --bundle --outfile=example/out.js --format=esm --watch --servedir=example" | ||
} | ||
} | ||
} |
@@ -8,3 +8,3 @@ # Orama Cloud Client | ||
```js | ||
import { OramaClient } from '@orama/client' | ||
import { OramaClient } from '@oramacloud/client' | ||
@@ -27,2 +27,2 @@ const client = new OramaClient({ | ||
}) | ||
``` | ||
``` |
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
17
27
17757
188