@actcore/web-runtime 0.1.0 → 0.1.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/cache.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  * subsequent loads, skipping `generate()` entirely.
9
9
  *
10
10
  * Cache key (see {@link deriveTranspileCacheKey}) includes, by construction:
11
- * - {@link HOST_VERSION} — a new @actcore/host release may ship new transpiler
11
+ * - {@link HOST_VERSION} — a new @actcore/web-runtime release may ship new transpiler
12
12
  * patches or a new bundled jco/bindgen, so its output format can change.
13
13
  * - the SHA-256 of the original component bytes ("original module hash").
14
14
  * - the transpile options that change `generate()`'s output (`name`, and the
package/dist/cache.js CHANGED
Binary file
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const HOST_VERSION = "0.1.0";
1
+ export declare const HOST_VERSION = "0.1.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // @generated by scripts/gen-version.mjs — do not edit by hand.
2
2
  // Mirrors package.json "version". Part of the transpile-cache key, so a
3
3
  // version bump deliberately invalidates all cached transpile output.
4
- export const HOST_VERSION = "0.1.0";
4
+ export const HOST_VERSION = "0.1.1";
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actcore/web-runtime",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Web runtime for ACT (Agent Component Tools) — loads and runs signed wasm agent tools in the browser, and exposes them to browser agents via WebMCP",
5
5
  "keywords": [
6
6
  "act",