We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0784e9e commit d7e6341Copy full SHA for d7e6341
package.json
@@ -111,12 +111,6 @@
111
"browser": "./dist/esm/lib/IExecTaskModule.js",
112
"default": "./dist/esm/lib/IExecTaskModule.js"
113
},
114
- "./IExecVoucherModule": {
115
- "types": "./dist/esm/lib/IExecVoucherModule.d.ts",
116
- "import": "./dist/esm/lib/IExecVoucherModule.js",
117
- "browser": "./dist/esm/lib/IExecVoucherModule.js",
118
- "default": "./dist/esm/lib/IExecVoucherModule.js"
119
- },
120
"./IExecWalletModule": {
121
"types": "./dist/esm/lib/IExecWalletModule.d.ts",
122
"import": "./dist/esm/lib/IExecWalletModule.js",
@@ -182,7 +176,6 @@
182
176
"IExecSecretsModule",
183
177
"IExecStorageModule",
184
178
"IExecTaskModule",
185
- "IExecVoucherModule",
186
179
"IExecWalletModule",
187
180
"IExecWorkerpoolModule",
188
181
"errors",
0 commit comments