web3dlink 2.0.4 → 2.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3dlink",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "",
5
5
  "main": "Web3DLink.es.js",
6
6
  "scripts": {
package/web3dlink.es.js CHANGED
@@ -2223,6 +2223,10 @@ class GameAPI {
2223
2223
  async NC(m, u) {
2224
2224
  return this._otherApi._handleSend(`NC.${m}`, u);
2225
2225
  }
2226
+ // 闸门调度
2227
+ async gateOperation(m, u) {
2228
+ return this._otherApi._handleSend(`gateOperation.${m}`, u);
2229
+ }
2226
2230
  }
2227
2231
  var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, larksrWebSdk_min = { exports: {} };
2228
2232
  (function(module, exports$1) {