@metamask/snaps-controllers 6.0.2 → 6.0.3

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 (43) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/dist/{chunk-6N6KZYVD.js → chunk-4CA3O64H.js} +2 -1
  3. package/dist/chunk-4CA3O64H.js.map +1 -0
  4. package/dist/{chunk-DSQYZGBH.mjs → chunk-6M4XK4PN.mjs} +19 -19
  5. package/dist/chunk-6M4XK4PN.mjs.map +1 -0
  6. package/dist/{chunk-V7FYGVMW.js → chunk-APQVOL5T.js} +2 -2
  7. package/dist/chunk-APQVOL5T.js.map +1 -0
  8. package/dist/{chunk-PGQDHVHI.mjs → chunk-AXXQZJBW.mjs} +2 -2
  9. package/dist/chunk-AXXQZJBW.mjs.map +1 -0
  10. package/dist/{chunk-7JY5VENP.js → chunk-CPUUURMT.js} +19 -19
  11. package/dist/chunk-CPUUURMT.js.map +1 -0
  12. package/dist/{chunk-RU67JKBV.mjs → chunk-ZZD3HUNE.mjs} +2 -1
  13. package/dist/chunk-ZZD3HUNE.mjs.map +1 -0
  14. package/dist/cronjob/CronjobController.js +3 -3
  15. package/dist/cronjob/CronjobController.mjs +3 -3
  16. package/dist/cronjob/index.js +3 -3
  17. package/dist/cronjob/index.mjs +3 -3
  18. package/dist/index.js +4 -4
  19. package/dist/index.mjs +3 -3
  20. package/dist/node.js +4 -4
  21. package/dist/node.mjs +3 -3
  22. package/dist/react-native.js +4 -4
  23. package/dist/react-native.mjs +3 -3
  24. package/dist/snaps/SnapController.js +4 -4
  25. package/dist/snaps/SnapController.mjs +3 -3
  26. package/dist/snaps/index.js +4 -4
  27. package/dist/snaps/index.mjs +3 -3
  28. package/dist/snaps/registry/index.js +3 -3
  29. package/dist/snaps/registry/index.mjs +2 -2
  30. package/dist/snaps/registry/json.js +3 -3
  31. package/dist/snaps/registry/json.mjs +2 -2
  32. package/dist/snaps/registry/registry.js +2 -2
  33. package/dist/snaps/registry/registry.mjs +1 -1
  34. package/dist/tsconfig.build.tsbuildinfo +1 -1
  35. package/dist/types/snaps/registry/json.d.ts +2 -2
  36. package/dist/types/snaps/registry/registry.d.ts +2 -1
  37. package/package.json +6 -6
  38. package/dist/chunk-6N6KZYVD.js.map +0 -1
  39. package/dist/chunk-7JY5VENP.js.map +0 -1
  40. package/dist/chunk-DSQYZGBH.mjs.map +0 -1
  41. package/dist/chunk-PGQDHVHI.mjs.map +0 -1
  42. package/dist/chunk-RU67JKBV.mjs.map +0 -1
  43. package/dist/chunk-V7FYGVMW.js.map +0 -1
package/dist/index.mjs CHANGED
@@ -9,14 +9,14 @@ import {
9
9
  SNAP_APPROVAL_UPDATE,
10
10
  SnapController,
11
11
  controllerName
12
- } from "./chunk-PGQDHVHI.mjs";
12
+ } from "./chunk-AXXQZJBW.mjs";
13
13
  import "./chunk-HWJE3SDW.mjs";
14
14
  import {
15
15
  JsonSnapsRegistry
16
- } from "./chunk-DSQYZGBH.mjs";
16
+ } from "./chunk-6M4XK4PN.mjs";
17
17
  import {
18
18
  SnapsRegistryStatus
19
- } from "./chunk-RU67JKBV.mjs";
19
+ } from "./chunk-ZZD3HUNE.mjs";
20
20
  import "./chunk-QL3QGUTM.mjs";
