@lijuhong1981/jsmath 1.1.5 → 1.1.6
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/index.js +1 -1
- package/package.json +2 -2
- package/src/Interval.js +3 -3
- package/src/radToDeg.js +1 -1
package/index.js
CHANGED
|
@@ -40,7 +40,7 @@ import clamp from "./src/clamp.js";
|
|
|
40
40
|
import clampLatitude from "./src/clampLatitude.js";
|
|
41
41
|
import clampLongitude from "./src/clampLongitude.js";
|
|
42
42
|
import convertToRange from "./src/convertToRange.js";
|
|
43
|
-
import convertToDegreesCircular from "./src/convertToDegreesCircular
|
|
43
|
+
import convertToDegreesCircular from "./src/convertToDegreesCircular.js";
|
|
44
44
|
import convertToRadiansCircular from "./src/convertToRadiansCircular.js";
|
|
45
45
|
import convertToLatitudeRange from "./src/convertToLatitudeRange.js";
|
|
46
46
|
import convertToLongitudeRange from "./src/convertToLongitudeRange.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lijuhong1981/jsmath",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "lijuhong1981",
|
|
6
6
|
"homepage": "https://github.com/lijuhong1981/jslibs#readme",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"bugs": {
|
|
19
19
|
"url": "https://github.com/lijuhong1981/jslibs/issues"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "392d4b864e87a81ca8dae7f220f39725b01cb41d"
|
|
22
22
|
}
|
package/src/Interval.js
CHANGED
package/src/radToDeg.js
CHANGED