Skip to content

Commit 676f9b1

Browse files
committed
rebuild
1 parent ed35601 commit 676f9b1

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

packages/snaps-execution-environments/lavamoat/browserify/iframe/policy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,16 @@
9999
"packages": {
100100
"@metamask/rpc-errors": true,
101101
"@metamask/snaps-sdk": true,
102+
"@metamask/snaps-utils>luxon": true,
102103
"@metamask/superstruct": true,
103104
"@metamask/utils": true
104105
}
105106
},
107+
"@metamask/snaps-utils>luxon": {
108+
"globals": {
109+
"Intl": true
110+
}
111+
},
106112
"@metamask/utils": {
107113
"globals": {
108114
"TextDecoder": true,

packages/snaps-execution-environments/lavamoat/browserify/node-process/policy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,16 @@
109109
"packages": {
110110
"@metamask/rpc-errors": true,
111111
"@metamask/snaps-sdk": true,
112+
"@metamask/snaps-utils>luxon": true,
112113
"@metamask/superstruct": true,
113114
"@metamask/utils": true
114115
}
115116
},
117+
"@metamask/snaps-utils>luxon": {
118+
"globals": {
119+
"Intl": true
120+
}
121+
},
116122
"@metamask/utils": {
117123
"builtin": {
118124
"buffer.Buffer": true

packages/snaps-execution-environments/lavamoat/browserify/node-thread/policy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,16 @@
109109
"packages": {
110110
"@metamask/rpc-errors": true,
111111
"@metamask/snaps-sdk": true,
112+
"@metamask/snaps-utils>luxon": true,
112113
"@metamask/superstruct": true,
113114
"@metamask/utils": true
114115
}
115116
},
117+
"@metamask/snaps-utils>luxon": {
118+
"globals": {
119+
"Intl": true
120+
}
121+
},
116122
"@metamask/utils": {
117123
"builtin": {
118124
"buffer.Buffer": true

packages/snaps-execution-environments/lavamoat/browserify/webview/policy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,16 @@
9999
"packages": {
100100
"@metamask/rpc-errors": true,
101101
"@metamask/snaps-sdk": true,
102+
"@metamask/snaps-utils>luxon": true,
102103
"@metamask/superstruct": true,
103104
"@metamask/utils": true
104105
}
105106
},
107+
"@metamask/snaps-utils>luxon": {
108+
"globals": {
109+
"Intl": true
110+
}
111+
},
106112
"@metamask/utils": {
107113
"globals": {
108114
"TextDecoder": true,

packages/snaps-execution-environments/lavamoat/browserify/worker-executor/policy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,16 @@
9999
"packages": {
100100
"@metamask/rpc-errors": true,
101101
"@metamask/snaps-sdk": true,
102+
"@metamask/snaps-utils>luxon": true,
102103
"@metamask/superstruct": true,
103104
"@metamask/utils": true
104105
}
105106
},
107+
"@metamask/snaps-utils>luxon": {
108+
"globals": {
109+
"Intl": true
110+
}
111+
},
106112
"@metamask/utils": {
107113
"globals": {
108114
"TextDecoder": true,

packages/snaps-execution-environments/lavamoat/browserify/worker-pool/policy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@
4545
"packages": {
4646
"@metamask/rpc-errors": true,
4747
"@metamask/snaps-sdk": true,
48+
"@metamask/snaps-utils>luxon": true,
4849
"@metamask/superstruct": true,
4950
"@metamask/utils": true
5051
}
5152
},
53+
"@metamask/snaps-utils>luxon": {
54+
"globals": {
55+
"Intl": true
56+
}
57+
},
5258
"@metamask/utils": {
5359
"globals": {
5460
"TextDecoder": true,

0 commit comments

Comments
 (0)