21
21
  import {
22
22
  detectSnapLocation
package/dist/node.js CHANGED
@@ -17,14 +17,14 @@ require('./chunk-JAUAKTUL.js');
17
17
 
18
18
 
19
19
 
20
- var _chunkV7FYGVMWjs = require('./chunk-V7FYGVMW.js');
20
+ var _chunkAPQVOL5Tjs = require('./chunk-APQVOL5T.js');
21
21
  require('./chunk-G66GQJS6.js');
22
22
 
23
23
 
24
- var _chunk7JY5VENPjs = require('./chunk-7JY5VENP.js');
24
+ var _chunkCPUUURMTjs = require('./chunk-CPUUURMT.js');
25
25
 
26
26
 
27
- var _chunk6N6KZYVDjs = require('./chunk-6N6KZYVD.js');
27
+ var _chunk4CA3O64Hjs = require('./chunk-4CA3O64H.js');
28
28
  require('./chunk-WEY7ICES.js');
29
29
 
30
30
 
@@ -124,5 +124,5 @@ require('./chunk-EXN2TFDJ.js');
124
124
 
125
125
 
126
126
 
127
- exports.AbstractExecutionService = _chunkVJZI4VSJjs.AbstractExecutionService; exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.CronjobController = _chunkMYWDTEX2js.CronjobController; exports.DAILY_TIMEOUT = _chunkMYWDTEX2js.DAILY_TIMEOUT; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.IframeExecutionService = _chunkLAVQZHSHjs.IframeExecutionService; exports.JsonSnapsRegistry = _chunk7JY5VENPjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NodeProcessExecutionService = _chunkWFADRL7Ijs.NodeProcessExecutionService; exports.NodeThreadExecutionService = _chunkTXR2WWIPjs.NodeThreadExecutionService; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.OffscreenExecutionService = _chunk6HI7J27Ujs.OffscreenExecutionService; exports.ProxyPostMessageStream = _chunk7Y6P5FRNjs.ProxyPostMessageStream; exports.SNAP_APPROVAL_INSTALL = _chunkV7FYGVMWjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkV7FYGVMWjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkV7FYGVMWjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkV7FYGVMWjs.SnapController; exports.SnapInterfaceController = _chunkQ2ON6SMVjs.SnapInterfaceController; exports.SnapsRegistryStatus = _chunk6N6KZYVDjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.WebWorkerExecutionService = _chunkVOAJRWUBjs.WebWorkerExecutionService; exports.controllerName = _chunkV7FYGVMWjs.controllerName; exports.delay = _chunkXE5IWVNVjs.delay; exports.delayWithTimer = _chunkXE5IWVNVjs.delayWithTimer; exports.detectSnapLocation = _chunk7WOG63YYjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.fetchSnap = _chunkXE5IWVNVjs.fetchSnap; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps; exports.getSnapFiles = _chunkXE5IWVNVjs.getSnapFiles; exports.hasTimedOut = _chunkXE5IWVNVjs.hasTimedOut; exports.setDiff = _chunkXE5IWVNVjs.setDiff; exports.setupMultiplex = _chunkVJZI4VSJjs.setupMultiplex; exports.withTimeout = _chunkXE5IWVNVjs.withTimeout;
127
+ exports.AbstractExecutionService = _chunkVJZI4VSJjs.AbstractExecutionService; exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.CronjobController = _chunkMYWDTEX2js.CronjobController; exports.DAILY_TIMEOUT = _chunkMYWDTEX2js.DAILY_TIMEOUT; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.IframeExecutionService = _chunkLAVQZHSHjs.IframeExecutionService; exports.JsonSnapsRegistry = _chunkCPUUURMTjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NodeProcessExecutionService = _chunkWFADRL7Ijs.NodeProcessExecutionService; exports.NodeThreadExecutionService = _chunkTXR2WWIPjs.NodeThreadExecutionService; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.OffscreenExecutionService = _chunk6HI7J27Ujs.OffscreenExecutionService; exports.ProxyPostMessageStream = _chunk7Y6P5FRNjs.ProxyPostMessageStream; exports.SNAP_APPROVAL_INSTALL = _chunkAPQVOL5Tjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkAPQVOL5Tjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkAPQVOL5Tjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkAPQVOL5Tjs.SnapController; exports.SnapInterfaceController = _chunkQ2ON6SMVjs.SnapInterfaceController; exports.SnapsRegistryStatus = _chunk4CA3O64Hjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.WebWorkerExecutionService = _chunkVOAJRWUBjs.WebWorkerExecutionService; exports.controllerName = _chunkAPQVOL5Tjs.controllerName; exports.delay = _chunkXE5IWVNVjs.delay; exports.delayWithTimer = _chunkXE5IWVNVjs.delayWithTimer; exports.detectSnapLocation = _chunk7WOG63YYjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.fetchSnap = _chunkXE5IWVNVjs.fetchSnap; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps; exports.getSnapFiles = _chunkXE5IWVNVjs.getSnapFiles; exports.hasTimedOut = _chunkXE5IWVNVjs.hasTimedOut; exports.setDiff = _chunkXE5IWVNVjs.setDiff; exports.setupMultiplex = _chunkVJZI4VSJjs.setupMultiplex; exports.withTimeout = _chunkXE5IWVNVjs.withTimeout;
128
128
  //# sourceMappingURL=node.js.map
package/dist/node.mjs CHANGED
@@ -17,14 +17,14 @@ import {
17
17
  SNAP_APPROVAL_UPDATE,
18
18
  SnapController,
19
19
  controllerName
20
- } from "./chunk-PGQDHVHI.mjs";
20
+ } from "./chunk-AXXQZJBW.mjs";
21
21
  import "./chunk-HWJE3SDW.mjs";
