becomap 1.4.6 → 1.4.7
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/lib/becomap.js +1 -1
- package/lib/becomap.js.LICENSE.txt +7 -0
- package/package.json +4 -3
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* word-wrap <https://github.com/jonschlinkert/word-wrap>
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) 2014-2023, Jon Schlinkert.
|
|
5
|
+
* Released under the MIT License.
|
|
6
|
+
*/
|
|
7
|
+
|
|
1
8
|
/*!
|
|
2
9
|
Custom build of Typr.ts (https://github.com/fredli74/Typr.ts) for use in Troika text rendering.
|
|
3
10
|
Original MIT license applies: https://github.com/fredli74/Typr.ts/blob/master/LICENSE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "becomap",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7",
|
|
4
4
|
"description": "we lib to display becomap",
|
|
5
5
|
"main": "lib/becomap.js",
|
|
6
6
|
"module": "lib/becomap.js",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"protobufjs": "^7.4.0",
|
|
65
65
|
"rbush": "^4.0.1",
|
|
66
66
|
"three": "^0.172.0",
|
|
67
|
-
"troika-three-text": "^0.52.3"
|
|
67
|
+
"troika-three-text": "^0.52.3",
|
|
68
|
+
"word-wrap": "^1.2.5"
|
|
68
69
|
}
|
|
69
|
-
}
|
|
70
|
+
}
|