@pexip-engage-public/plugin-events
Advanced tools
Comparing version 1.0.10 to 1.0.11
# @pexip-engage-public/plugin-events | ||
## 1.0.11 | ||
### 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-state@1.0.8 | ||
- skedify-types@0.4.10 | ||
## 1.0.10 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@pexip-engage-public/plugin-events", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-events#readme", | ||
@@ -35,10 +35,10 @@ "bugs": { | ||
"dependencies": { | ||
"@pexip-engage-public/plugin-configuration": "1.0.6", | ||
"@pexip-engage-public/plugin-state": "1.0.7", | ||
"skedify-types": "0.4.9" | ||
"@pexip-engage-public/plugin-configuration": "1.0.7", | ||
"@pexip-engage-public/plugin-state": "1.0.8", | ||
"skedify-types": "0.4.10" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^6.6.3", | ||
"@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" | ||
}, | ||
@@ -55,7 +55,7 @@ "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", | ||
"typecheck": "tsc" | ||
"typecheck": "tsc --build" | ||
} | ||
} |
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
52047
+ Added@pexip-engage-public/plugin-configuration@1.0.7(transitive)
+ Added@pexip-engage-public/plugin-state@1.0.8(transitive)
+ Addedskedify-types@0.4.10(transitive)
- Removed@pexip-engage-public/plugin-configuration@1.0.6(transitive)
- Removed@pexip-engage-public/plugin-state@1.0.7(transitive)
- Removedskedify-types@0.4.9(transitive)
Updatedskedify-types@0.4.10