22
22
  import {
23
23
  JsonSnapsRegistry
24
- } from "./chunk-DSQYZGBH.mjs";
24
+ } from "./chunk-6M4XK4PN.mjs";
25
25
  import {
26
26
  SnapsRegistryStatus
27
- } from "./chunk-RU67JKBV.mjs";
27
+ } from "./chunk-ZZD3HUNE.mjs";
28
28
  import "./chunk-QL3QGUTM.mjs";
29
29
  import {
30
30
  detectSnapLocation
@@ -15,14 +15,14 @@ require('./chunk-JAUAKTUL.js');
15
15
 
16
16
 
17
17
 
18
- var _chunkV7FYGVMWjs = require('./chunk-V7FYGVMW.js');
18
+ var _chunkAPQVOL5Tjs = require('./chunk-APQVOL5T.js');
19
19
  require('./chunk-G66GQJS6.js');
20
20
 
21
21
 
22
- var _chunk7JY5VENPjs = require('./chunk-7JY5VENP.js');
22
+ var _chunkCPUUURMTjs = require('./chunk-CPUUURMT.js');
23
23
 
24
24
 
25
- var _chunk6N6KZYVDjs = require('./chunk-6N6KZYVD.js');
25
+ var _chunk4CA3O64Hjs = require('./chunk-4CA3O64H.js');
26
26
  require('./chunk-WEY7ICES.js');
27
27
 
28
28
 
@@ -121,5 +121,5 @@ require('./chunk-EXN2TFDJ.js');
121
121
 
122
122
 
123
123
 
124
- exports.AbstractExecutionService = _chunkVJZI4VSJjs.AbstractExecutionService; exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.CronjobController = _chunkMYWDTEX2js.CronjobController; exports.DAILY_TIMEOUT = _chunkMYWDTEX2js.DAILY_TIMEOUT; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.IframeExecutionService = _chunkLAVQZHSHjs.IframeExecutionService; exports.JsonSnapsRegistry = _chunk7JY5VENPjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.OffscreenExecutionService = _chunk6HI7J27Ujs.OffscreenExecutionService; exports.ProxyPostMessageStream = _chunk7Y6P5FRNjs.ProxyPostMessageStream; exports.SNAP_APPROVAL_INSTALL = _chunkV7FYGVMWjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkV7FYGVMWjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkV7FYGVMWjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkV7FYGVMWjs.SnapController; exports.SnapInterfaceController = _chunkQ2ON6SMVjs.SnapInterfaceController; exports.SnapsRegistryStatus = _chunk6N6KZYVDjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.WebViewExecutionService = _chunkMXCU2GFUjs.WebViewExecutionService; exports.WebWorkerExecutionService = _chunkVOAJRWUBjs.WebWorkerExecutionService; exports.controllerName = _chunkV7FYGVMWjs.controllerName; exports.delay = _chunkXE5IWVNVjs.delay; exports.delayWithTimer = _chunkXE5IWVNVjs.delayWithTimer; exports.detectSnapLocation = _chunk7WOG63YYjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.fetchSnap = _chunkXE5IWVNVjs.fetchSnap; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps; exports.getSnapFiles = _chunkXE5IWVNVjs.getSnapFiles; exports.hasTimedOut = _chunkXE5IWVNVjs.hasTimedOut; exports.setDiff = _chunkXE5IWVNVjs.setDiff; exports.setupMultiplex = _chunkVJZI4VSJjs.setupMultiplex; exports.withTimeout = _chunkXE5IWVNVjs.withTimeout;
124
+ exports.AbstractExecutionService = _chunkVJZI4VSJjs.AbstractExecutionService; exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.CronjobController = _chunkMYWDTEX2js.CronjobController; exports.DAILY_TIMEOUT = _chunkMYWDTEX2js.DAILY_TIMEOUT; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.IframeExecutionService = _chunkLAVQZHSHjs.IframeExecutionService; exports.JsonSnapsRegistry = _chunkCPUUURMTjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.OffscreenExecutionService = _chunk6HI7J27Ujs.OffscreenExecutionService; exports.ProxyPostMessageStream = _chunk7Y6P5FRNjs.ProxyPostMessageStream; exports.SNAP_APPROVAL_INSTALL = _chunkAPQVOL5Tjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkAPQVOL5Tjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkAPQVOL5Tjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkAPQVOL5Tjs.SnapController; exports.SnapInterfaceController = _chunkQ2ON6SMVjs.SnapInterfaceController; exports.SnapsRegistryStatus = _chunk4CA3O64Hjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.WebViewExecutionService = _chunkMXCU2GFUjs.WebViewExecutionService; exports.WebWorkerExecutionService = _chunkVOAJRWUBjs.WebWorkerExecutionService; exports.controllerName = _chunkAPQVOL5Tjs.controllerName; exports.delay = _chunkXE5IWVNVjs.delay; exports.delayWithTimer = _chunkXE5IWVNVjs.delayWithTimer; exports.detectSnapLocation = _chunk7WOG63YYjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.fetchSnap = _chunkXE5IWVNVjs.fetchSnap; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps; exports.getSnapFiles = _chunkXE5IWVNVjs.getSnapFiles; exports.hasTimedOut = _chunkXE5IWVNVjs.hasTimedOut; exports.setDiff = _chunkXE5IWVNVjs.setDiff; exports.setupMultiplex = _chunkVJZI4VSJjs.setupMultiplex; exports.withTimeout = _chunkXE5IWVNVjs.withTimeout;
125
125
  //# sourceMappingURL=react-native.js.map
@@ -15,14 +15,14 @@ import {
15
15
  SNAP_APPROVAL_UPDATE,
16
16
  SnapController,
17
17
  controllerName
18
- } from "./chunk-PGQDHVHI.mjs";
18
+ } from "./chunk-AXXQZJBW.mjs";
19
19
  import "./chunk-HWJE3SDW.mjs";
