@smartmemory/sdk-js 1.4.121 → 1.4.122

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -396,4 +396,4 @@ Search uses `lexical` with default weight 0.8. Replace removed `contains` and `k
396
396
 
397
397
  Use `memory.search(query, {channelWeights: {lexical: 0}})`. The optional JS property forwards `channel_weights` without a REST signature change.
398
398
 
399
- Quiesce old writers before first-open indexing. Verify the engine capability pin and use `sm rebuild --lexical` for recovery. [Migration, targets and measured limitations](https://github.com/smart-memory/smart-memory-docs/blob/main/docs/features/CORE-LEXICAL-INDEX-1/migration.md).
399
+ Quiesce old writers before first-open indexing. Verify the engine capability pin and use `sm rebuild --lexical` for recovery. [Migration, targets and measured limitations](https://github.com/smartmemory/smart-memory-docs/blob/main/docs/features/CORE-LEXICAL-INDEX-1/migration.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartmemory/sdk-js",
3
- "version": "1.4.121",
3
+ "version": "1.4.122",
4
4
  "description": "Unified JavaScript SDK for SmartMemory API — auth + API client for all frontends",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -91,10 +91,10 @@
91
91
  },
92
92
  "repository": {
93
93
  "type": "git",
94
- "url": "git+https://github.com/smart-memory/smart-memory-sdk-js.git"
94
+ "url": "git+https://github.com/smartmemory/smart-memory-sdk-js.git"
95
95
  },
96
96
  "bugs": {
97
- "url": "https://github.com/smart-memory/smart-memory-sdk-js/issues"
97
+ "url": "https://github.com/smartmemory/smart-memory-sdk-js/issues"
98
98
  },
99
- "homepage": "https://github.com/smart-memory/smart-memory-sdk-js#readme"
99
+ "homepage": "https://github.com/smartmemory/smart-memory-sdk-js#readme"
100
100
  }