@atlaspack/types 2.14.5-canary.14 → 2.14.5-canary.140

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/CHANGELOG.md CHANGED
@@ -1,5 +1,138 @@
1
1
  # @atlaspack/types
2
2
 
3
+ ## 2.15.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`069de47`](https://github.com/atlassian-labs/atlaspack/commit/069de478e64fb5889f6f2ce023eb510782767fbd)]:
8
+ - @atlaspack/types-internal@2.16.0
9
+ - @atlaspack/workers@2.14.21
10
+
11
+ ## 2.15.10
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - @atlaspack/types-internal@2.15.2
17
+ - @atlaspack/workers@2.14.20
18
+
19
+ ## 2.15.9
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies []:
24
+ - @atlaspack/types-internal@2.15.1
25
+ - @atlaspack/workers@2.14.19
26
+
27
+ ## 2.15.8
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417)]:
32
+ - @atlaspack/types-internal@2.15.0
33
+ - @atlaspack/workers@2.14.18
34
+
35
+ ## 2.15.7
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies []:
40
+ - @atlaspack/workers@2.14.17
41
+
42
+ ## 2.15.6
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies []:
47
+ - @atlaspack/types-internal@2.14.14
48
+ - @atlaspack/workers@2.14.16
49
+
50
+ ## 2.15.5
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies []:
55
+ - @atlaspack/types-internal@2.14.13
56
+ - @atlaspack/workers@2.14.15
57
+
58
+ ## 2.15.4
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies []:
63
+ - @atlaspack/types-internal@2.14.12
64
+ - @atlaspack/workers@2.14.14
65
+
66
+ ## 2.15.3
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies [[`ef3d622`](https://github.com/atlassian-labs/atlaspack/commit/ef3d6228f4e006702198a19c61e051d194d325cb)]:
71
+ - @atlaspack/workers@2.14.13
72
+ - @atlaspack/types-internal@2.14.11
73
+
74
+ ## 2.15.2
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies []:
79
+ - @atlaspack/types-internal@2.14.10
80
+ - @atlaspack/workers@2.14.12
81
+
82
+ ## 2.15.1
83
+
84
+ ### Patch Changes
85
+
86
+ - Updated dependencies []:
87
+ - @atlaspack/types-internal@2.14.9
88
+ - @atlaspack/workers@2.14.11
89
+
90
+ ## 2.15.0
91
+
92
+ ### Minor Changes
93
+
94
+ - [#601](https://github.com/atlassian-labs/atlaspack/pull/601) [`1e32d4e`](https://github.com/atlassian-labs/atlaspack/commit/1e32d4eae6b3af3968e8a0ef97d35b4347fd4196) Thanks [@yamadapc](https://github.com/yamadapc)! - Improve granular configuration file invalidations
95
+
96
+ ### Patch Changes
97
+
98
+ - [#595](https://github.com/atlassian-labs/atlaspack/pull/595) [`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b) Thanks [@yamadapc](https://github.com/yamadapc)! - Add bundleId to write bundle request results
99
+
100
+ - Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b)]:
101
+ - @atlaspack/types-internal@2.14.8
102
+ - @atlaspack/workers@2.14.10
103
+
104
+ ## 2.14.9
105
+
106
+ ### Patch Changes
107
+
108
+ - Updated dependencies []:
109
+ - @atlaspack/types-internal@2.14.7
110
+ - @atlaspack/workers@2.14.9
111
+
112
+ ## 2.14.8
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies []:
117
+ - @atlaspack/types-internal@2.14.6
118
+ - @atlaspack/workers@2.14.8
119
+
120
+ ## 2.14.7
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies []:
125
+ - @atlaspack/types-internal@2.14.5
126
+ - @atlaspack/workers@2.14.7
127
+
128
+ ## 2.14.6
129
+
130
+ ### Patch Changes
131
+
132
+ - Updated dependencies []:
133
+ - @atlaspack/types-internal@2.14.4
134
+ - @atlaspack/workers@2.14.6
135
+
3
136
  ## 2.14.5
4
137
 
5
138
  ### Patch Changes
package/lib/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import type WorkerFarm from "@atlaspack/workers";
2
- import type { InitialAtlaspackOptionsInternal } from "@atlaspack/types-internal";
3
- export * from "@atlaspack/types-internal";
1
+ import type WorkerFarm from '@atlaspack/workers';
2
+ import type { InitialAtlaspackOptionsInternal } from '@atlaspack/types-internal';
3
+ export * from '@atlaspack/types-internal';
4
4
  export type InitialAtlaspackOptions = InitialAtlaspackOptionsInternal<WorkerFarm>;
5
5
  export type InitialParcelOptions = InitialAtlaspackOptions;
package/lib/index.js ADDED
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _typesInternal = require("@atlaspack/types-internal");
7
+ Object.keys(_typesInternal).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _typesInternal[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _typesInternal[key];
14
+ }
15
+ });
16
+ });
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@atlaspack/types",
3
- "version": "2.14.5-canary.14+267b0d591",
3
+ "version": "2.14.5-canary.140+43fdd2238",
4
4
  "license": "(MIT OR Apache-2.0)",
5
- "main": "src/index.js",
6
- "types": "lib/index.d.ts",
5
+ "main": "./lib/index.js",
6
+ "source": "./src/index.ts",
7
+ "types": "./lib/index.d.ts",
7
8
  "repository": {
8
9
  "type": "git",
9
10
  "url": "https://github.com/atlassian-labs/atlaspack.git"
@@ -12,13 +13,12 @@
12
13
  "access": "public"
13
14
  },
14
15
  "scripts": {
15
- "build-ts": "mkdir -p lib ; flow-to-ts src/index.js > lib/index.d.ts",
16
- "check-ts": "tsc --noEmit lib/index.d.ts"
16
+ "check-ts": "tsc --emitDeclarationOnly --rootDir src"
17
17
  },
18
18
  "dependencies": {
19
- "@atlaspack/types-internal": "2.14.1-canary.82+267b0d591",
20
- "@atlaspack/workers": "2.14.5-canary.14+267b0d591"
19
+ "@atlaspack/types-internal": "2.14.1-canary.208+43fdd2238",
20
+ "@atlaspack/workers": "2.14.5-canary.140+43fdd2238"
21
21
  },
22
22
  "type": "commonjs",
23
- "gitHead": "267b0d59131c00e4cd1526bbf87aa84b9c8fd411"
24
- }
23
+ "gitHead": "43fdd223860fbc97af17d68c65419b97412cb888"
24
+ }
@@ -1,9 +1,7 @@
1
- // @flow strict-local
2
-
3
1
  import type WorkerFarm from '@atlaspack/workers';
4
2
  import type {InitialAtlaspackOptionsInternal} from '@atlaspack/types-internal';
5
3
 
6
- export type * from '@atlaspack/types-internal';
4
+ export * from '@atlaspack/types-internal';
7
5
 
8
6
  export type InitialAtlaspackOptions =
9
7
  InitialAtlaspackOptionsInternal<WorkerFarm>;
package/tsconfig.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "extends": "../../../tsconfig.json",
3
+ "include": ["src"]
4
+ }