@metamask/snaps-controllers 9.3.1 → 9.4.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.
Files changed (60) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/dist/{chunk-3T6W5VI2.mjs → chunk-3WEWHK2I.mjs} +7 -3
  3. package/dist/chunk-3WEWHK2I.mjs.map +1 -0
  4. package/dist/{chunk-QYQLJCPR.js → chunk-5O4O4BI5.js} +2 -1
  5. package/dist/chunk-5O4O4BI5.js.map +1 -0
  6. package/dist/{chunk-23PVLQFV.mjs → chunk-CJY2LYEL.mjs} +2 -2
  7. package/dist/{chunk-H7TB7I6Z.js → chunk-EVKVZUYY.js} +7 -3
  8. package/dist/chunk-EVKVZUYY.js.map +1 -0
  9. package/dist/{chunk-JLIW4CNS.js → chunk-OJBUUQ5D.js} +7 -7
  10. package/dist/{chunk-G245VWEY.mjs → chunk-UMVUXQ3B.mjs} +2 -1
  11. package/dist/chunk-UMVUXQ3B.mjs.map +1 -0
  12. package/dist/cronjob/CronjobController.js +3 -3
  13. package/dist/cronjob/CronjobController.mjs +3 -3
  14. package/dist/cronjob/index.js +3 -3
  15. package/dist/cronjob/index.mjs +3 -3
  16. package/dist/index.js +4 -4
  17. package/dist/index.mjs +3 -3
  18. package/dist/insights/SnapInsightsController.js +2 -2
  19. package/dist/insights/SnapInsightsController.mjs +1 -1
  20. package/dist/insights/index.js +2 -2
  21. package/dist/insights/index.mjs +1 -1
  22. package/dist/interface/SnapInterfaceController.js +3 -3
  23. package/dist/interface/SnapInterfaceController.mjs +2 -2
  24. package/dist/interface/index.js +3 -3
  25. package/dist/interface/index.mjs +2 -2
  26. package/dist/interface/utils.js +2 -2
  27. package/dist/interface/utils.mjs +1 -1
  28. package/dist/node.js +4 -4
  29. package/dist/node.mjs +3 -3
  30. package/dist/react-native.js +4 -4
  31. package/dist/react-native.mjs +3 -3
  32. package/dist/tsconfig.build.tsbuildinfo +1 -1
  33. package/dist/types/cronjob/CronjobController.d.ts +7 -7
  34. package/dist/types/insights/SnapInsightsController.d.ts +8 -7
  35. package/dist/types/interface/SnapInterfaceController.d.ts +12 -12
  36. package/dist/types/services/AbstractExecutionService.d.ts +5 -5
  37. package/dist/types/services/ExecutionService.d.ts +16 -16
  38. package/dist/types/services/ProxyPostMessageStream.d.ts +2 -2
  39. package/dist/types/services/iframe/IframeExecutionService.d.ts +1 -1
  40. package/dist/types/services/offscreen/OffscreenExecutionService.d.ts +1 -1
  41. package/dist/types/services/proxy/ProxyExecutionService.d.ts +1 -1
  42. package/dist/types/services/webview/WebViewExecutionService.d.ts +1 -1
  43. package/dist/types/services/webview/WebViewMessageStream.d.ts +2 -2
  44. package/dist/types/services/webworker/WebWorkerExecutionService.d.ts +1 -1
  45. package/dist/types/snaps/SnapController.d.ts +46 -46
  46. package/dist/types/snaps/Timer.d.ts +1 -1
  47. package/dist/types/snaps/location/location.d.ts +1 -1
  48. package/dist/types/snaps/location/npm.d.ts +1 -1
  49. package/dist/types/snaps/registry/json.d.ts +10 -10
  50. package/dist/types/snaps/registry/registry.d.ts +5 -5
  51. package/dist/types/types/controllers.d.ts +8 -8
  52. package/dist/types/types/encryptor.d.ts +5 -5
  53. package/dist/types/utils.d.ts +13 -6
  54. package/package.json +5 -5
  55. package/dist/chunk-3T6W5VI2.mjs.map +0 -1
  56. package/dist/chunk-G245VWEY.mjs.map +0 -1
  57. package/dist/chunk-H7TB7I6Z.js.map +0 -1
  58. package/dist/chunk-QYQLJCPR.js.map +0 -1
  59. /package/dist/{chunk-23PVLQFV.mjs.map → chunk-CJY2LYEL.mjs.map} +0 -0
  60. /package/dist/{chunk-JLIW4CNS.js.map → chunk-OJBUUQ5D.js.map} +0 -0
