@doki-land/live2d-core 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 +2 -2
package/README.md CHANGED
@@ -109,4 +109,4 @@ implementation layers and remain meaningful without a browser UI framework.
109
109
 
110
110
  ## 📄 License
111
111
 
112
- See the repository license.
112
+ Source code is dedicated to the public domain under **CC0 1.0 Universal** — see [`License.md`](../../License.md).
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@doki-land/live2d-core",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Shared TypeScript contracts for live2d.ts — ModelSource, Live2dStage/Actor, ModelAsset, events (no DOM/GPU).",
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",