20
20
  import {
21
21
  JsonSnapsRegistry
22
- } from "./chunk-DSQYZGBH.mjs";
22
+ } from "./chunk-6M4XK4PN.mjs";
23
23
  import {
24
24
  SnapsRegistryStatus
25
- } from "./chunk-RU67JKBV.mjs";
25
+ } from "./chunk-ZZD3HUNE.mjs";
26
26
  import "./chunk-QL3QGUTM.mjs";
27
27
  import {
28
28
  detectSnapLocation
@@ -4,10 +4,10 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkV7FYGVMWjs = require('../chunk-V7FYGVMW.js');
7
+ var _chunkAPQVOL5Tjs = require('../chunk-APQVOL5T.js');
8
8
  require('../chunk-G66GQJS6.js');
9
- require('../chunk-7JY5VENP.js');
10
- require('../chunk-6N6KZYVD.js');
9
+ require('../chunk-CPUUURMT.js');
10
+ require('../chunk-4CA3O64H.js');
11
11
  require('../chunk-WEY7ICES.js');
12
12
  require('../chunk-7WOG63YY.js');
13
13
  require('../chunk-XWDEGRM5.js');
@@ -26,5 +26,5 @@ require('../chunk-EXN2TFDJ.js');
26
26
 
27
27
 
28
28
 
29
- exports.SNAP_APPROVAL_INSTALL = _chunkV7FYGVMWjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkV7FYGVMWjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkV7FYGVMWjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkV7FYGVMWjs.SnapController; exports.controllerName = _chunkV7FYGVMWjs.controllerName;
29
+ exports.SNAP_APPROVAL_INSTALL = _chunkAPQVOL5Tjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkAPQVOL5Tjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkAPQVOL5Tjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkAPQVOL5Tjs.SnapController; exports.controllerName = _chunkAPQVOL5Tjs.controllerName;
30
30
  //# sourceMappingURL=SnapController.js.map
@@ -4,10 +4,10 @@ import {
4
4
  SNAP_APPROVAL_UPDATE,
5
5
  SnapController,
6
6
  controllerName
7
- } from "../chunk-PGQDHVHI.mjs";
7
+ } from "../chunk-AXXQZJBW.mjs";
8
8
  import "../chunk-HWJE3SDW.mjs";
