@metamask/snaps-controllers 6.0.4 → 7.0.1
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/CHANGELOG.md +16 -1
- package/dist/{chunk-B67RDBZ4.mjs → chunk-42ODFZSH.mjs} +4 -4
- package/dist/{chunk-AXXQZJBW.mjs → chunk-5MVIYRYL.mjs} +138 -19
- package/dist/chunk-5MVIYRYL.mjs.map +1 -0
- package/dist/{chunk-APQVOL5T.js → chunk-CJN25EXL.js} +137 -18
- package/dist/chunk-CJN25EXL.js.map +1 -0
- package/dist/chunk-HP6S5IOB.js +1 -0
- package/dist/chunk-HP6S5IOB.js.map +1 -0
- package/dist/chunk-NZOUFWUN.mjs +1 -0
- package/dist/chunk-NZOUFWUN.mjs.map +1 -0
- package/dist/{chunk-7WOG63YY.js → chunk-PT22IXNS.js} +3 -3
- package/dist/cronjob/CronjobController.js +6 -6
- package/dist/cronjob/CronjobController.mjs +6 -6
- package/dist/cronjob/index.js +6 -6
- package/dist/cronjob/index.mjs +6 -6
- package/dist/index.js +10 -10
- package/dist/index.mjs +12 -12
- package/dist/node.js +10 -10
- package/dist/node.mjs +12 -12
- package/dist/react-native.js +10 -10
- package/dist/react-native.mjs +12 -12
- package/dist/services/browser.js +1 -1
- package/dist/services/browser.mjs +1 -1
- package/dist/services/index.js +1 -1
- package/dist/services/index.mjs +1 -1
- package/dist/services/node-js/NodeProcessExecutionService.js +1 -1
- package/dist/services/node-js/NodeProcessExecutionService.mjs +1 -1
- package/dist/services/node-js/NodeThreadExecutionService.js +1 -1
- package/dist/services/node-js/NodeThreadExecutionService.mjs +1 -1
- package/dist/services/node-js/index.js +1 -1
- package/dist/services/node-js/index.mjs +1 -1
- package/dist/services/node.js +1 -1
- package/dist/services/node.mjs +1 -1
- package/dist/services/react-native.js +1 -1
- package/dist/services/react-native.mjs +1 -1
- package/dist/snaps/SnapController.js +6 -6
- package/dist/snaps/SnapController.mjs +5 -5
- package/dist/snaps/index.js +9 -9
- package/dist/snaps/index.mjs +11 -11
- package/dist/snaps/location/index.js +4 -4
- package/dist/snaps/location/index.mjs +4 -4
- package/dist/snaps/location/location.js +3 -3
- package/dist/snaps/location/location.mjs +2 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/encryptor.js +2 -0
- package/dist/types/encryptor.js.map +1 -0
- package/dist/types/encryptor.mjs +2 -0
- package/dist/types/encryptor.mjs.map +1 -0
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -0
- package/dist/types/index.mjs +2 -0
- package/dist/types/index.mjs.map +1 -0
- package/dist/types/snaps/SnapController.d.ts +22 -3
- package/dist/types/types/encryptor.d.ts +98 -0
- package/dist/types/types/index.d.ts +1 -0
- package/package.json +7 -6
- package/dist/chunk-APQVOL5T.js.map +0 -1
- package/dist/chunk-AXXQZJBW.mjs.map +0 -1
- /package/dist/{chunk-B67RDBZ4.mjs.map → chunk-42ODFZSH.mjs.map} +0 -0
- /package/dist/{chunk-7WOG63YY.js.map → chunk-PT22IXNS.js.map} +0 -0
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-WEY7ICES.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkPT22IXNSjs = require('../../chunk-PT22IXNS.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
var _chunkLWBPKSU2js = require('../../chunk-LWBPKSU2.js');
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
|
|
12
|
-
var _chunkXWDEGRM5js = require('../../chunk-XWDEGRM5.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunkXWDEGRM5js = require('../../chunk-XWDEGRM5.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
var _chunkRDBT3ZJQjs = require('../../chunk-RDBT3ZJQ.js');
|
|
@@ -27,5 +27,5 @@ require('../../chunk-EXN2TFDJ.js');
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.detectSnapLocation =
|
|
30
|
+
exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.detectSnapLocation = _chunkPT22IXNSjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath;
|
|
31
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import "../../chunk-QL3QGUTM.mjs";
|
|
2
2
|
import {
|
|
3
3
|
detectSnapLocation
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-42ODFZSH.mjs";
|
|
5
|
+
import {
|
|
6
|
+
LocalLocation
|
|
7
|
+
} from "../../chunk-B3UTLNYS.mjs";
|
|
5
8
|
import {
|
|
6
9
|
BaseNpmLocation,
|
|
7
10
|
DEFAULT_NPM_REGISTRY,
|
|
@@ -10,9 +13,6 @@ import {
|
|
|
10
13
|
fetchNpmMetadata,
|
|
11
14
|
getNpmCanonicalBasePath
|
|
12
15
|
} from "../../chunk-WKQRCGUW.mjs";
|
|
13
|
-
import {
|
|
14
|
-
LocalLocation
|
|
15
|
-
} from "../../chunk-B3UTLNYS.mjs";
|
|
16
16
|
import {
|
|
17
17
|
HttpLocation
|
|
18
18
|
} from "../../chunk-6GMWL4JR.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-XWDEGRM5.js');
|
|
3
|
+
var _chunkPT22IXNSjs = require('../../chunk-PT22IXNS.js');
|
|
5
4
|
require('../../chunk-LWBPKSU2.js');
|
|
5
|
+
require('../../chunk-XWDEGRM5.js');
|
|
6
6
|
require('../../chunk-RDBT3ZJQ.js');
|
|
7
7
|
require('../../chunk-EXN2TFDJ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.detectSnapLocation =
|
|
10
|
+
exports.detectSnapLocation = _chunkPT22IXNSjs.detectSnapLocation;
|
|
11
11
|
//# sourceMappingURL=location.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
detectSnapLocation
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-WKQRCGUW.mjs";
|
|
3
|
+
} from "../../chunk-42ODFZSH.mjs";
|
|
5
4
|
import "../../chunk-B3UTLNYS.mjs";
|
|
5
|
+
import "../../chunk-WKQRCGUW.mjs";
|
|
6
6
|
import "../../chunk-6GMWL4JR.mjs";
|
|
7
7
|
import "../../chunk-YRZVIDCF.mjs";
|
|
8
8
|
export {
|