@wiscale/velesdb-wasm 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # VelesDB WASM
2
2
 
3
- [![npm](https://img.shields.io/npm/v/velesdb-wasm)](https://www.npmjs.com/package/velesdb-wasm)
3
+ [![npm](https://img.shields.io/npm/v/@wiscale/velesdb-wasm)](https://www.npmjs.com/package/@wiscale/velesdb-wasm)
4
4
  [![License](https://img.shields.io/badge/license-ELv2-blue)](https://github.com/cyberlife-coder/VelesDB/blob/main/LICENSE)
5
5
 
6
6
  WebAssembly build of [VelesDB](https://github.com/cyberlife-coder/VelesDB) - vector search in the browser.
@@ -15,13 +15,13 @@ WebAssembly build of [VelesDB](https://github.com/cyberlife-coder/VelesDB) - vec
15
15
  ## Installation
16
16
 
17
17
  ```bash
18
- npm install velesdb-wasm
18
+ npm install @wiscale/velesdb-wasm
19
19
  ```
20
20
 
21
21
  ## Usage
22
22
 
23
23
  ```javascript
24
- import init, { VectorStore } from 'velesdb-wasm';
24
+ import init, { VectorStore } from '@wiscale/velesdb-wasm';
25
25
 
26
26
  async function main() {
27
27
  // Initialize WASM module
@@ -106,7 +106,7 @@ class VectorStore {
106
106
  Save and restore your vector store for offline-first applications with built-in async methods:
107
107
 
108
108
  ```javascript
109
- import init, { VectorStore } from 'velesdb-wasm';
109
+ import init, { VectorStore } from '@wiscale/velesdb-wasm';
110
110
 
111
111
  async function main() {
112
112
  await init();
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wiscale/velesdb-wasm",
3
3
  "type": "module",
4
4
  "description": "VelesDB for WebAssembly - Vector search in the browser",
5
- "version": "0.5.1",
5
+ "version": "0.5.2",
6
6
  "license": "Elastic-2.0",
7
7
  "repository": {
8
8
  "type": "git",
Binary file