math.gl 3.4.0-alpha.1 → 3.4.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/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# math.gl
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> This is a legacy module that should not be used in new applications. `math.gl` module has been renamed to `@math.gl/core`.
|
|
4
4
|
|
|
5
5
|
[math.gl](https://math.gl/docs) is a suite of math modules for 3D applications.
|
|
6
6
|
|
|
7
|
-
This module contains classes for vectors and matrices etc.
|
|
7
|
+
This module is a wrapper for `@math.gl/core`, that contains classes for vectors and matrices etc.
|
|
8
8
|
|
|
9
9
|
For documentation please visit the [website](https://math.gl).
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"version": "3.4.
|
|
8
|
+
"version": "3.4.4",
|
|
9
9
|
"keywords": [],
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"src"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@math.gl/core": "3.4.
|
|
23
|
+
"@math.gl/core": "3.4.4"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "13a7e26f5243beca891164e4c9ce1607de46bcbf"
|
|
26
26
|
}
|