@atlaspack/reporter-build-metrics 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,133 @@
1
1
  # @atlaspack/reporter-build-metrics
2
2
 
3
+ ## 2.14.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/utils@2.17.3
9
+ - @atlaspack/plugin@2.14.21
10
+
11
+ ## 2.14.20
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`daaa768`](https://github.com/atlassian-labs/atlaspack/commit/daaa7688786772d7e3713b71c5bba6b89ec704aa)]:
16
+ - @atlaspack/plugin@2.14.20
17
+ - @atlaspack/utils@2.17.2
18
+
19
+ ## 2.14.19
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies []:
24
+ - @atlaspack/utils@2.17.1
25
+ - @atlaspack/plugin@2.14.19
26
+
27
+ ## 2.14.18
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d), [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3), [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417), [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56)]:
32
+ - @atlaspack/utils@2.17.0
33
+ - @atlaspack/plugin@2.14.18
34
+
35
+ ## 2.14.17
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies []:
40
+ - @atlaspack/utils@2.16.1
41
+ - @atlaspack/plugin@2.14.17
42
+
43
+ ## 2.14.16
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [[`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
48
+ - @atlaspack/utils@2.16.0
49
+ - @atlaspack/plugin@2.14.16
50
+
51
+ ## 2.14.15
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies []:
56
+ - @atlaspack/utils@2.15.3
57
+ - @atlaspack/plugin@2.14.15
58
+
59
+ ## 2.14.14
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies []:
64
+ - @atlaspack/utils@2.15.2
65
+ - @atlaspack/plugin@2.14.14
66
+
67
+ ## 2.14.13
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies []:
72
+ - @atlaspack/utils@2.15.1
73
+ - @atlaspack/plugin@2.14.13
74
+
75
+ ## 2.14.12
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [[`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
80
+ - @atlaspack/utils@2.15.0
81
+ - @atlaspack/plugin@2.14.12
82
+
83
+ ## 2.14.11
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies []:
88
+ - @atlaspack/utils@2.14.11
89
+ - @atlaspack/plugin@2.14.11
90
+
91
+ ## 2.14.10
92
+
93
+ ### Patch Changes
94
+
95
+ - Updated dependencies []:
96
+ - @atlaspack/plugin@2.14.10
97
+ - @atlaspack/utils@2.14.10
98
+
99
+ ## 2.14.9
100
+
101
+ ### Patch Changes
102
+
103
+ - Updated dependencies []:
104
+ - @atlaspack/utils@2.14.9
105
+ - @atlaspack/plugin@2.14.9
106
+
107
+ ## 2.14.8
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies []:
112
+ - @atlaspack/utils@2.14.8
113
+ - @atlaspack/plugin@2.14.8
114
+
115
+ ## 2.14.7
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies []:
120
+ - @atlaspack/utils@2.14.7
121
+ - @atlaspack/plugin@2.14.7
122
+
123
+ ## 2.14.6
124
+
125
+ ### Patch Changes
126
+
127
+ - Updated dependencies []:
128
+ - @atlaspack/utils@2.14.6
129
+ - @atlaspack/plugin@2.14.6
130
+
3
131
  ## 2.14.5
4
132
 
5
133
  ### Patch Changes
@@ -0,0 +1,3 @@
1
+ import { Reporter } from '@atlaspack/plugin';
2
+ declare const _default: Reporter;
3
+ export default _default;
@@ -34,8 +34,6 @@ const getValue = instanceId => {
34
34
  lastPhase: 'resolving'
35
35
  });
36
36
  }
37
-
38
- // $FlowFixMe
39
37
  return timingsMap.get(instanceId);
40
38
  };
41
39
  var _default = exports.default = new (_plugin().Reporter)({
@@ -70,6 +68,7 @@ var _default = exports.default = new (_plugin().Reporter)({
70
68
  };
71
69
  })
72
70
  };
71
+ await options.outputFS.mkdirp(_path().default.dirname(metricsFilePath));
73
72
  await options.outputFS.writeFile(metricsFilePath, JSON.stringify(metrics));
74
73
  }
75
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/reporter-build-metrics",
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
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,15 +9,19 @@
9
9
  "type": "git",
10
10
  "url": "https://github.com/atlassian-labs/atlaspack.git"
11
11
  },
12
- "main": "lib/BuildMetricsReporter.js",
13
- "source": "src/BuildMetricsReporter.js",
12
+ "main": "./lib/BuildMetricsReporter.js",
13
+ "source": "./src/BuildMetricsReporter.ts",
14
+ "types": "./lib/BuildMetricsReporter.d.ts",
14
15
  "engines": {
15
16
  "node": ">= 16.0.0"
16
17
  },
17
18
  "dependencies": {
18
- "@atlaspack/plugin": "2.14.5-canary.14+267b0d591",
19
- "@atlaspack/utils": "2.14.5-canary.14+267b0d591"
19
+ "@atlaspack/plugin": "2.14.5-canary.140+43fdd2238",
20
+ "@atlaspack/utils": "2.14.5-canary.140+43fdd2238"
20
21
  },
21
22
  "type": "commonjs",
22
- "gitHead": "267b0d59131c00e4cd1526bbf87aa84b9c8fd411"
23
- }
23
+ "scripts": {
24
+ "check-ts": "tsc --emitDeclarationOnly --rootDir src"
25
+ },
26
+ "gitHead": "43fdd223860fbc97af17d68c65419b97412cb888"
27
+ }
@@ -1,13 +1,14 @@
1
- // @flow strict-local
2
1
  import path from 'path';
3
2
 
4
3
  import {Reporter} from '@atlaspack/plugin';
5
4
  import {generateBuildMetrics} from '@atlaspack/utils';
6
5
 
7
- type TimingValue = {|
8
- timings: {[key: string]: number, ...},
9
- lastPhase: string,
10
- |};
6
+ type TimingValue = {
7
+ timings: {
8
+ [key: string]: number;
9
+ };
10
+ lastPhase: string;
11
+ };
11
12
 
12
13
  let timingsMap = new Map();
13
14
  const getValue = (instanceId: string): TimingValue => {
@@ -18,11 +19,10 @@ const getValue = (instanceId: string): TimingValue => {
18
19
  });
19
20
  }
20
21
 
21
- // $FlowFixMe
22
22
  return timingsMap.get(instanceId);
23
23
  };
24
24
 
25
- export default (new Reporter({
25
+ export default new Reporter({
26
26
  async report({event, options}) {
27
27
  if (event.type === 'buildProgress') {
28
28
  let value = getValue(options.instanceId);
@@ -63,10 +63,11 @@ export default (new Reporter({
63
63
  }),
64
64
  };
65
65
 
66
+ await options.outputFS.mkdirp(path.dirname(metricsFilePath));
66
67
  await options.outputFS.writeFile(
67
68
  metricsFilePath,
68
69
  JSON.stringify(metrics),
69
70
  );
70
71
  }
71
72
  },
72
- }): Reporter);
73
+ }) as Reporter;
package/tsconfig.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "extends": "../../../tsconfig.json",
3
+ "include": ["src"]
4
+ }