@xylabs/geo 6.0.10 → 6.1.1
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 +6 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
|
+
|
|
1
3
|
# @xylabs/geo
|
|
2
4
|
|
|
3
5
|
[![npm][npm-badge]][npm-link]
|
|
@@ -966,8 +968,12 @@ const r2d: number;
|
|
|
966
968
|
|
|
967
969
|
Conversion factor from radians to degrees.
|
|
968
970
|
|
|
971
|
+
## Credits
|
|
972
|
+
|
|
973
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
969
974
|
|
|
970
975
|
[npm-badge]: https://img.shields.io/npm/v/@xylabs/geo.svg
|
|
971
976
|
[npm-link]: https://www.npmjs.com/package/@xylabs/geo
|
|
972
977
|
[license-badge]: https://img.shields.io/npm/l/@xylabs/geo.svg
|
|
973
978
|
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
979
|
+
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/geo",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xylabs",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"README.md"
|
|
41
41
|
],
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@xylabs/toolchain": "^8.1.
|
|
44
|
-
"@xylabs/tsconfig": "^8.1.
|
|
43
|
+
"@xylabs/toolchain": "^8.1.20",
|
|
44
|
+
"@xylabs/tsconfig": "^8.1.20",
|
|
45
45
|
"eslint": "^10.4.1",
|
|
46
46
|
"typescript": "^6.0.3",
|
|
47
47
|
"vite": "^8.0.16",
|