@sequio/runtime 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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequio/runtime",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Compile and run multi-file TS/JS (virtual or injected real filesystem) into a Composer that renders/exports in the client or feeds server-side rendering.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  ],
50
50
  "dependencies": {
51
51
  "typescript": "^5.7.0",
52
- "@sequio/engine": "^0.1.1"
52
+ "@sequio/engine": "^0.1.2"
53
53
  },
54
54
  "scripts": {
55
55
  "dev": "vite",