v8scli 0.2.1 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "v8scli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CLI for building and publishing V8 point_script mods (companion of v8_scripting)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -7,7 +7,7 @@
7
7
  "upload": "v8scli upload"
8
8
  },
9
9
  "devDependencies": {
10
- "v8_scripting": "^0.2.1",
10
+ "v8_scripting": "^0.3.0",
11
11
  "v8scli": "^0.2.0",
12
12
  "typescript": "^5.9.2"
13
13
  }