@atlaspack/types 2.15.11-typescript-1fd1095e8.0 → 2.15.11-typescript-e99c742e9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +5 -0
- package/package.json +9 -9
package/lib/index.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type WorkerFarm from '@atlaspack/workers';
|
|
2
|
+
import type { InitialAtlaspackOptionsInternal } from '@atlaspack/types-internal';
|
|
3
|
+
export * from '@atlaspack/types-internal';
|
|
4
|
+
export type InitialAtlaspackOptions = InitialAtlaspackOptionsInternal<WorkerFarm>;
|
|
5
|
+
export type InitialParcelOptions = InitialAtlaspackOptions;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/types",
|
|
3
|
-
"version": "2.15.11-typescript-
|
|
3
|
+
"version": "2.15.11-typescript-e99c742e9.0",
|
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"source": "src/index.ts",
|
|
7
|
-
"types": "
|
|
5
|
+
"main": "./lib/index.js",
|
|
6
|
+
"source": "./src/index.ts",
|
|
7
|
+
"types": "./lib/index.d.ts",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/atlassian-labs/atlaspack.git"
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
|
16
|
-
"check-ts": "tsc --
|
|
16
|
+
"check-ts": "tsc --emitDeclarationOnly --rootDir src"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@atlaspack/types-internal": "2.15.3-typescript-
|
|
20
|
-
"@atlaspack/workers": "2.14.21-typescript-
|
|
19
|
+
"@atlaspack/types-internal": "2.15.3-typescript-e99c742e9.0",
|
|
20
|
+
"@atlaspack/workers": "2.14.21-typescript-e99c742e9.0"
|
|
21
21
|
},
|
|
22
22
|
"type": "commonjs",
|
|
23
|
-
"gitHead": "
|
|
24
|
-
}
|
|
23
|
+
"gitHead": "e99c742e92175ac411d807daf2ba45d5bacebb58"
|
|
24
|
+
}
|