@atlaspack/node-resolver-core 3.5.5-canary.152 → 3.5.5-canary.153
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.
@@ -1,6 +1,4 @@
|
|
1
|
-
import type { FilePath, SpecifierType, SemverRange, Environment, SourceLocation, BuildMode, ResolveResult, PluginLogger } from '@atlaspack/types';
|
2
|
-
import type { FileSystem } from '@atlaspack/fs';
|
3
|
-
import type { PackageManager } from '@atlaspack/package-manager';
|
1
|
+
import type { FilePath, SpecifierType, SemverRange, Environment, SourceLocation, BuildMode, ResolveResult, PluginLogger, FileSystem, PackageManager } from '@atlaspack/types';
|
4
2
|
import type { Diagnostic } from '@atlaspack/diagnostic';
|
5
3
|
type Options = {
|
6
4
|
fs: FileSystem;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@atlaspack/node-resolver-core",
|
3
|
-
"version": "3.5.5-canary.
|
3
|
+
"version": "3.5.5-canary.153+78f404e6e",
|
4
4
|
"license": "(MIT OR Apache-2.0)",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -11,23 +11,24 @@
|
|
11
11
|
},
|
12
12
|
"main": "./lib/index.js",
|
13
13
|
"source": "./src/index.ts",
|
14
|
-
"types": "./lib/index.d.ts",
|
14
|
+
"types": "./lib/types/index.d.ts",
|
15
15
|
"engines": {
|
16
16
|
"node": ">= 16.0.0"
|
17
17
|
},
|
18
18
|
"scripts": {
|
19
19
|
"test": "mocha test",
|
20
|
-
"check-ts": "tsc --emitDeclarationOnly --rootDir src"
|
20
|
+
"check-ts": "tsc --emitDeclarationOnly --rootDir src",
|
21
|
+
"build:lib": "gulp build --gulpfile ../../../gulpfile.js --cwd ."
|
21
22
|
},
|
22
23
|
"files": [
|
23
24
|
"lib"
|
24
25
|
],
|
25
26
|
"dependencies": {
|
26
|
-
"@atlaspack/diagnostic": "2.14.1-canary.
|
27
|
-
"@atlaspack/feature-flags": "2.14.1-canary.
|
28
|
-
"@atlaspack/fs": "2.14.5-canary.
|
29
|
-
"@atlaspack/rust": "3.2.1-canary.
|
30
|
-
"@atlaspack/utils": "2.14.5-canary.
|
27
|
+
"@atlaspack/diagnostic": "2.14.1-canary.221+78f404e6e",
|
28
|
+
"@atlaspack/feature-flags": "2.14.1-canary.221+78f404e6e",
|
29
|
+
"@atlaspack/fs": "2.14.5-canary.153+78f404e6e",
|
30
|
+
"@atlaspack/rust": "3.2.1-canary.153+78f404e6e",
|
31
|
+
"@atlaspack/utils": "2.14.5-canary.153+78f404e6e",
|
31
32
|
"@mischnic/json-sourcemap": "^0.1.0",
|
32
33
|
"nullthrows": "^1.1.1",
|
33
34
|
"semver": "^7.5.2"
|
@@ -60,5 +61,5 @@
|
|
60
61
|
"./src/builtins.js": "./src/builtins.browser.js"
|
61
62
|
},
|
62
63
|
"type": "commonjs",
|
63
|
-
"gitHead": "
|
64
|
-
}
|
64
|
+
"gitHead": "78f404e6e9ff3f94f59a6e4e6ddc31a882b7bea5"
|
65
|
+
}
|
File without changes
|
File without changes
|
File without changes
|