@parcel/profiler 2.12.1-canary.3165 → 2.12.1-canary.3173

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/profiler",
3
- "version": "2.12.1-canary.3165+b6281c770",
3
+ "version": "2.12.1-canary.3173+0b77a5634",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -24,9 +24,9 @@
24
24
  "check-ts": "tsc --noEmit lib/index.d.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@parcel/diagnostic": "2.0.0-canary.1542+b6281c770",
28
- "@parcel/events": "2.0.0-canary.1542+b6281c770",
27
+ "@parcel/diagnostic": "2.0.0-canary.1550+0b77a5634",
28
+ "@parcel/events": "2.0.0-canary.1550+0b77a5634",
29
29
  "chrome-trace-event": "^1.0.2"
30
30
  },
31
- "gitHead": "b6281c77053015bce0e5b715b0f8d187be177479"
31
+ "gitHead": "0b77a56342034d19ce950aaf98bb35fc5823de30"
32
32
  }