@microverse.ts/runtime-lua 0.1.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@microverse.ts/runtime-lua",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
+ "description": "Lua profile for Microverse: script chunks, compile port, and mapping from MicroverseScript sources into runnable Lua.",
7
8
  "repository": {
8
9
  "type": "git",
9
10
  "url": "git+https://github.com/QADRAX/Microverse.ts.git",
@@ -25,7 +26,7 @@
25
26
  "dist"
26
27
  ],
27
28
  "dependencies": {
28
- "@microverse.ts/runtime-core": "0.1.0"
29
+ "@microverse.ts/runtime-core": "0.3.0"
29
30
  },
30
31
  "devDependencies": {
31
32
  "typescript": "^5.8.3",