Skip to content

Commit 00a9632

Browse files
committed
chore: remove outdated PUBLISHING.md and update package versions to 0.1.3 and 0.1.4
1 parent 0dfbcb9 commit 00a9632

File tree

3 files changed

+15
-136
lines changed

3 files changed

+15
-136
lines changed

PUBLISHING.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-access-engine-devtools",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "DevTools overlay for react-access-engine — inspect RBAC, ABAC, feature flags, A/B experiments, policies, and access decisions in real time. Zero-config debug panel for React.",
55
"author": "Abhishek Verma",
66
"license": "MIT",

packages/react-access-engine/package.json

Lines changed: 14 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-access-engine",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Unified access control for React — RBAC, ABAC, feature flags, A/B experiments, plan gating, policy engine, remote config. SSR-safe, tree-shakeable, zero dependencies. One hook, one component.",
55
"author": "Abhishek Verma",
66
"license": "MIT",
@@ -11,30 +11,28 @@
1111
},
1212
"keywords": [
1313
"react",
14+
"access-control",
1415
"rbac",
1516
"abac",
16-
"authorization",
1717
"permissions",
18-
"access-control",
1918
"feature-flags",
2019
"feature-toggles",
21-
"a/b-testing",
22-
"ab-testing",
20+
"a-b-testing",
2321
"experiments",
24-
"plan-gating",
25-
"subscription",
26-
"remote-config",
2722
"policy-engine",
23+
"authorization",
24+
"hooks",
25+
"typescript",
2826
"role-based-access-control",
2927
"attribute-based-access-control",
28+
"plan-gating",
29+
"remote-config",
30+
"rollout",
3031
"react-hooks",
31-
"react-components",
32-
"ssr",
33-
"nextjs",
34-
"typescript",
35-
"tree-shaking",
36-
"useAccess",
37-
"permission-guard"
32+
"access-gate",
33+
"permission-guard",
34+
"tree-shakeable",
35+
"ssr-safe"
3836
],
3937
"repository": {
4038
"type": "git",
@@ -105,30 +103,5 @@
105103
"tsup": "^8.3.0",
106104
"typescript": "^5.7.0",
107105
"vitest": "^3.0.0"
108-
},
109-
"keywords": [
110-
"react",
111-
"access-control",
112-
"rbac",
113-
"abac",
114-
"permissions",
115-
"feature-flags",
116-
"feature-toggles",
117-
"a-b-testing",
118-
"experiments",
119-
"policy-engine",
120-
"authorization",
121-
"hooks",
122-
"typescript",
123-
"role-based-access-control",
124-
"attribute-based-access-control",
125-
"plan-gating",
126-
"remote-config",
127-
"rollout",
128-
"react-hooks",
129-
"access-gate",
130-
"permission-guard",
131-
"tree-shakeable",
132-
"ssr-safe"
133-
]
106+
}
134107
}

0 commit comments

Comments
 (0)