@nanolink/operational-model 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ TypeScript package providing read-only Aerospike repository interfaces and imple
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install
8
+ npm install @nanolink/operational-model
9
9
  ```
10
10
 
11
11
  ## Usage (read-only)
@@ -16,7 +16,7 @@ import {
16
16
  createRepositories,
17
17
  AerospikeRepositories,
18
18
  AerospikeModels,
19
- } from 'operational_model';
19
+ } from '@nanolink/operational-model';
20
20
 
21
21
  async function main() {
22
22
  const client = await createAerospikeClient({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanolink/operational-model",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript utility package.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",