@shopify/web-worker
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -136,5 +136,4 @@ 'use strict'; | ||
}; | ||
var loader$1 = loader; | ||
exports["default"] = loader$1; | ||
exports["default"] = loader; | ||
exports.pitch = pitch; |
{ | ||
"name": "@shopify/web-worker", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"license": "MIT", | ||
@@ -18,2 +18,5 @@ "description": "Tools for making web workers fun to use", | ||
], | ||
"webpack-loader": [ | ||
"./build/ts/webpack-parts/loader.d.ts" | ||
], | ||
"worker": [ | ||
@@ -33,2 +36,6 @@ "./build/ts/worker.d.ts" | ||
}, | ||
"./webpack-loader": { | ||
"types": "./build/ts/webpack-parts/loader.d.ts", | ||
"default": "./webpack-loader.js" | ||
}, | ||
"./worker": { | ||
@@ -35,0 +42,0 @@ "types": "./build/ts/worker.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
84690
1104