@revealui/core 0.14.0 → 0.14.2
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/dist/features.d.ts +1 -1
- package/dist/features.d.ts.map +1 -1
- package/dist/features.js +2 -2
- package/package.json +2 -2
package/dist/features.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export interface FeatureFlags {
|
|
|
15
15
|
aiLocal: boolean;
|
|
16
16
|
/** AI agent system - local + cloud via RevealUI harness (Pro+) */
|
|
17
17
|
ai: boolean;
|
|
18
|
-
/** AI memory system - working + episodic + vector (
|
|
18
|
+
/** AI memory system - working + episodic + vector (Pro+) */
|
|
19
19
|
aiMemory: boolean;
|
|
20
20
|
/** MCP server integration */
|
|
21
21
|
mcp: boolean;
|
package/dist/features.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"features.d.ts","sourceRoot":"","sources":["../src/features.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAc,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAE5D,qCAAqC;AACrC,MAAM,WAAW,YAAY;IAC3B,sGAAsG;IACtG,OAAO,EAAE,OAAO,CAAC;IACjB,oEAAoE;IACpE,EAAE,EAAE,OAAO,CAAC;IACZ,
|
|
1
|
+
{"version":3,"file":"features.d.ts","sourceRoot":"","sources":["../src/features.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAc,KAAK,WAAW,EAAE,MAAM,cAAc,CAAC;AAE5D,qCAAqC;AACrC,MAAM,WAAW,YAAY;IAC3B,sGAAsG;IACtG,OAAO,EAAE,OAAO,CAAC;IACjB,oEAAoE;IACpE,EAAE,EAAE,OAAO,CAAC;IACZ,8DAA8D;IAC9D,QAAQ,EAAE,OAAO,CAAC;IAClB,6BAA6B;IAC7B,GAAG,EAAE,OAAO,CAAC;IACb,yCAAyC;IACzC,QAAQ,EAAE,OAAO,CAAC;IAClB,mCAAmC;IACnC,WAAW,EAAE,OAAO,CAAC;IACrB,oEAAoE;IACpE,UAAU,EAAE,OAAO,CAAC;IACpB,2EAA2E;IAC3E,WAAW,EAAE,OAAO,CAAC;IACrB,yCAAyC;IACzC,QAAQ,EAAE,OAAO,CAAC;IAClB,mDAAmD;IACnD,YAAY,EAAE,OAAO,CAAC;IACtB,2BAA2B;IAC3B,SAAS,EAAE,OAAO,CAAC;IACnB,4BAA4B;IAC5B,YAAY,EAAE,OAAO,CAAC;IACtB,wCAAwC;IACxC,SAAS,EAAE,OAAO,CAAC;IACnB,iGAAiG;IACjG,YAAY,EAAE,OAAO,CAAC;IACtB,yEAAyE;IACzE,aAAa,EAAE,OAAO,CAAC;IACvB,qEAAqE;IACrE,cAAc,EAAE,OAAO,CAAC;IACxB,yEAAyE;IACzE,GAAG,EAAE,OAAO,CAAC;CACd;AA2BD;;;;;;;;;;;;GAYG;AACH,wBAAgB,WAAW,IAAI,YAAY,CAW1C;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,YAAY,GAAG,OAAO,CAMrE;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,WAAW,GAAG,YAAY,CAkBlE;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,YAAY,GAAG,WAAW,CAExE;AAED;;GAEG;AACH,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC"}
|
package/dist/features.js
CHANGED
|
@@ -19,9 +19,9 @@ const featureTierMap = {
|
|
|
19
19
|
dashboard: 'pro',
|
|
20
20
|
customDomain: 'pro',
|
|
21
21
|
analytics: 'pro',
|
|
22
|
-
aiMemory: '
|
|
22
|
+
aiMemory: 'pro',
|
|
23
23
|
aiInference: 'max',
|
|
24
|
-
auditLog: '
|
|
24
|
+
auditLog: 'pro',
|
|
25
25
|
multiTenant: 'enterprise',
|
|
26
26
|
// NOTE: whiteLabel is planned but not yet implemented.
|
|
27
27
|
// Forced to false below in getFeatures/getFeaturesForTier/isFeatureEnabled
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revealui/core",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"description": "RevealUI's runtime engine — admin UI, REST API, auth, rich text, plugin system, and access control. The heart of the open-source platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"yjs": "^13.6.31",
|
|
25
25
|
"zod": "^4.4.3",
|
|
26
26
|
"@revealui/contracts": "0.8.3",
|
|
27
|
-
"@revealui/presentation": "0.14.
|
|
27
|
+
"@revealui/presentation": "0.14.2",
|
|
28
28
|
"@revealui/resilience": "0.2.4",
|
|
29
29
|
"@revealui/security": "0.8.0",
|
|
30
30
|
"@revealui/utils": "0.3.6"
|