@doki-land/live2d-renderer 0.0.26 → 0.0.27

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -184,5 +184,5 @@ contract justifies it.
184
184
 
185
185
  ### Terms
186
186
 
187
- - See the repository license for source-code terms.
187
+ - Source code is dedicated to the public domain under **CC0 1.0 Universal** — see [`License.md`](../../License.md).
188
188
  - Model assets used for local testing may have separate terms.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@doki-land/live2d-renderer",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Live2D rendering — moc2/moc3 decode + WebGPU, WebGL2, Canvas2D backends for live2d.ts.",
5
5
  "type": "module",
6
- "license": "MIT",
6
+ "license": "CC0-1.0",
7
7
  "homepage": "https://github.com/doki-land/live2d.ts",
8
8
  "repository": {
9
9
  "type": "git",
@@ -45,7 +45,7 @@
45
45
  "test": "vitest run"
46
46
  },
47
47
  "dependencies": {
48
- "@doki-land/live2d-core": "0.0.26"
48
+ "@doki-land/live2d-core": "0.0.27"
49
49
  },
50
50
  "sideEffects": false
51
51
  }