@microverse.ts/runtime-wasm 0.2.0 → 0.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microverse.ts/runtime-wasm",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -27,9 +27,9 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "wasmoon": "^1.15.0",
30
- "@microverse.ts/runtime-core": "0.2.0",
31
- "@microverse.ts/runtime-lua": "0.2.0",
32
- "@microverse.ts/shared": "0.2.0"
30
+ "@microverse.ts/runtime-core": "0.3.0",
31
+ "@microverse.ts/runtime-lua": "0.3.0",
32
+ "@microverse.ts/shared": "0.3.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.8.3",
@@ -1,3 +0,0 @@
1
- /** @deprecated Slot prelude is {@link MICROVERSE_LUA_COMPONENT_SLOT_PRELUDE}; kept for engine bootstrap compatibility. */
2
- export declare const MICROVERSE_LUA_COMPONENT_RUNTIME = "-- component runtime uses per-slot prelude";
3
- //# sourceMappingURL=microverseLuaComponentRuntime.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"microverseLuaComponentRuntime.d.ts","sourceRoot":"","sources":["../../../src/infrastructure/runtime/microverseLuaComponentRuntime.ts"],"names":[],"mappings":"AAAA,0HAA0H;AAC1H,eAAO,MAAM,gCAAgC,+CAA+C,CAAC"}