@casual-simulation/aux-vm-client 2.0.14 → 2.0.18
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseSimulation, LoginManager, } from '@casual-simulation/aux-vm';
|
|
2
|
-
import {
|
|
2
|
+
import { PortalManager, } from '@casual-simulation/aux-vm/managers';
|
|
3
3
|
/**
|
|
4
4
|
* Defines a class that provides an implementation of RemoteSimulation.
|
|
5
5
|
*/
|
|
@@ -16,8 +16,7 @@ export class RemoteSimulationImpl extends BaseSimulation {
|
|
|
16
16
|
}
|
|
17
17
|
_initManagers() {
|
|
18
18
|
super._initManagers();
|
|
19
|
-
|
|
20
|
-
this._portals = new PortalManager(this._vm, this.helper, this.watcher, bundler);
|
|
19
|
+
this._portals = new PortalManager(this._vm);
|
|
21
20
|
this._subscriptions.push(this._portals);
|
|
22
21
|
}
|
|
23
22
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteSimulationImpl.js","sourceRoot":"","sources":["RemoteSimulationImpl.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,cAAc,EACd,YAAY,GAEf,MAAM,2BAA2B,CAAC;AAGnC,OAAO,
|
|
1
|
+
{"version":3,"file":"RemoteSimulationImpl.js","sourceRoot":"","sources":["RemoteSimulationImpl.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,cAAc,EACd,YAAY,GAEf,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EAEH,aAAa,GAChB,MAAM,oCAAoC,CAAC;AAE5C;;GAEG;AACH,MAAM,OAAO,oBACT,SAAQ,cAAc;IActB,YACI,EAAU,EACV,MAA2B,EAC3B,UAA8B,EAC9B,QAAsC;QAEtC,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC;QACxC,IAAI,CAAC,MAAM,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC7C,CAAC;IAhBD,IAAI,KAAK;QACL,OAAO,IAAI,CAAC,MAAM,CAAC;IACvB,CAAC;IAED,IAAI,OAAO;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAYS,aAAa;QACnB,KAAK,CAAC,aAAa,EAAE,CAAC;QACtB,IAAI,CAAC,QAAQ,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QAE5C,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC5C,CAAC;CACJ"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@casual-simulation/aux-vm-client",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "A set of utilities required to securely run an AUX as a client.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aux"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"url": "https://github.com/casual-simulation/casualos/issues"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@casual-simulation/aux-common": "^2.0.
|
|
44
|
-
"@casual-simulation/aux-vm": "^2.0.
|
|
43
|
+
"@casual-simulation/aux-common": "^2.0.18",
|
|
44
|
+
"@casual-simulation/aux-vm": "^2.0.18",
|
|
45
45
|
"@casual-simulation/causal-tree-client-apiary": "^2.0.14",
|
|
46
46
|
"@casual-simulation/causal-tree-client-socketio": "^2.0.14",
|
|
47
47
|
"@casual-simulation/causal-trees": "^2.0.14",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"socket.io-client": "2.1.1",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "acd0719c652e5f893f0482134294ff059c55df58"
|
|
56
56
|
}
|