@parcel/utils 2.0.0-nightly.1056 → 2.0.0-nightly.1070

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/utils",
3
- "version": "2.0.0-nightly.1056+7d2568d12",
3
+ "version": "2.0.0-nightly.1070+8cce1a1dc",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -33,11 +33,11 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@parcel/codeframe": "2.0.0-nightly.1056+7d2568d12",
37
- "@parcel/diagnostic": "2.0.0-nightly.1056+7d2568d12",
38
- "@parcel/hash": "2.4.2-nightly.2679+7d2568d12",
39
- "@parcel/logger": "2.0.0-nightly.1056+7d2568d12",
40
- "@parcel/markdown-ansi": "2.0.0-nightly.1056+7d2568d12",
36
+ "@parcel/codeframe": "2.0.0-nightly.1070+8cce1a1dc",
37
+ "@parcel/diagnostic": "2.0.0-nightly.1070+8cce1a1dc",
38
+ "@parcel/hash": "2.5.1-nightly.2693+8cce1a1dc",
39
+ "@parcel/logger": "2.0.0-nightly.1070+8cce1a1dc",
40
+ "@parcel/markdown-ansi": "2.0.0-nightly.1070+8cce1a1dc",
41
41
  "@parcel/source-map": "^2.0.0",
42
42
  "chalk": "^4.1.0"
43
43
  },
@@ -63,5 +63,5 @@
63
63
  "./src/http-server.js": false,
64
64
  "./src/openInBrowser.js": false
65
65
  },
66
- "gitHead": "7d2568d1209859012d49a3d24f04842cbfa187ea"
66
+ "gitHead": "8cce1a1dccc55e45898dea2aa883c4520cfb92cd"
67
67
  }
package/src/schema.js CHANGED
@@ -4,7 +4,7 @@ import ThrowableDiagnostic, {
4
4
  escapeMarkdown,
5
5
  encodeJSONKeyComponent,
6
6
  } from '@parcel/diagnostic';
7
- import type {Mapping} from 'json-source-map';
7
+ import type {Mapping} from '@mischnic/json-sourcemap';
8
8
  import nullthrows from 'nullthrows';
9
9
  // flowlint-next-line untyped-import:off
10
10
  import levenshtein from 'fastest-levenshtein';