@atlaspack/workers
Advanced tools
Comparing version 2.12.1-dev.3567 to 2.13.1-canary.3630
{ | ||
"name": "@atlaspack/workers", | ||
"version": "2.12.1-dev.3567+c06f4487e", | ||
"version": "2.13.1-canary.3630+10a6f37ef", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -19,9 +19,16 @@ "license": "(MIT OR Apache-2.0)", | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"@atlaspack::sources": "./src/index.js", | ||
"default": "./lib/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
"@atlaspack/build-cache": "2.12.1-dev.3567+c06f4487e", | ||
"@atlaspack/diagnostic": "2.12.1-dev.3567+c06f4487e", | ||
"@atlaspack/logger": "2.12.1-dev.3567+c06f4487e", | ||
"@atlaspack/profiler": "2.12.1-dev.3567+c06f4487e", | ||
"@atlaspack/types-internal": "2.12.1-dev.3567+c06f4487e", | ||
"@atlaspack/utils": "2.12.1-dev.3567+c06f4487e", | ||
"@atlaspack/build-cache": "2.13.1-canary.3630+10a6f37ef", | ||
"@atlaspack/diagnostic": "2.13.1-canary.3630+10a6f37ef", | ||
"@atlaspack/logger": "2.13.1-canary.3630+10a6f37ef", | ||
"@atlaspack/profiler": "2.13.1-canary.3630+10a6f37ef", | ||
"@atlaspack/types-internal": "2.13.1-canary.3630+10a6f37ef", | ||
"@atlaspack/utils": "2.13.1-canary.3630+10a6f37ef", | ||
"nullthrows": "^1.1.1" | ||
@@ -33,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "c06f4487ebddc632957147c8b585a97e149062a1" | ||
"gitHead": "10a6f37ef063d0227ebb26310383e899dbd9b1e6" | ||
} |
@@ -0,1 +1,2 @@ | ||
// @flow | ||
import assert from 'assert'; | ||
@@ -2,0 +3,0 @@ import os from 'os'; |
@@ -1,2 +0,3 @@ | ||
const WorkerFarm = require('../../../src/WorkerFarm').default; | ||
// eslint-disable-next-line @atlaspack/no-self-package-imports | ||
const WorkerFarm = require('@atlaspack/workers').default; | ||
@@ -3,0 +4,0 @@ function run() { |
@@ -1,2 +0,3 @@ | ||
const WorkerFarm = require('../../../src/WorkerFarm').default; | ||
// eslint-disable-next-line @atlaspack/no-self-package-imports | ||
const WorkerFarm = require('@atlaspack/workers').default; | ||
@@ -3,0 +4,0 @@ function run(api) { |
@@ -1,2 +0,3 @@ | ||
const WorkerFarm = require('../../../src/WorkerFarm').default; | ||
// eslint-disable-next-line @atlaspack/no-self-package-imports | ||
const WorkerFarm = require('@atlaspack/workers').default; | ||
@@ -3,0 +4,0 @@ function run(api, a, b) { |
@@ -1,2 +0,3 @@ | ||
const WorkerFarm = require('../../../src/WorkerFarm').default; | ||
// eslint-disable-next-line @atlaspack/no-self-package-imports | ||
const WorkerFarm = require('@atlaspack/workers').default; | ||
const Logger = require('@atlaspack/logger').default; | ||
@@ -3,0 +4,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
127851
49
3731