soonspacejs 2.14.3 → 2.14.4
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.
- package/dist/index.esm.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -52,7 +52,7 @@ import * as $i from "three/examples/jsm/utils/SkeletonUtils.js";
|
|
|
52
52
|
import * as Ih from "three/examples/jsm/libs/fflate.module.js";
|
|
53
53
|
import { NURBSCurve as Dh } from "three/examples/jsm/curves/NURBSCurve.js";
|
|
54
54
|
import { RectAreaLightHelper as Ah } from "three/examples/jsm/helpers/RectAreaLightHelper.js";
|
|
55
|
-
const Eh = "soonspacejs", Lh = "2.14.
|
|
55
|
+
const Eh = "soonspacejs", Lh = "2.14.4", ea = {
|
|
56
56
|
name: Eh,
|
|
57
57
|
version: Lh
|
|
58
58
|
}, no = "[soonspacejs]: ";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "soonspacejs",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.4",
|
|
4
4
|
"homepage": "https://www.xwbuilders.com/soonspacejs/",
|
|
5
5
|
"description": "soonspacejs 2.x",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"three": ">=0.172.0 <0.180.0",
|
|
33
33
|
"three-mesh-bvh": ">=0.9.1"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "c3a7ad593a3a6ee4c78136138f79459fc47f198b"
|
|
36
36
|
}
|