@series-inc/venus-sdk 3.3.0 → 3.3.1-beta.0
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/{chunk-FFDRA6ET.mjs → chunk-C6GZ5FEB.mjs} +4 -5
- package/dist/chunk-C6GZ5FEB.mjs.map +1 -0
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/venus-api/index.cjs +2 -3
- package/dist/venus-api/index.cjs.map +1 -1
- package/dist/venus-api/index.mjs +1 -1
- package/dist/vite/index.cjs +524 -9
- package/dist/vite/index.cjs.map +1 -1
- package/dist/vite/index.mjs +524 -9
- package/dist/vite/index.mjs.map +1 -1
- package/package.json +2 -1
- package/dist/chunk-FFDRA6ET.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -3478,7 +3478,7 @@ function initializeTime(venusApi, host) {
|
|
|
3478
3478
|
}
|
|
3479
3479
|
|
|
3480
3480
|
// src/version.ts
|
|
3481
|
-
var SDK_VERSION = "3.3.0";
|
|
3481
|
+
var SDK_VERSION = "3.3.1-beta.0";
|
|
3482
3482
|
|
|
3483
3483
|
// src/shared-assets/base64Utils.ts
|
|
3484
3484
|
function base64ToArrayBuffer(base64) {
|
|
@@ -3602,8 +3602,7 @@ var EMBEDDED_LIBRARIES = [
|
|
|
3602
3602
|
globalVar: "THREE",
|
|
3603
3603
|
cdnPath: "three/r170/three.min.js",
|
|
3604
3604
|
moduleSpecifiers: [
|
|
3605
|
-
{ match: "exact", value: "three", behavior: "namespace" }
|
|
3606
|
-
{ match: "prefix", value: "three/examples/jsm/", behavior: "namespace" }
|
|
3605
|
+
{ match: "exact", value: "three", behavior: "namespace" }
|
|
3607
3606
|
],
|
|
3608
3607
|
loadStage: 0,
|
|
3609
3608
|
enabled: true
|