earthsdk3-ue 0.0.1-beta.0.13 → 0.0.1-beta.0.14
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/dist/earthsdk3-ue.esm.js +9 -9
- package/dist/earthsdk3-ue.js +9 -9
- package/package.json +1 -4
package/dist/earthsdk3-ue.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! earthsdk3-ue(0.0.1-beta.0.
|
|
1
|
+
/*! earthsdk3-ue(0.0.1-beta.0.14-92cf2648-2024-12-10T07:18:00.000Z) 版权所有@北京西部世界科技有限公司 */
|
|
2
2
|
import * as __WEBPACK_EXTERNAL_MODULE_earthsdk3__ from "earthsdk3";
|
|
3
3
|
import * as __WEBPACK_EXTERNAL_MODULE_xbsj_base_c65c366d__ from "xbsj-base";
|
|
4
4
|
/******/ var __webpack_modules__ = ({
|
|
@@ -8850,17 +8850,17 @@ try {
|
|
|
8850
8850
|
// @ts-ignore
|
|
8851
8851
|
const name = (_a = `${"earthsdk3-ue"}`) !== null && _a !== void 0 ? _a : '-';
|
|
8852
8852
|
// @ts-ignore
|
|
8853
|
-
const version = true && "0.0.1-beta.0.
|
|
8853
|
+
const version = true && "0.0.1-beta.0.14" !== void 0 ? "0.0.1-beta.0.14" : '-';
|
|
8854
8854
|
// @ts-ignore
|
|
8855
|
-
const date = true && "2024-12-
|
|
8855
|
+
const date = true && "2024-12-10T07:18:00.000Z" !== void 0 ? "2024-12-10T07:18:00.000Z" : '-';
|
|
8856
8856
|
// @ts-ignore
|
|
8857
8857
|
const owner = true && "北京西部世界科技有限公司" !== void 0 ? "北京西部世界科技有限公司" : '-';
|
|
8858
8858
|
// @ts-ignore
|
|
8859
8859
|
const description = true && "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn" !== void 0 ? "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn" : '';
|
|
8860
8860
|
// @ts-ignore
|
|
8861
|
-
const commitId = true && "
|
|
8861
|
+
const commitId = true && "92cf2648157ec7162ff68e00b0bd81092279364a" !== void 0 ? "92cf2648157ec7162ff68e00b0bd81092279364a" : '';
|
|
8862
8862
|
// @ts-ignore
|
|
8863
|
-
const timestamp = true &&
|
|
8863
|
+
const timestamp = true && 1733815080000 !== void 0 ? 1733815080000 : '';
|
|
8864
8864
|
const leftoverHoursStr = ((Date.now() - timestamp) / 3600000).toFixed(1);
|
|
8865
8865
|
const info = `%c🌏 ${name}%c ${version}.${commitId.slice(0, 8)}.${date} (距今${leftoverHoursStr}个小时)
|
|
8866
8866
|
%c${description ? description + '\n' : ''}当前网站正在使用${name},此软件版权归${owner}所有
|
|
@@ -8871,19 +8871,19 @@ try {
|
|
|
8871
8871
|
// @ts-ignore
|
|
8872
8872
|
get ownerlink() { return undefined; },
|
|
8873
8873
|
// @ts-ignore
|
|
8874
|
-
get gituri() { return GITURI_ && GITURI_.replace('${commitId}', "
|
|
8874
|
+
get gituri() { return GITURI_ && GITURI_.replace('${commitId}', "92cf2648157ec7162ff68e00b0bd81092279364a"); },
|
|
8875
8875
|
// @ts-ignore
|
|
8876
8876
|
get info() { return info; },
|
|
8877
8877
|
// @ts-ignore
|
|
8878
|
-
get date() { return "2024-12-
|
|
8878
|
+
get date() { return "2024-12-10T07:18:00.000Z"; },
|
|
8879
8879
|
// @ts-ignore
|
|
8880
8880
|
get author() { return "suplyang"; },
|
|
8881
8881
|
// @ts-ignore
|
|
8882
|
-
get version() { return "0.0.1-beta.0.
|
|
8882
|
+
get version() { return "0.0.1-beta.0.14"; },
|
|
8883
8883
|
// @ts-ignore
|
|
8884
8884
|
get name() { return "earthsdk3-ue"; },
|
|
8885
8885
|
// @ts-ignore
|
|
8886
|
-
get commitId() { return "
|
|
8886
|
+
get commitId() { return "92cf2648157ec7162ff68e00b0bd81092279364a"; },
|
|
8887
8887
|
print(force = false) {
|
|
8888
8888
|
// @ts-ignore
|
|
8889
8889
|
if (!force && !!window._xe2_no_copy_print)
|
package/dist/earthsdk3-ue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! earthsdk3-ue(0.0.1-beta.0.
|
|
1
|
+
/*! earthsdk3-ue(0.0.1-beta.0.14-92cf2648-2024-12-10T07:18:00.000Z) 版权所有@北京西部世界科技有限公司 */
|
|
2
2
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
3
3
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
4
4
|
module.exports = factory(require("earthsdk3"), require("xbsj-base"));
|
|
@@ -8892,17 +8892,17 @@ try {
|
|
|
8892
8892
|
// @ts-ignore
|
|
8893
8893
|
const name = (_a = `${"earthsdk3-ue"}`) !== null && _a !== void 0 ? _a : '-';
|
|
8894
8894
|
// @ts-ignore
|
|
8895
|
-
const version = true && "0.0.1-beta.0.
|
|
8895
|
+
const version = true && "0.0.1-beta.0.14" !== void 0 ? "0.0.1-beta.0.14" : '-';
|
|
8896
8896
|
// @ts-ignore
|
|
8897
|
-
const date = true && "2024-12-
|
|
8897
|
+
const date = true && "2024-12-10T07:18:00.000Z" !== void 0 ? "2024-12-10T07:18:00.000Z" : '-';
|
|
8898
8898
|
// @ts-ignore
|
|
8899
8899
|
const owner = true && "北京西部世界科技有限公司" !== void 0 ? "北京西部世界科技有限公司" : '-';
|
|
8900
8900
|
// @ts-ignore
|
|
8901
8901
|
const description = true && "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn" !== void 0 ? "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn" : '';
|
|
8902
8902
|
// @ts-ignore
|
|
8903
|
-
const commitId = true && "
|
|
8903
|
+
const commitId = true && "92cf2648157ec7162ff68e00b0bd81092279364a" !== void 0 ? "92cf2648157ec7162ff68e00b0bd81092279364a" : '';
|
|
8904
8904
|
// @ts-ignore
|
|
8905
|
-
const timestamp = true &&
|
|
8905
|
+
const timestamp = true && 1733815080000 !== void 0 ? 1733815080000 : '';
|
|
8906
8906
|
const leftoverHoursStr = ((Date.now() - timestamp) / 3600000).toFixed(1);
|
|
8907
8907
|
const info = `%c🌏 ${name}%c ${version}.${commitId.slice(0, 8)}.${date} (距今${leftoverHoursStr}个小时)
|
|
8908
8908
|
%c${description ? description + '\n' : ''}当前网站正在使用${name},此软件版权归${owner}所有
|
|
@@ -8913,19 +8913,19 @@ try {
|
|
|
8913
8913
|
// @ts-ignore
|
|
8914
8914
|
get ownerlink() { return undefined; },
|
|
8915
8915
|
// @ts-ignore
|
|
8916
|
-
get gituri() { return GITURI_ && GITURI_.replace('${commitId}', "
|
|
8916
|
+
get gituri() { return GITURI_ && GITURI_.replace('${commitId}', "92cf2648157ec7162ff68e00b0bd81092279364a"); },
|
|
8917
8917
|
// @ts-ignore
|
|
8918
8918
|
get info() { return info; },
|
|
8919
8919
|
// @ts-ignore
|
|
8920
|
-
get date() { return "2024-12-
|
|
8920
|
+
get date() { return "2024-12-10T07:18:00.000Z"; },
|
|
8921
8921
|
// @ts-ignore
|
|
8922
8922
|
get author() { return "suplyang"; },
|
|
8923
8923
|
// @ts-ignore
|
|
8924
|
-
get version() { return "0.0.1-beta.0.
|
|
8924
|
+
get version() { return "0.0.1-beta.0.14"; },
|
|
8925
8925
|
// @ts-ignore
|
|
8926
8926
|
get name() { return "earthsdk3-ue"; },
|
|
8927
8927
|
// @ts-ignore
|
|
8928
|
-
get commitId() { return "
|
|
8928
|
+
get commitId() { return "92cf2648157ec7162ff68e00b0bd81092279364a"; },
|
|
8929
8929
|
print(force = false) {
|
|
8930
8930
|
// @ts-ignore
|
|
8931
8931
|
if (!force && !!window._xe2_no_copy_print)
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "earthsdk3-ue",
|
|
3
|
-
"version": "0.0.1-beta.0.
|
|
3
|
+
"version": "0.0.1-beta.0.14",
|
|
4
4
|
"description": "地球可视化实验室 (EarthSDK&CesiumLab) https://www.bjxbsj.cn",
|
|
5
|
-
"main1": "./src/index.ts",
|
|
6
5
|
"main": "dist/earthsdk3-ue.js",
|
|
7
6
|
"module": "dist/earthsdk3-ue.esm.js",
|
|
8
7
|
"types": "dist/types/index.d.ts",
|
|
@@ -12,8 +11,6 @@
|
|
|
12
11
|
"README.md"
|
|
13
12
|
],
|
|
14
13
|
"scripts": {
|
|
15
|
-
"build": "webpack --mode=development --config ./tools/webpack-scripts/webpack.config.js && tsc-alias",
|
|
16
|
-
"build:release": "webpack --mode=production --config ./tools/webpack-scripts/webpack.config.js && tsc-alias",
|
|
17
14
|
"login": "npm login --registry https://registry.npmjs.org",
|
|
18
15
|
"push:beta": "npm publish --registry https://registry.npmjs.org --tag beta",
|
|
19
16
|
"push": "npm publish --registry https://registry.npmjs.org",
|