@objectstack/plugin-audit 6.8.0 → 6.8.1

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 +5 -5
package/README.md CHANGED
@@ -403,7 +403,7 @@ interface IAuditService {
403
403
 
404
404
  ## License
405
405
 
406
- Apache-2.0
406
+ Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
407
407
 
408
408
  ## See Also
409
409
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-audit",
3
- "version": "6.8.0",
4
- "license": "BUSL-1.1",
3
+ "version": "6.8.1",
4
+ "license": "Apache-2.0",
5
5
  "description": "Audit Plugin for ObjectStack — System audit log object and audit trail",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -13,9 +13,9 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "6.8.0",
17
- "@objectstack/platform-objects": "6.8.0",
18
- "@objectstack/spec": "6.8.0"
16
+ "@objectstack/core": "6.8.1",
17
+ "@objectstack/platform-objects": "6.8.1",
18
+ "@objectstack/spec": "6.8.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.9.1",