@sidurijs/body 1.0.0 → 1.0.1

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sidurijs/body",
3
3
  "organType": "body",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "displayName": "Body (Live2D & VRM Avatar State)",
6
6
  "description": "Renderer-agnostic avatar expression and embodiment event adapter supporting Live2D (.model3.json) and VRM (.vrm)",
7
7
  "entrypoint": "./dist/index.js",
package/package.json CHANGED
@@ -1,15 +1,10 @@
1
1
  {
2
2
  "name": "@sidurijs/body",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
- "scripts": {
7
- "build": "tsc",
8
- "dev": "tsc -w",
9
- "test": "jest --config jest.config.json"
10
- },
11
6
  "dependencies": {
12
- "@sidurijs/core": "workspace:*"
7
+ "@sidurijs/core": "1.0.3"
13
8
  },
14
9
  "devDependencies": {
15
10
  "@types/jest": "^30.0.0",
@@ -44,5 +39,10 @@
44
39
  "default": "./dist/index.js"
45
40
  },
46
41
  "./organ-manifest.json": "./organ-manifest.json"
42
+ },
43
+ "scripts": {
44
+ "build": "tsc",
45
+ "dev": "tsc -w",
46
+ "test": "jest --config jest.config.json"
47
47
  }
48
- }
48
+ }