@orgloop/server 0.5.0 → 0.6.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/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @orgloop/server — OrgLoop HTTP API Server
3
3
  *
4
- * v1.1 scope. This package will expose the OrgLoop engine over HTTP.
5
- * For now it's a placeholder that re-exports the core types.
4
+ * Re-exports core engine and REST API registration.
6
5
  */
7
- export { OrgLoop } from '@orgloop/core';
6
+ export type { ApiHandler, EventHistoryOptions, EventRecord, RouteStats } from '@orgloop/core';
7
+ export { OrgLoop, registerRestApi } from '@orgloop/core';
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,YAAY,EAAE,UAAU,EAAE,mBAAmB,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC9F,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC"}
package/dist/index.js CHANGED
@@ -1,8 +1,7 @@
1
1
  /**
2
2
  * @orgloop/server — OrgLoop HTTP API Server
3
3
  *
4
- * v1.1 scope. This package will expose the OrgLoop engine over HTTP.
5
- * For now it's a placeholder that re-exports the core types.
4
+ * Re-exports core engine and REST API registration.
6
5
  */
7
- export { OrgLoop } from '@orgloop/core';
6
+ export { OrgLoop, registerRestApi } from '@orgloop/core';
8
7
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@orgloop/server",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "OrgLoop HTTP API server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "dependencies": {
9
- "@orgloop/core": "0.5.0",
10
- "@orgloop/sdk": "0.5.0"
9
+ "@orgloop/core": "0.6.1",
10
+ "@orgloop/sdk": "0.6.1"
11
11
  },
12
12
  "files": [
13
13
  "dist"