@sprucelabs/resolve-path-aliases 2.0.3 → 2.0.4
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 +6 -6
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.4",
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"fix.lint": "eslint --fix --cache",
|
|
43
43
|
"lint.watch": "chokidar 'src/**/*' '../spruce-templates/src/**' -c 'yarn lint.tsc'",
|
|
44
44
|
"post.watch.build": "yarn copy-for-tests",
|
|
45
|
-
"rebuild": "yarn clean.all && yarn && yarn build.dev",
|
|
45
|
+
"rebuild": "yarn clean.all && yarn install && yarn build.dev",
|
|
46
46
|
"release": "semantic-release",
|
|
47
47
|
"resolve-paths.lint": "yarn build.resolve-paths ; yarn lint",
|
|
48
48
|
"test": "jest",
|
|
@@ -53,23 +53,23 @@
|
|
|
53
53
|
"upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build.dev && yarn test",
|
|
54
54
|
"watch.build.dev": "tsc-watch --sourceMap --onCompilationComplete 'yarn post.watch.build'",
|
|
55
55
|
"watch.lint": "concurrently 'yarn lint' \"chokidar 'src/**/*' -c 'yarn lint.tsc'\"",
|
|
56
|
-
"watch.rebuild": "yarn clean.all && yarn && yarn watch.build.dev",
|
|
56
|
+
"watch.rebuild": "yarn clean.all && yarn install && yarn watch.build.dev",
|
|
57
57
|
"watch.tsc": "tsc -w"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@sprucelabs/globby": "^2.0.
|
|
60
|
+
"@sprucelabs/globby": "^2.0.2",
|
|
61
61
|
"chalk": "^4.1.2",
|
|
62
62
|
"tsconfig-paths": "^4.2.0",
|
|
63
63
|
"yargs": "^17.7.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@sprucelabs/semantic-release": "^5.0.1",
|
|
67
|
-
"@sprucelabs/test": "^9.0.
|
|
67
|
+
"@sprucelabs/test": "^9.0.3",
|
|
68
68
|
"@types/fs-extra": "^11.0.4",
|
|
69
69
|
"chokidar-cli": "^3.0.0",
|
|
70
70
|
"concurrently": "^8.2.2",
|
|
71
71
|
"eslint": "^9.0.0",
|
|
72
|
-
"eslint-config-spruce": "^11.2.
|
|
72
|
+
"eslint-config-spruce": "^11.2.7",
|
|
73
73
|
"fs-extra": "^11.2.0",
|
|
74
74
|
"jest": "^29.7.0",
|
|
75
75
|
"prettier": "^3.2.5",
|