@execbox/quickjs 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -21,9 +21,9 @@ QuickJS executor backend for `@execbox/core`.
21
21
 
22
22
  ## Architecture Docs
23
23
 
24
- - [Execbox architecture overview](https://github.com/aallam/execbox/blob/main/docs/execbox/architecture/README.md)
25
- - [Execbox executors](https://github.com/aallam/execbox/blob/main/docs/execbox/architecture/execbox-executors.md)
26
- - [Execbox MCP adapters and protocol](https://github.com/aallam/execbox/blob/main/docs/execbox/architecture/execbox-mcp-and-protocol.md)
24
+ - [Execbox architecture overview](https://github.com/aallam/execbox/blob/main/docs/architecture/README.md)
25
+ - [Execbox executors](https://github.com/aallam/execbox/blob/main/docs/architecture/execbox-executors.md)
26
+ - [Execbox MCP adapters and protocol](https://github.com/aallam/execbox/blob/main/docs/architecture/execbox-mcp-and-protocol.md)
27
27
 
28
28
  ## Examples
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@execbox/quickjs",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "QuickJS executor for the execbox core package.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -54,8 +54,8 @@
54
54
  "homepage": "https://github.com/aallam/execbox/tree/main/packages/quickjs#readme",
55
55
  "bugs": "https://github.com/aallam/execbox/issues",
56
56
  "dependencies": {
57
- "@execbox/core": "^0.1.0",
58
- "@execbox/protocol": "^0.1.0",
57
+ "@execbox/core": "^0.2.0",
58
+ "@execbox/protocol": "^0.1.1",
59
59
  "quickjs-emscripten": "^0.31.0"
60
60
  }
61
61
  }