@u-gis/ue 3.0.8 → 3.0.9
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 +0 -2
- package/dist/earthsdk3-ue.iife.js +1 -1
- package/dist/earthsdk3-ue.umd.cjs +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -29580,5 +29580,5 @@ Msg: ${t2}`;
|
|
|
29580
29580
|
exports.unBindImageryByTagCallFunc = unBindImageryByTagCallFunc;
|
|
29581
29581
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
29582
29582
|
return exports;
|
|
29583
|
-
}({},
|
|
29583
|
+
}({}, uGIS_Core);
|
|
29584
29584
|
//# sourceMappingURL=earthsdk3-ue.iife.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(global, factory) {
|
|
2
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("@u-gis/core"), require("xbsj-base"), require("@epicgames-ps/lib-pixelstreamingfrontend-ue5.2"), require("html2canvas")) : typeof define === "function" && define.amd ? define(["exports", "@u-gis/core", "xbsj-base", "@epicgames-ps/lib-pixelstreamingfrontend-ue5.2", "html2canvas"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.uGIS_UE = {}, global.
|
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("@u-gis/core"), require("xbsj-base"), require("@epicgames-ps/lib-pixelstreamingfrontend-ue5.2"), require("html2canvas")) : typeof define === "function" && define.amd ? define(["exports", "@u-gis/core", "xbsj-base", "@epicgames-ps/lib-pixelstreamingfrontend-ue5.2", "html2canvas"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global.uGIS_UE = {}, global.uGIS_Core, global["xbsj-base"], global.libPixelstreamingfrontendUe5_2, global.html2canvas));
|
|
3
3
|
})(this, function(exports2, core, xbsjBase, libPixelstreamingfrontendUe5_2, html2canvas) {
|
|
4
4
|
"use strict";var __defProp = Object.defineProperty;
|
|
5
5
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@u-gis/ue",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.0.9",
|
|
4
|
+
"description": "uGIS SDK的UE渲染引擎插件",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/earthsdk3-ue.umd.cjs",
|
|
7
7
|
"files": [
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"doc/[^.]*"
|
|
12
12
|
],
|
|
13
13
|
"keywords": [
|
|
14
|
-
"
|
|
14
|
+
"uGIS SDK",
|
|
15
15
|
"@u-gis/core",
|
|
16
16
|
"@u-gis/ue",
|
|
17
17
|
"@u-gis/cesium"
|
|
18
18
|
],
|
|
19
|
-
"author": "
|
|
20
|
-
"owner": "
|
|
21
|
-
"homepage": "www.
|
|
19
|
+
"author": "郭斌勇",
|
|
20
|
+
"owner": "八维通科技有限公司",
|
|
21
|
+
"homepage": "https://www.bwton.com",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"build-tls": "^1.3.17",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"typescript": "^5.8.3",
|
|
28
28
|
"tsc-alias": "^1.8.10",
|
|
29
29
|
"vite": "^6.3.5",
|
|
30
|
-
"@u-gis/core": "^3.0.
|
|
30
|
+
"@u-gis/core": "^3.0.9"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@u-gis/core": "^3.0.
|
|
33
|
+
"@u-gis/core": "^3.0.9"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"xbsj-base": "1.0.1",
|