@atlaspack/profiler 2.14.1-dev.11 → 2.14.1-dev.123

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @atlaspack/profiler
2
2
 
3
+ ## 2.14.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @atlaspack/types-internal@2.14.7
9
+
10
+ ## 2.14.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @atlaspack/types-internal@2.14.6
16
+
17
+ ## 2.14.5
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies []:
22
+ - @atlaspack/types-internal@2.14.5
23
+
24
+ ## 2.14.4
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies []:
29
+ - @atlaspack/types-internal@2.14.4
30
+
31
+ ## 2.14.3
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies []:
36
+ - @atlaspack/types-internal@2.14.3
37
+
38
+ ## 2.14.2
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies []:
43
+ - @atlaspack/types-internal@2.14.2
44
+
45
+ ## 2.14.1
46
+
47
+ ### Patch Changes
48
+
49
+ - [#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.
50
+ This has hopefully been fixed, so this change will force those packages to re-release.
51
+ - Updated dependencies [[`e1422ad`](https://github.com/atlassian-labs/atlaspack/commit/e1422ad0a801faaa4bc4f1023bed042ffe236e9b), [`570493b`](https://github.com/atlassian-labs/atlaspack/commit/570493beaf754e7985aebc7daaaf6dfcfa8fe56b)]:
52
+ - @atlaspack/types-internal@2.14.1
53
+ - @atlaspack/diagnostic@2.14.1
54
+ - @atlaspack/events@2.14.1
55
+
3
56
  ## 2.14.0
4
57
 
5
58
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/profiler",
3
- "version": "2.14.1-dev.11+633800dee",
3
+ "version": "2.14.1-dev.123+5a11f33c5",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "publishConfig": {
@@ -17,14 +17,14 @@
17
17
  },
18
18
  "scripts": {
19
19
  "build-ts": "flow-to-ts src/*.js --write && rm -f ./src/*.d.ts && tsc --emitDeclarationOnly --declaration --esModuleInterop --target es2015 --moduleResolution node16 --module node16 src/*.ts && mkdir -p lib && mv src/*.d.ts lib/. && rm src/*.ts && node build-ts.js",
20
- "check-ts": "tsc --noEmit lib/index.d.ts"
20
+ "check-ts": "tsc --module node16 --moduleResolution node16 --noEmit lib/index.d.ts"
21
21
  },
22
22
  "dependencies": {
23
- "@atlaspack/diagnostic": "2.14.1-dev.11+633800dee",
24
- "@atlaspack/events": "2.14.1-dev.11+633800dee",
25
- "@atlaspack/types-internal": "2.14.1-dev.11+633800dee",
23
+ "@atlaspack/diagnostic": "2.14.1-dev.123+5a11f33c5",
24
+ "@atlaspack/events": "2.14.1-dev.123+5a11f33c5",
25
+ "@atlaspack/types-internal": "2.14.1-dev.123+5a11f33c5",
26
26
  "chrome-trace-event": "^1.0.2"
27
27
  },
28
28
  "type": "commonjs",
29
- "gitHead": "633800dee24b76fed158966a802c0ea5dcab65d5"
29
+ "gitHead": "5a11f33c51ff74d1cf8d4b72cfa0fda833aa980a"
30
30
  }