@vmz/plugin-live2d 0.0.22 → 0.0.23

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": "@vmz/plugin-live2d",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "VMZ Live2D adapter — <Live2dHost> for @doki-land/live2d in VMZ applications",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "test": "vitest run --passWithNoTests"
37
37
  },
38
38
  "dependencies": {
39
- "@doki-land/live2d": "0.0.22",
39
+ "@doki-land/live2d": "0.0.23",
40
40
  "@vmz/plugin": "^0.1.8"
41
41
  }
42
42
  }