@objectstack/driver-memory 6.8.0 → 6.9.0
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 +2 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> In-memory ObjectQL driver for ObjectStack — zero-config storage for development, unit tests, Storybook, and browser MSW mocks.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@objectstack/driver-memory)
|
|
6
|
-
[](../../../LICENSING.md)
|
|
7
7
|
|
|
8
8
|
## Overview
|
|
9
9
|
|
|
@@ -99,5 +99,4 @@ const driver = new InMemoryDriver({
|
|
|
99
99
|
|
|
100
100
|
## License
|
|
101
101
|
|
|
102
|
-
|
|
103
|
-
[LICENSING.md](../../../LICENSING.md).
|
|
102
|
+
Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/driver-memory",
|
|
3
|
-
"version": "6.
|
|
4
|
-
"license": "
|
|
3
|
+
"version": "6.9.0",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
5
|
"description": "In-Memory Driver for ObjectStack (Reference Implementation)",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"mingo": "^7.2.1",
|
|
17
|
-
"@objectstack/core": "6.
|
|
18
|
-
"@objectstack/spec": "6.
|
|
17
|
+
"@objectstack/core": "6.9.0",
|
|
18
|
+
"@objectstack/spec": "6.9.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|