@twin.org/engine-types 0.0.1-next.45 → 0.0.1-next.47
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/cjs/index.cjs +1 -0
- package/dist/esm/index.mjs +1 -0
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -2305,6 +2305,7 @@ function initialiseWalletConnector(engineCore, context, instanceConfig, override
|
|
|
2305
2305
|
function initialiseWalletStorage(engineCore, context, instanceConfig, overrideInstanceType) {
|
|
2306
2306
|
const type = instanceConfig.type;
|
|
2307
2307
|
if (type === WalletConnectorType.Iota) ;
|
|
2308
|
+
else if (type === WalletConnectorType.IotaStardust) ;
|
|
2308
2309
|
else if (type === WalletConnectorType.EntityStorage) {
|
|
2309
2310
|
walletConnectorEntityStorage.initSchema();
|
|
2310
2311
|
initialiseEntityStorageConnector(engineCore, context, instanceConfig.options?.walletAddressEntityStorageType, "WalletAddress");
|
package/dist/esm/index.mjs
CHANGED
|
@@ -2303,6 +2303,7 @@ function initialiseWalletConnector(engineCore, context, instanceConfig, override
|
|
|
2303
2303
|
function initialiseWalletStorage(engineCore, context, instanceConfig, overrideInstanceType) {
|
|
2304
2304
|
const type = instanceConfig.type;
|
|
2305
2305
|
if (type === WalletConnectorType.Iota) ;
|
|
2306
|
+
else if (type === WalletConnectorType.IotaStardust) ;
|
|
2306
2307
|
else if (type === WalletConnectorType.EntityStorage) {
|
|
2307
2308
|
initSchema$e();
|
|
2308
2309
|
initialiseEntityStorageConnector(engineCore, context, instanceConfig.options?.walletAddressEntityStorageType, "WalletAddress");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-types",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.47",
|
|
4
4
|
"description": "Types to use in an engine.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@twin.org/core": "next",
|
|
18
18
|
"@twin.org/crypto": "next",
|
|
19
19
|
"@twin.org/data-core": "next",
|
|
20
|
-
"@twin.org/engine-models": "0.0.1-next.
|
|
20
|
+
"@twin.org/engine-models": "0.0.1-next.47",
|
|
21
21
|
"@twin.org/entity": "next",
|
|
22
22
|
"@twin.org/modules": "next",
|
|
23
23
|
"@twin.org/nameof": "next"
|