@objectstack/service-analytics 11.10.0 → 12.1.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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -392,4 +392,4 @@ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
|
|
|
392
392
|
|
|
393
393
|
- [@objectstack/objectql](../../objectql/)
|
|
394
394
|
- [@objectstack/spec/contracts](../../spec/src/contracts/)
|
|
395
|
-
- [Analytics Guide](/content/docs/
|
|
395
|
+
- [Analytics Guide](/content/docs/data-modeling/analytics.mdx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-analytics",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.1.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Analytics Service for ObjectStack — implements IAnalyticsService with multi-driver strategy pattern (NativeSQL, ObjectQL, InMemory)",
|
|
6
6
|
"type": "module",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "
|
|
18
|
-
"@objectstack/spec": "
|
|
17
|
+
"@objectstack/core": "12.1.0",
|
|
18
|
+
"@objectstack/spec": "12.1.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^26.0.1",
|