@homer0/path-utils
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -99,2 +99,2 @@ import * as _homer0_jimple from '@homer0/jimple'; | ||
export { PathUtils, PathUtilsOptions, PathUtilsProviderOptions, pathUtils, pathUtilsProvider }; | ||
export { PathUtils, type PathUtilsOptions, type PathUtilsProviderOptions, pathUtils, pathUtilsProvider }; |
{ | ||
"name": "@homer0/path-utils", | ||
"description": "A utility service to manage paths on a project", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"repository": { | ||
@@ -26,11 +26,11 @@ "type": "git", | ||
"dependencies": { | ||
"@homer0/jimple": "3.0.0" | ||
"@homer0/jimple": "3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@homer0/eslint-plugin": "12.0.0", | ||
"@homer0/tsconfig": "1.0.12", | ||
"@homer0/eslint-plugin": "12.0.1", | ||
"@homer0/tsconfig": "1.0.13", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.1", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2" | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -51,3 +51,3 @@ "engine-strict": true, | ||
}, | ||
"gitHead": "968248535be40f5ddb1cd53cdb2bb47c1c9a06d7" | ||
"gitHead": "3e1bd862a217e2d26a783144b991436e8b589260" | ||
} |
@@ -106,10 +106,12 @@ # 🗂 Path utils | ||
As this project is part of the `packages` monorepo, some of the tooling, like ESLint and Husky, are installed on the root's `package.json`. | ||
As this project is part of the `packages` monorepo, some of the tooling, like `lint-staged` and `husky`, are installed on the root's `package.json`. | ||
#### Tasks | ||
| Task | Description | | ||
| ------- | -------------------- | | ||
| `test` | Runs the unit tests. | | ||
| `build` | Bundles the project. | | ||
| Task | Description | | ||
| ------------- | ------------------------------- | | ||
| `lint` | Lints the package. | | ||
| `test` | Runs the unit tests. | | ||
| `build` | Transpiles the project. | | ||
| `types:check` | Validates the TypeScript types. | | ||
@@ -116,0 +118,0 @@ ## Motivation |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38305
122
+ Added@homer0/jimple@3.0.1(transitive)
- Removed@homer0/jimple@3.0.0(transitive)
Updated@homer0/jimple@3.0.1