9
- import "../chunk-DSQYZGBH.mjs";
10
- import "../chunk-RU67JKBV.mjs";
9
+ import "../chunk-6M4XK4PN.mjs";
10
+ import "../chunk-ZZD3HUNE.mjs";
11
11
  import "../chunk-QL3QGUTM.mjs";
12
12
  import "../chunk-B67RDBZ4.mjs";
13
13
  import "../chunk-WKQRCGUW.mjs";
@@ -5,14 +5,14 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkV7FYGVMWjs = require('../chunk-V7FYGVMW.js');
8
+ var _chunkAPQVOL5Tjs = require('../chunk-APQVOL5T.js');
9
9
  require('../chunk-G66GQJS6.js');
10
10
 
11
11
 
12
- var _chunk7JY5VENPjs = require('../chunk-7JY5VENP.js');
12
+ var _chunkCPUUURMTjs = require('../chunk-CPUUURMT.js');
13
13
 
14
14
 
15
- var _chunk6N6KZYVDjs = require('../chunk-6N6KZYVD.js');
15
+ var _chunk4CA3O64Hjs = require('../chunk-4CA3O64H.js');
16
16
  require('../chunk-WEY7ICES.js');
17
17
 
18
18
 
@@ -59,5 +59,5 @@ require('../chunk-EXN2TFDJ.js');
59
59
 
60
60
 
61
61
 
62
- exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.JsonSnapsRegistry = _chunk7JY5VENPjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.SNAP_APPROVAL_INSTALL = _chunkV7FYGVMWjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkV7FYGVMWjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkV7FYGVMWjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkV7FYGVMWjs.SnapController; exports.SnapsRegistryStatus = _chunk6N6KZYVDjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.controllerName = _chunkV7FYGVMWjs.controllerName; exports.detectSnapLocation = _chunk7WOG63YYjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps;
62
+ exports.BaseNpmLocation = _chunkXWDEGRM5js.BaseNpmLocation; exports.DEFAULT_NPM_REGISTRY = _chunkXWDEGRM5js.DEFAULT_NPM_REGISTRY; exports.HttpLocation = _chunkRDBT3ZJQjs.HttpLocation; exports.JsonSnapsRegistry = _chunkCPUUURMTjs.JsonSnapsRegistry; exports.LocalLocation = _chunkLWBPKSU2js.LocalLocation; exports.NpmLocation = _chunkXWDEGRM5js.NpmLocation; exports.SNAP_APPROVAL_INSTALL = _chunkAPQVOL5Tjs.SNAP_APPROVAL_INSTALL; exports.SNAP_APPROVAL_RESULT = _chunkAPQVOL5Tjs.SNAP_APPROVAL_RESULT; exports.SNAP_APPROVAL_UPDATE = _chunkAPQVOL5Tjs.SNAP_APPROVAL_UPDATE; exports.SnapController = _chunkAPQVOL5Tjs.SnapController; exports.SnapsRegistryStatus = _chunk4CA3O64Hjs.SnapsRegistryStatus; exports.TARBALL_SIZE_SAFETY_LIMIT = _chunkXWDEGRM5js.TARBALL_SIZE_SAFETY_LIMIT; exports.controllerName = _chunkAPQVOL5Tjs.controllerName; exports.detectSnapLocation = _chunk7WOG63YYjs.detectSnapLocation; exports.fetchNpmMetadata = _chunkXWDEGRM5js.fetchNpmMetadata; exports.getNpmCanonicalBasePath = _chunkXWDEGRM5js.getNpmCanonicalBasePath; exports.getRunnableSnaps = _chunkYYPUPKQYjs.getRunnableSnaps;
63
63
  //# sourceMappingURL=index.js.map
