@objectstack/plugin-security 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.
- package/README.md +2 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> Security plugin for ObjectStack — RBAC, Row-Level Security (RLS), and Field-Level Masking enforced transparently through the ObjectQL middleware chain.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@objectstack/plugin-security)
|
|
6
|
-
[](../../../LICENSING.md)
|
|
7
7
|
|
|
8
8
|
## Overview
|
|
9
9
|
|
|
@@ -115,5 +115,4 @@ Compilation output is a filter AST merged into every query's `where` clause, so
|
|
|
115
115
|
|
|
116
116
|
## License
|
|
117
117
|
|
|
118
|
-
|
|
119
|
-
[LICENSING.md](../../../LICENSING.md).
|
|
118
|
+
Apache-2.0. See [LICENSING.md](../../../LICENSING.md).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-security",
|
|
3
|
-
"version": "6.8.
|
|
4
|
-
"license": "
|
|
3
|
+
"version": "6.8.1",
|
|
4
|
+
"license": "Apache-2.0",
|
|
5
5
|
"description": "Security Plugin for ObjectStack — RBAC, RLS, and Field-Level Security Runtime",
|
|
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.
|
|
17
|
-
"@objectstack/platform-objects": "6.8.
|
|
18
|
-
"@objectstack/spec": "6.8.
|
|
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",
|