@atlaspack/node-resolver-core 3.3.1-dev.3368 → 3.3.1-dev.3401

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/lib/Wrapper.js +1 -1
  2. package/package.json +7 -7
package/lib/Wrapper.js CHANGED
@@ -266,7 +266,7 @@ class NodeResolver {
266
266
  codeHighlights: [(0, _diagnostic().convertSourceLocationToHighlight)(options.loc, 'used here')]
267
267
  }] : [],
268
268
  documentationURL: 'https://parceljs.org/features/node-emulation/#polyfilling-%26-excluding-builtin-node-modules',
269
- hints: [(0, _diagnostic().md)`Install the "${packageName}" package with your package manager, and run Atlaspack again.`]
269
+ hints: [(0, _diagnostic().md)`Install the "${packageName}" package with your package manager, and run Parcel again.`]
270
270
  }
271
271
  });
272
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaspack/node-resolver-core",
3
- "version": "3.3.1-dev.3368+af1db7f65",
3
+ "version": "3.3.1-dev.3401+b483af77f",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,11 +21,11 @@
21
21
  "lib"
22
22
  ],
23
23
  "dependencies": {
24
- "@atlaspack/diagnostic": "2.12.1-dev.3368+af1db7f65",
25
- "@atlaspack/feature-flags": "2.12.1-dev.3368+af1db7f65",
26
- "@atlaspack/fs": "2.12.1-dev.3368+af1db7f65",
27
- "@atlaspack/rust": "2.12.1-dev.3368+af1db7f65",
28
- "@atlaspack/utils": "2.12.1-dev.3368+af1db7f65",
24
+ "@atlaspack/diagnostic": "2.12.1-dev.3401+b483af77f",
25
+ "@atlaspack/feature-flags": "2.12.1-dev.3401+b483af77f",
26
+ "@atlaspack/fs": "2.12.1-dev.3401+b483af77f",
27
+ "@atlaspack/rust": "2.12.1-dev.3401+b483af77f",
28
+ "@atlaspack/utils": "2.12.1-dev.3401+b483af77f",
29
29
  "@mischnic/json-sourcemap": "^0.1.0",
30
30
  "nullthrows": "^1.1.1",
31
31
  "semver": "^7.5.2"
@@ -57,5 +57,5 @@
57
57
  "browser": {
58
58
  "./src/builtins.js": "./src/builtins.browser.js"
59
59
  },
60
- "gitHead": "af1db7f65c4816917ddf83716deedc536a1b8b27"
60
+ "gitHead": "b483af77f02d1258c8dad156e097b94f83671d8e"
61
61
  }