@pexip-engage-public/plugin-configuration-parser
Advanced tools
Comparing version 1.0.13 to 1.0.14
# @pexip-engage-public/plugin-configuration-parser | ||
## 1.0.14 | ||
### Patch Changes | ||
- e0acd10c6: chore: restrict eslint warnings to 0 in all projects | ||
- 7e5a9b23d: chore: setup proper ts references implementation | ||
- Updated dependencies [e0acd10c6] | ||
- Updated dependencies [7e5a9b23d] | ||
- @pexip-engage-public/plugin-configuration@1.0.7 | ||
- @pexip-engage-public/plugin-utils@1.0.6 | ||
## 1.0.13 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@pexip-engage-public/plugin-configuration-parser", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/configuration-parser#readme", | ||
@@ -36,4 +36,4 @@ "bugs": { | ||
"skedify-uri-encoding": "^2.1.1", | ||
"@pexip-engage-public/plugin-configuration": "1.0.6", | ||
"@pexip-engage-public/plugin-utils": "1.0.5" | ||
"@pexip-engage-public/plugin-configuration": "1.0.7", | ||
"@pexip-engage-public/plugin-utils": "1.0.6" | ||
}, | ||
@@ -44,4 +44,4 @@ "devDependencies": { | ||
"vitest": "^0.28.5", | ||
"@pexip-engage/tsconfig": "0.0.7", | ||
"eslint-config-pexip-engage": "0.0.13" | ||
"@pexip-engage/tsconfig": "0.0.8", | ||
"eslint-config-pexip-engage": "0.0.14" | ||
}, | ||
@@ -58,9 +58,9 @@ "volta": { | ||
"clean": "rm -rf .turbo node_modules dist typings", | ||
"dev": "concurrently \"tsc -w\" \"tsup --watch\"", | ||
"lint": "cross-env TIMING=1 eslint .", | ||
"dev": "concurrently \"tsc --build --watch\" \"tsup --watch\"", | ||
"lint": "cross-env TIMING=1 eslint --max-warnings=0 .", | ||
"lint:fix": "pnpm lint --fix", | ||
"test": "vitest run --dom", | ||
"test:watch": "vitest --dom", | ||
"typecheck": "tsc" | ||
"typecheck": "tsc --build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
140889
+ Added@pexip-engage-public/plugin-configuration@1.0.7(transitive)
+ Added@pexip-engage-public/plugin-utils@1.0.6(transitive)
- Removed@pexip-engage-public/plugin-configuration@1.0.6(transitive)
- Removed@pexip-engage-public/plugin-utils@1.0.5(transitive)