Mr.doob 2 месяцев назад
Родитель
Сommit
a58e9ecf22
5 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      build/three.cjs
  2. 1 1
      build/three.core.js
  3. 0 0
      build/three.core.min.js
  4. 1 1
      package.json
  5. 1 1
      src/constants.js

+ 1 - 1
build/three.cjs

@@ -5,7 +5,7 @@
  */
 'use strict';
 
-const REVISION = '182dev';
+const REVISION = '182';
 
 /**
  * Represents mouse buttons and interaction types in context of controls.

+ 1 - 1
build/three.core.js

@@ -3,7 +3,7 @@
  * Copyright 2010-2025 Three.js Authors
  * SPDX-License-Identifier: MIT
  */
-const REVISION = '182dev';
+const REVISION = '182';
 
 /**
  * Represents mouse buttons and interaction types in context of controls.

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
build/three.core.min.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "three",
-  "version": "0.181.0",
+  "version": "0.182.0",
   "description": "JavaScript 3D library",
   "type": "module",
   "main": "./build/three.cjs",

+ 1 - 1
src/constants.js

@@ -1,4 +1,4 @@
-export const REVISION = '182dev';
+export const REVISION = '182';
 
 /**
  * Represents mouse buttons and interaction types in context of controls.

Некоторые файлы не были показаны из-за большого количества измененных файлов

粤ICP备19079148号