@vibecook/chopsticks-core 0.1.0 → 0.1.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/index.d.ts CHANGED
@@ -9,5 +9,5 @@ export * from './events.js';
9
9
  export * from './state.js';
10
10
  export * from './session.js';
11
11
  export * from './host.js';
12
- export declare const CHOPSTICKS_CORE_VERSION = "0.1.0";
12
+ export declare const CHOPSTICKS_CORE_VERSION = "0.1.2";
13
13
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -9,5 +9,5 @@ export * from './events.js';
9
9
  export * from './state.js';
10
10
  export * from './session.js';
11
11
  export * from './host.js';
12
- export const CHOPSTICKS_CORE_VERSION = '0.1.0'; // x-release-please-version
12
+ export const CHOPSTICKS_CORE_VERSION = '0.1.2'; // x-release-please-version
13
13
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecook/chopsticks-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "description": "Core contracts for the chopsticks agent runtime: events, session state reducer, adapter interfaces. Zero I/O.",
6
6
  "license": "MIT",