@pixiv/three-vrm-core 3.5.1 → 3.5.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-core v3.5.1
2
+ * @pixiv/three-vrm-core v3.5.2
3
3
  * The implementation of core features of VRM, for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2026 pixiv Inc.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @pixiv/three-vrm-core v3.5.1
2
+ * @pixiv/three-vrm-core v3.5.2
3
3
  * The implementation of core features of VRM, for @pixiv/three-vrm
4
4
  *
5
5
  * Copyright (c) 2019-2026 pixiv Inc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixiv/three-vrm-core",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "description": "The implementation of core features of VRM, for @pixiv/three-vrm",
5
5
  "license": "MIT",
6
6
  "author": "pixiv",
@@ -26,16 +26,16 @@
26
26
  "directory": "packages/three-vrm-core"
27
27
  },
28
28
  "scripts": {
29
- "version": "yarn clean && yarn build",
30
- "dev": "cross-env SERVE=1 yarn build-dev",
29
+ "version": "pnpm clean && pnpm build",
30
+ "dev": "cross-env SERVE=1 pnpm build-dev",
31
31
  "clean": "rimraf docs/ lib/ types/",
32
- "build": "yarn build-dev && yarn build-prod && yarn build-types",
32
+ "build": "pnpm build-dev && pnpm build-prod && pnpm build-types",
33
33
  "build-js": "node ../../bin/build.mjs",
34
- "build-dev": "cross-env NODE_ENV=development yarn build-js",
35
- "build-prod": "cross-env NODE_ENV=production yarn build-js",
34
+ "build-dev": "cross-env NODE_ENV=development pnpm build-js",
35
+ "build-prod": "cross-env NODE_ENV=production pnpm build-js",
36
36
  "build-types": "tsc --project ./tsconfig.build-types.json",
37
37
  "docs-legacy": "typedoc --plugin ../../typedoc-redirect-legacy-docs-plugin.mjs",
38
- "lint": "eslint \"src/**/*.{ts,tsx}\" && yarn lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
38
+ "lint": "eslint \"src/**/*.{ts,tsx}\" && pnpm lint-examples && prettier \"src/**/*.{ts,tsx}\" --check",
39
39
  "lint-examples": "eslint \"examples/**/*.{js,html}\" --rule \"padded-blocks: error\"",
40
40
  "lint-fix": "eslint \"src/**/*.{ts,tsx}\" --fix && eslint \"examples/**/*.{js,html}\" --fix && prettier \"src/**/*.{ts,tsx}\" --write"
41
41
  },
@@ -49,8 +49,8 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@pixiv/types-vrm-0.0": "3.5.1",
53
- "@pixiv/types-vrmc-vrm-1.0": "3.5.1"
52
+ "@pixiv/types-vrm-0.0": "3.5.2",
53
+ "@pixiv/types-vrmc-vrm-1.0": "3.5.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/three": "^0.180.0",
@@ -59,5 +59,5 @@
59
59
  "peerDependencies": {
60
60
  "three": ">=0.137"
61
61
  },
62
- "gitHead": "2c4aac612467216e0c8e7dc4500c2fa309208cc7"
62
+ "gitHead": "9d125586f6d7da094b0ac5f204cebf19586f2397"
63
63
  }