async-array-buffer-broker
Advanced tools
Comparing version 4.0.20 to 4.0.21
@@ -6,2 +6,2 @@ import { IBrokerDefinition } from 'broker-factory'; | ||
} | ||
//# sourceMappingURL=/build/es2019/interfaces/async-array-buffer-broker-definition.d.ts.map | ||
//# sourceMappingURL=async-array-buffer-broker-definition.d.ts.map |
@@ -1,1 +0,1 @@ | ||
//# sourceMappingURL=/build/es2019/interfaces/async-array-buffer-broker-definition.js.map | ||
//# sourceMappingURL=async-array-buffer-broker-definition.js.map |
export * from './async-array-buffer-broker-definition'; | ||
//# sourceMappingURL=/build/es2019/interfaces/index.d.ts.map | ||
//# sourceMappingURL=index.d.ts.map |
export * from './async-array-buffer-broker-definition'; | ||
//# sourceMappingURL=/build/es2019/interfaces/index.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,2 @@ import { TAsyncArrayBufferBrokerLoader, TAsyncArrayBufferBrokerWrapper } from './types'; | ||
export declare const load: TAsyncArrayBufferBrokerLoader; | ||
//# sourceMappingURL=/build/es2019/module.d.ts.map | ||
//# sourceMappingURL=module.d.ts.map |
@@ -24,2 +24,2 @@ import { createBroker } from 'broker-factory'; | ||
}; | ||
//# sourceMappingURL=/build/es2019/module.js.map | ||
//# sourceMappingURL=module.js.map |
import { IDefaultBrokerDefinition } from 'broker-factory'; | ||
import { IAsyncArrayBufferBrokerDefinition } from '../interfaces'; | ||
export declare type TAsyncArrayBufferBrokerLoader = (url: string) => IAsyncArrayBufferBrokerDefinition & IDefaultBrokerDefinition; | ||
//# sourceMappingURL=/build/es2019/types/async-array-buffer-broker-loader.d.ts.map | ||
//# sourceMappingURL=async-array-buffer-broker-loader.d.ts.map |
@@ -1,1 +0,1 @@ | ||
//# sourceMappingURL=/build/es2019/types/async-array-buffer-broker-loader.js.map | ||
//# sourceMappingURL=async-array-buffer-broker-loader.js.map |
import { IDefaultBrokerDefinition } from 'broker-factory'; | ||
import { IAsyncArrayBufferBrokerDefinition } from '../interfaces'; | ||
export declare type TAsyncArrayBufferBrokerWrapper = (sender: MessagePort | Worker) => IAsyncArrayBufferBrokerDefinition & IDefaultBrokerDefinition; | ||
//# sourceMappingURL=/build/es2019/types/async-array-buffer-broker-wrapper.d.ts.map | ||
//# sourceMappingURL=async-array-buffer-broker-wrapper.d.ts.map |
@@ -1,1 +0,1 @@ | ||
//# sourceMappingURL=/build/es2019/types/async-array-buffer-broker-wrapper.js.map | ||
//# sourceMappingURL=async-array-buffer-broker-wrapper.js.map |
export * from './async-array-buffer-broker-loader'; | ||
export * from './async-array-buffer-broker-wrapper'; | ||
//# sourceMappingURL=/build/es2019/types/index.d.ts.map | ||
//# sourceMappingURL=index.d.ts.map |
export * from './async-array-buffer-broker-loader'; | ||
export * from './async-array-buffer-broker-wrapper'; | ||
//# sourceMappingURL=/build/es2019/types/index.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -13,4 +13,4 @@ { | ||
"@babel/runtime": "^7.11.2", | ||
"async-array-buffer-worker": "^6.0.20", | ||
"broker-factory": "^3.0.21", | ||
"async-array-buffer-worker": "^6.0.21", | ||
"broker-factory": "^3.0.22", | ||
"tslib": "^2.0.1" | ||
@@ -20,3 +20,3 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.11.1", | ||
"@babel/core": "^7.11.4", | ||
"@babel/plugin-external-helpers": "^7.10.4", | ||
@@ -32,3 +32,3 @@ "@babel/plugin-transform-runtime": "^7.11.0", | ||
"eslint-config-holy-grail": "^48.0.0", | ||
"grunt": "^1.2.1", | ||
"grunt": "^1.3.0", | ||
"grunt-cli": "^1.3.2", | ||
@@ -51,3 +51,3 @@ "grunt-contrib-clean": "^2.0.0", | ||
"pretty-quick": "^2.0.1", | ||
"rollup": "^2.26.0", | ||
"rollup": "^2.26.4", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -57,5 +57,5 @@ "sinon": "^9.0.3", | ||
"ts-loader": "^8.0.2", | ||
"tsconfig-holy-grail": "^11.0.19", | ||
"tsconfig-holy-grail": "^11.0.20", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^52.0.4", | ||
"tslint-config-holy-grail": "^52.0.8", | ||
"typescript": "^3.9.7", | ||
@@ -89,3 +89,3 @@ "webpack": "^4.44.1" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "4.0.20" | ||
"version": "4.0.21" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14765
Updatedbroker-factory@^3.0.22