@sprucelabs/resolve-path-aliases 2.0.34 → 2.0.36
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/build/PathResolver.js +1 -1
- package/build/index.js +1 -1
- package/package.json +4 -4
package/build/PathResolver.js
CHANGED
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.logLive = exports.logStub = exports.PathResolver = void 0;
|
|
7
7
|
const fs_1 = __importDefault(require("fs"));
|
|
8
8
|
const path_1 = __importDefault(require("path"));
|
|
9
|
+
const globby_1 = __importDefault(require("@sprucelabs/globby"));
|
|
9
10
|
const chalk_1 = __importDefault(require("chalk"));
|
|
10
|
-
const globby_1 = __importDefault(require("globby"));
|
|
11
11
|
const tsconfig_paths_1 = require("tsconfig-paths");
|
|
12
12
|
const posixPath_1 = __importDefault(require("./posixPath"));
|
|
13
13
|
class PathResolver {
|
package/build/index.js
CHANGED
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.resolvePathAliases = void 0;
|
|
7
|
-
const globby_1 = __importDefault(require("globby"));
|
|
7
|
+
const globby_1 = __importDefault(require("@sprucelabs/globby"));
|
|
8
8
|
const PathResolver_1 = require("./PathResolver");
|
|
9
9
|
function resolvePathAliases(destination, options = {}, globUtil = globby_1.default) {
|
|
10
10
|
const resolver = PathResolver_1.PathResolver.Resolver(globUtil);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sprucelabs/resolve-path-aliases",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.36",
|
|
4
4
|
"description": "Script that resolves paths from your tsconfig",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "git@github.com:sprucelabsai-community/resolve-path-aliases.git",
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
"watch.tsc": "tsc -w"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@sprucelabs/globby": "^2.0.
|
|
59
|
+
"@sprucelabs/globby": "^2.0.19",
|
|
60
60
|
"chalk": "^4.1.2",
|
|
61
61
|
"tsconfig-paths": "^4.2.0",
|
|
62
62
|
"yargs": "^17.7.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@sprucelabs/semantic-release": "^5.0.1",
|
|
66
|
-
"@sprucelabs/test": "^9.0.
|
|
66
|
+
"@sprucelabs/test": "^9.0.24",
|
|
67
67
|
"@types/fs-extra": "^11.0.4",
|
|
68
68
|
"chokidar-cli": "^3.0.0",
|
|
69
69
|
"eslint": "^9.4.0",
|
|
70
|
-
"eslint-config-spruce": "^11.2.
|
|
70
|
+
"eslint-config-spruce": "^11.2.22",
|
|
71
71
|
"fs-extra": "^11.2.0",
|
|
72
72
|
"jest": "^29.7.0",
|
|
73
73
|
"prettier": "^3.3.1",
|