@atlaspack/profiler 2.14.1-dev.118 → 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.
- package/CHANGELOG.md +42 -0
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
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
|
+
|
|
3
45
|
## 2.14.1
|
|
4
46
|
|
|
5
47
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaspack/profiler",
|
|
3
|
-
"version": "2.14.1-dev.
|
|
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
|
-
"types": "./lib/index.d.ts",
|
|
7
6
|
"publishConfig": {
|
|
8
7
|
"access": "public"
|
|
9
8
|
},
|
|
@@ -18,14 +17,14 @@
|
|
|
18
17
|
},
|
|
19
18
|
"scripts": {
|
|
20
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",
|
|
21
|
-
"check-ts": "tsc --noEmit lib/index.d.ts"
|
|
20
|
+
"check-ts": "tsc --module node16 --moduleResolution node16 --noEmit lib/index.d.ts"
|
|
22
21
|
},
|
|
23
22
|
"dependencies": {
|
|
24
|
-
"@atlaspack/diagnostic": "2.14.1-dev.
|
|
25
|
-
"@atlaspack/events": "2.14.1-dev.
|
|
26
|
-
"@atlaspack/types-internal": "2.14.1-dev.
|
|
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",
|
|
27
26
|
"chrome-trace-event": "^1.0.2"
|
|
28
27
|
},
|
|
29
28
|
"type": "commonjs",
|
|
30
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "5a11f33c51ff74d1cf8d4b72cfa0fda833aa980a"
|
|
31
30
|
}
|