@atlaspack/profiler 2.14.1-canary.20 → 2.14.1-canary.201

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,121 @@
1
1
  # @atlaspack/profiler
2
2
 
3
+ ## 2.14.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/types-internal@2.15.1
9
+
10
+ ## 2.14.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417)]:
15
+ - @atlaspack/types-internal@2.15.0
16
+
17
+ ## 2.14.14
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies []:
22
+ - @atlaspack/types-internal@2.14.14
23
+
24
+ ## 2.14.13
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies []:
29
+ - @atlaspack/types-internal@2.14.13
30
+
31
+ ## 2.14.12
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies []:
36
+ - @atlaspack/types-internal@2.14.12
37
+
38
+ ## 2.14.11
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies []:
43
+ - @atlaspack/types-internal@2.14.11
44
+
45
+ ## 2.14.10
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies []:
50
+ - @atlaspack/types-internal@2.14.10
51
+
52
+ ## 2.14.9
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies []:
57
+ - @atlaspack/types-internal@2.14.9
58
+
59
+ ## 2.14.8
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b)]:
64
+ - @atlaspack/types-internal@2.14.8
65
+
66
+ ## 2.14.7
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies []:
71
+ - @atlaspack/types-internal@2.14.7
72
+
73
+ ## 2.14.6
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies []:
78
+ - @atlaspack/types-internal@2.14.6
79
+
80
+ ## 2.14.5
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies []:
85
+ - @atlaspack/types-internal@2.14.5
86
+
87
+ ## 2.14.4
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies []:
92
+ - @atlaspack/types-internal@2.14.4
93
+
94
+ ## 2.14.3
95
+
96
+ ### Patch Changes
97
+
98
+ - Updated dependencies []:
99
+ - @atlaspack/types-internal@2.14.3
100
+
101
+ ## 2.14.2
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies []:
106
+ - @atlaspack/types-internal@2.14.2
107
+
108
+ ## 2.14.1
109
+
110
+ ### Patch Changes
111
+
112
+ - [#478](https://github.com/atlassian-labs/atlaspack/pull/478) [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b) Thanks [@yamadapc](https://github.com/yamadapc)! - The first attempt at Version Packages didn't include the built artifacts.
113
+ This has hopefully been fixed, so this change will force those packages to re-release.
114
+ - Updated dependencies [[`e1422ad`](https://github.com/atlassian-labs/atlaspack/commit/e1422ad0a801faaa4bc4f1023bed042ffe236e9b), [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b)]:
115
+ - @atlaspack/types-internal@2.14.1
116
+ - @atlaspack/diagnostic@2.14.1
117
+ - @atlaspack/events@2.14.1
118
+
3
119
  ## 2.14.0
4
120
 
5
121
  ### Minor Changes
@@ -28,7 +28,7 @@ type PositionTickInfo = {
28
28
  export default class SamplingProfiler {
29
29
  session: Session;
30
30
  startProfiling(): Promise<unknown>;
31
- sendCommand(method: string, params?: unknown): Promise<{
31
+ sendCommand(method: string, params?: any): Promise<{
32
32
  profile: Profile;
33
33
  }>;
34
34
  destroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/profiler",
3
- "version": "2.14.1-canary.20+7e357fb17",
3
+ "version": "2.14.1-canary.201+1c7865a64",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -20,11 +20,11 @@
20
20
  "check-ts": "tsc --noEmit lib/index.d.ts"
21
21
  },
22
22
  "dependencies": {
23
- "@atlaspack/diagnostic": "2.14.1-canary.20+7e357fb17",
24
- "@atlaspack/events": "2.14.1-canary.20+7e357fb17",
25
- "@atlaspack/types-internal": "2.14.1-canary.20+7e357fb17",
23
+ "@atlaspack/diagnostic": "2.14.1-canary.201+1c7865a64",
24
+ "@atlaspack/events": "2.14.1-canary.201+1c7865a64",
25
+ "@atlaspack/types-internal": "2.14.1-canary.201+1c7865a64",
26
26
  "chrome-trace-event": "^1.0.2"
27
27
  },
28
28
  "type": "commonjs",
29
- "gitHead": "7e357fb173e7958da330e3721667fa5749420952"
29
+ "gitHead": "1c7865a64451116d94015e248302435839d347c0"
30
30
  }
@@ -66,10 +66,7 @@ export default class SamplingProfiler {
66
66
  ]);
67
67
  }
68
68
 
69
- sendCommand(
70
- method: string,
71
- params?: mixed,
72
- ): Promise<{profile: Profile, ...}> {
69
+ sendCommand(method: string, params?: any): Promise<{profile: Profile, ...}> {
73
70
  invariant(this.session != null);
74
71
  return new Promise((resolve, reject) => {
75
72
  this.session.post(method, params, (err, p) => {