@rolexjs/core 1.1.0-dev-20260304041558 → 1.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/dist/index.d.ts +0 -3
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as _rolexjs_system from '@rolexjs/system';
|
|
2
2
|
import { Runtime, Initializer } from '@rolexjs/system';
|
|
3
3
|
export { Create, GraphOp, Link, Process, Relation, Remove, Runtime, State, Structure, Transform, Unlink, create, createRuntime, link, process, relation, remove, structure, transform, unlink } from '@rolexjs/system';
|
|
4
|
-
import { IssueXProvider } from '@issuexjs/core';
|
|
5
4
|
import { ResourceXProvider, CustomExecutor } from '@resourcexjs/core';
|
|
6
5
|
|
|
7
6
|
/**
|
|
@@ -51,8 +50,6 @@ interface Platform {
|
|
|
51
50
|
readonly resourcexProvider?: ResourceXProvider;
|
|
52
51
|
/** Custom executor for ResourceX resolver execution (e.g., QuickJS Wasm for Workers). */
|
|
53
52
|
readonly resourcexExecutor?: CustomExecutor;
|
|
54
|
-
/** IssueX provider — injected storage backend for issue tracking. */
|
|
55
|
-
readonly issuexProvider?: IssueXProvider;
|
|
56
53
|
/** Initializer — bootstrap the world on first run. */
|
|
57
54
|
readonly initializer?: Initializer;
|
|
58
55
|
/** Prototype sources to settle on genesis (local paths or ResourceX locators). */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolexjs/core",
|
|
3
|
-
"version": "1.1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "RoleX Core - AI Agent Role Management Framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rolex",
|
|
@@ -39,8 +39,7 @@
|
|
|
39
39
|
"clean": "rm -rf dist"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@
|
|
43
|
-
"@rolexjs/system": "1.1.0-dev-20260304041558",
|
|
42
|
+
"@rolexjs/system": "^1.1.0",
|
|
44
43
|
"@resourcexjs/core": "^2.14.0"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {},
|