@parcel/profiler 2.12.1-canary.3185 → 2.12.1-canary.3187

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/profiler",
3
- "version": "2.12.1-canary.3185+f84b6dc3f",
3
+ "version": "2.12.1-canary.3187+ecf737ef4",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -17,17 +17,17 @@
17
17
  "main": "lib/index.js",
18
18
  "source": "src/index.js",
19
19
  "engines": {
20
- "node": ">= 12.0.0"
20
+ "node": ">= 16.0.0"
21
21
  },
22
22
  "scripts": {
23
23
  "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",
24
24
  "check-ts": "tsc --noEmit lib/index.d.ts"
25
25
  },
26
26
  "dependencies": {
27
- "@parcel/diagnostic": "2.0.0-canary.1562+f84b6dc3f",
28
- "@parcel/events": "2.0.0-canary.1562+f84b6dc3f",
29
- "@parcel/types-internal": "2.12.1-canary.3185+f84b6dc3f",
27
+ "@parcel/diagnostic": "2.0.0-canary.1564+ecf737ef4",
28
+ "@parcel/events": "2.0.0-canary.1564+ecf737ef4",
29
+ "@parcel/types-internal": "2.12.1-canary.3187+ecf737ef4",
30
30
  "chrome-trace-event": "^1.0.2"
31
31
  },
32
- "gitHead": "f84b6dc3f97333445c83ea46f60f8e17f0b65397"
32
+ "gitHead": "ecf737ef4650cdf8649aca182596a3d525ab42bc"
33
33
  }