@hazeljs/memory 0.2.0-alpha.4 → 0.2.0-alpha.6

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/memory",
3
- "version": "0.2.0-alpha.4",
3
+ "version": "0.2.0-alpha.6",
4
4
  "description": "Pluggable user memory for HazelJS - profile, preferences, behavioral patterns, emotional state, episodic and semantic memory with multi-store support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -73,5 +73,5 @@
73
73
  ],
74
74
  "author": "Muhammad Arslan <muhammad.arslan@hazeljs.com>",
75
75
  "license": "Apache-2.0",
76
- "gitHead": "1ba645b7dd3ee97b463e54fdb6bebdffcd9e4190"
76
+ "gitHead": "7d4d24452da000b3b74ed841c90d7718dbb7669f"
77
77
  }