@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/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