@@ -5,14 +5,14 @@ import {
5
5
  SNAP_APPROVAL_UPDATE,
6
6
  SnapController,
7
7
  controllerName
8
- } from "../chunk-PGQDHVHI.mjs";
8
+ } from "../chunk-AXXQZJBW.mjs";
9
9
  import "../chunk-HWJE3SDW.mjs";
10
10
  import {
11
11
  JsonSnapsRegistry
12
- } from "../chunk-DSQYZGBH.mjs";
12
+ } from "../chunk-6M4XK4PN.mjs";
13
13
  import {
14
14
  SnapsRegistryStatus
15
- } from "../chunk-RU67JKBV.mjs";
15
+ } from "../chunk-ZZD3HUNE.mjs";
16
16
  import "../chunk-QL3QGUTM.mjs";
17
17
  import {
18
18
  detectSnapLocation
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-G66GQJS6.js');
2
2
 
3
3
 
4
- var _chunk7JY5VENPjs = require('../../chunk-7JY5VENP.js');
4
+ var _chunkCPUUURMTjs = require('../../chunk-CPUUURMT.js');
5
5
 
6
6
 
7
- var _chunk6N6KZYVDjs = require('../../chunk-6N6KZYVD.js');
7
+ var _chunk4CA3O64Hjs = require('../../chunk-4CA3O64H.js');
8
8
  require('../../chunk-EXN2TFDJ.js');
9
9
 
10
10
 
11
11
 
12
- exports.JsonSnapsRegistry = _chunk7JY5VENPjs.JsonSnapsRegistry; exports.SnapsRegistryStatus = _chunk6N6KZYVDjs.SnapsRegistryStatus;
12
+ exports.JsonSnapsRegistry = _chunkCPUUURMTjs.JsonSnapsRegistry; exports.SnapsRegistryStatus = _chunk4CA3O64Hjs.SnapsRegistryStatus;
13
13
  //# sourceMappingURL=index.js.map
@@ -1,10 +1,10 @@
1
1
  import "../../chunk-HWJE3SDW.mjs";
2
2
  import {
3
3
  JsonSnapsRegistry
4
- } from "../../chunk-DSQYZGBH.mjs";
4
+ } from "../../chunk-6M4XK4PN.mjs";
5
5
  import {
6
6
  SnapsRegistryStatus
7
- } from "../../chunk-RU67JKBV.mjs";
7
+ } from "../../chunk-ZZD3HUNE.mjs";
8
8
  import "../../chunk-YRZVIDCF.mjs";
9
9
  export {
10
10
  JsonSnapsRegistry,
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk7JY5VENPjs = require('../../chunk-7JY5VENP.js');
4
- require('../../chunk-6N6KZYVD.js');
3
+ var _chunkCPUUURMTjs = require('../../chunk-CPUUURMT.js');
4
+ require('../../chunk-4CA3O64H.js');
5
5
  require('../../chunk-EXN2TFDJ.js');
6
6
 
7
7
 
8
- exports.JsonSnapsRegistry = _chunk7JY5VENPjs.JsonSnapsRegistry;
8
+ exports.JsonSnapsRegistry = _chunkCPUUURMTjs.JsonSnapsRegistry;
9
9
  //# sourceMappingURL=json.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  JsonSnapsRegistry
3
- } from "../../chunk-DSQYZGBH.mjs";
4
- import "../../chunk-RU67JKBV.mjs";
3
+ } from "../../chunk-6M4XK4PN.mjs";
4
+ import "../../chunk-ZZD3HUNE.mjs";
5
5
  import "../../chunk-YRZVIDCF.mjs";
6
6
  export {
7
7
  JsonSnapsRegistry
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk6N6KZYVDjs = require('../../chunk-6N6KZYVD.js');
3
+ var _chunk4CA3O64Hjs = require('../../chunk-4CA3O64H.js');
4
4
  require('../../chunk-EXN2TFDJ.js');
5
5
 
6
6
 
7
- exports.SnapsRegistryStatus = _chunk6N6KZYVDjs.SnapsRegistryStatus;
7
+ exports.SnapsRegistryStatus = _chunk4CA3O64Hjs.SnapsRegistryStatus;
8
8
  //# sourceMappingURL=registry.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  SnapsRegistryStatus
3
- } from "../../chunk-RU67JKBV.mjs";
3
+ } from "../../chunk-ZZD3HUNE.mjs";
4
4
  import "../../chunk-YRZVIDCF.mjs";
5
5
  export {
6
6
  SnapsRegistryStatus