@sovant/sdk 1.0.4 → 1.0.5

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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,8 +94,9 @@ console.log(results);
94
94
 
95
95
  ## Versioning & Changelog
96
96
 
97
- - **Stable release:** 1.0.3
98
- - Earlier build 1.0.0 was experimental and is deprecated.
97
+ - **Stable release:** 1.0.5
98
+ - Version 1.0.4 fixed critical API endpoint bugs
99
+ - Earlier builds (1.0.0-1.0.3) are deprecated
99
100
  - See [CHANGELOG.md](./CHANGELOG.md) for details.
100
101
 
101
102
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sovant/sdk",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Sovant Memory-as-a-Service TypeScript SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",