package/dist/node.mjs CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  import "./chunk-272IFIK7.mjs";
28
28
  import {
29
29
  SnapInsightsController
30
- } from "./chunk-G245VWEY.mjs";
30
+ } from "./chunk-UMVUXQ3B.mjs";
31
31
  import "./chunk-BAEXVO3U.mjs";
32
32
  import {
33
33
  getRunnableSnaps
@@ -69,8 +69,8 @@ import "./chunk-4M2FX2AT.mjs";
69
69
  import "./chunk-U74FML7Z.mjs";
70
70
  import {
71
71
  SnapInterfaceController
72
- } from "./chunk-23PVLQFV.mjs";
73
- import "./chunk-3T6W5VI2.mjs";
72
+ } from "./chunk-CJY2LYEL.mjs";
73
+ import "./chunk-3WEWHK2I.mjs";
74
74
  import {
75
75
  AbstractExecutionService,
76
76
  setupMultiplex
@@ -25,7 +25,7 @@ var _chunkPYSDWIVKjs = require('./chunk-PYSDWIVK.js');
25
25
  require('./chunk-IDCWJJCQ.js');
26
26
 
27
27
 
28
- var _chunkQYQLJCPRjs = require('./chunk-QYQLJCPR.js');
28
+ var _chunk5O4O4BI5js = require('./chunk-5O4O4BI5.js');
29
29
  require('./chunk-JAUAKTUL.js');
30
30
 
31
31
 
@@ -67,8 +67,8 @@ require('./chunk-JQ54YYLU.js');
67
67
  require('./chunk-VNOCJWOK.js');
68
68
 
69
69
 
70
- var _chunkJLIW4CNSjs = require('./chunk-JLIW4CNS.js');
71
- require('./chunk-H7TB7I6Z.js');
70
+ var _chunkOJBUUQ5Djs = require('./chunk-OJBUUQ5D.js');
71
+ require('./chunk-EVKVZUYY.js');
72
72
 
73
73
 
74
74
 
@@ -128,5 +128,5 @@ require('./chunk-EXN2TFDJ.js');
128
128
 
129
129
 
130
130
 
131
- exports.AbstractExecutionService = _chunkQRISQRFIjs.AbstractExecutionService; exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.CronjobController = _chunkXFUP7RFIjs.CronjobController; exports.DAILY_TIMEOUT = _chunkXFUP7RFIjs.DAILY_TIMEOUT; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.IframeExecutionService = _chunkPYSDWIVKjs.IframeExecutionService; exports.JsonSnapsRegistry = _chunkCPUUURMTjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.OffscreenExecutionService = _chunkOVATPF5Ijs.OffscreenExecutionService; exports.ProxyPostMessageStream = _chunk7Y6P5FRNjs.ProxyPostMessageStream; exports.SNAP_APPROVAL_INSTALL = _chunkFKQTV3LOjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkFKQTV3LOjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkFKQTV3LOjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkFKQTV3LOjs.SnapController; exports.SnapInsightsController = _chunkQYQLJCPRjs.SnapInsightsController; exports.SnapInterfaceController = _chunkJLIW4CNSjs.SnapInterfaceController; exports.SnapsRegistryStatus = _chunk4CA3O64Hjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.WebViewExecutionService = _chunk7BUNUNUCjs.WebViewExecutionService; exports.WebWorkerExecutionService = _chunkP66VIDFGjs.WebWorkerExecutionService; exports.controllerName = _chunkFKQTV3LOjs.controllerName; exports.delay = _chunkB6KTRDBKjs.delay; exports.delayWithTimer = _chunkB6KTRDBKjs.delayWithTimer; exports.detectSnapLocation = _chunkPOQSARDGjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.fetchSnap = _chunkB6KTRDBKjs.fetchSnap; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps; exports.getSnapFiles = _chunkB6KTRDBKjs.getSnapFiles; exports.hasTimedOut = _chunkB6KTRDBKjs.hasTimedOut; exports.permissionsDiff = _chunkB6KTRDBKjs.permissionsDiff; exports.setDiff = _chunkB6KTRDBKjs.setDiff; exports.setupMultiplex = _chunkQRISQRFIjs.setupMultiplex; exports.withTimeout = _chunkB6KTRDBKjs.withTimeout;
131
+ exports.AbstractExecutionService = _chunkQRISQRFIjs.AbstractExecutionService; exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.CronjobController = _chunkXFUP7RFIjs.CronjobController; exports.DAILY_TIMEOUT = _chunkXFUP7RFIjs.DAILY_TIMEOUT; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.IframeExecutionService = _chunkPYSDWIVKjs.IframeExecutionService; exports.JsonSnapsRegistry = _chunkCPUUURMTjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.OffscreenExecutionService = _chunkOVATPF5Ijs.OffscreenExecutionService; exports.ProxyPostMessageStream = _chunk7Y6P5FRNjs.ProxyPostMessageStream; exports.SNAP_APPROVAL_INSTALL = _chunkFKQTV3LOjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkFKQTV3LOjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkFKQTV3LOjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkFKQTV3LOjs.SnapController; exports.SnapInsightsController = _chunk5O4O4BI5js.SnapInsightsController; exports.SnapInterfaceController = _chunkOJBUUQ5Djs.SnapInterfaceController; exports.SnapsRegistryStatus = _chunk4CA3O64Hjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.WebViewExecutionService = _chunk7BUNUNUCjs.WebViewExecutionService; exports.WebWorkerExecutionService = _chunkP66VIDFGjs.WebWorkerExecutionService; exports.controllerName = _chunkFKQTV3LOjs.controllerName; exports.delay = _chunkB6KTRDBKjs.delay; exports.delayWithTimer = _chunkB6KTRDBKjs.delayWithTimer; exports.detectSnapLocation = _chunkPOQSARDGjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.fetchSnap = _chunkB6KTRDBKjs.fetchSnap; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps; exports.getSnapFiles = _chunkB6KTRDBKjs.getSnapFiles; exports.hasTimedOut = _chunkB6KTRDBKjs.hasTimedOut; exports.permissionsDiff = _chunkB6KTRDBKjs.permissionsDiff; exports.setDiff = _chunkB6KTRDBKjs.setDiff; exports.setupMultiplex = _chunkQRISQRFIjs.setupMultiplex; exports.withTimeout = _chunkB6KTRDBKjs.withTimeout;
132
132
  //# sourceMappingURL=react-native.js.map
@@ -25,7 +25,7 @@ import {
25
25
  import "./chunk-272IFIK7.mjs";
26
26
  import {
27
27
  SnapInsightsController
28
- } from "./chunk-G245VWEY.mjs";
28
+ } from "./chunk-UMVUXQ3B.mjs";
29
29
  import "./chunk-BAEXVO3U.mjs";
30
30
  import {
31
31
  getRunnableSnaps
@@ -67,8 +67,8 @@ import "./chunk-4M2FX2AT.mjs";
67
67
  import "./chunk-U74FML7Z.mjs";
68
68
  import {
69
69
  SnapInterfaceController
70
- } from "./chunk-23PVLQFV.mjs";
71
- import "./chunk-3T6W5VI2.mjs";
70
+ } from "./chunk-CJY2LYEL.mjs";
71
+ import "./chunk-3WEWHK2I.mjs";
72
72
  import {
73
73
  AbstractExecutionService,
74
74
  setupMultiplex