@mirascript/mirascript 0.1.12 → 0.1.13

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/cli/index.js CHANGED
@@ -88,7 +88,7 @@ async function execute(script, template, variables, fileName) {
88
88
  // package.json
89
89
  var package_default = {
90
90
  name: "@mirascript/mirascript",
91
- version: "0.1.12",
91
+ version: "0.1.13",
92
92
  author: "CloudPSS",
93
93
  license: "MIT",
94
94
  description: "An expression based scripting language.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirascript/mirascript",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "author": "CloudPSS",
5
5
  "license": "MIT",
6
6
  "description": "An expression based scripting language.",
@@ -34,7 +34,7 @@
34
34
  "commander": "^14.0.2",
35
35
  "source-map-js": "^1.2.1",
36
36
  "supports-color": "^10.2.2",
37
- "@mirascript/bindings": "~0.1.12"
37
+ "@mirascript/bindings": "~0.1.13"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^24.10.1",