@ribajs/history
Advanced tools
Comparing version 2.0.0-alpha.16 to 2.0.0-beta.1
{ | ||
"name": "@ribajs/history", | ||
"description": "History module of Riba.js", | ||
"version": "2.0.0-alpha.16", | ||
"version": "2.0.0-beta.1", | ||
"type": "module", | ||
@@ -41,3 +41,3 @@ "engines": { | ||
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", | ||
"build": "npm run lint && tsc", | ||
"build": "yarn run lint && tsc", | ||
"clean": "rm -rf ./dist ./lib" | ||
@@ -55,10 +55,10 @@ }, | ||
"devDependencies": { | ||
"@babel/runtime": "^7.20.1", | ||
"@babel/runtime-corejs3": "^7.20.1", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.16", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.16", | ||
"@types/jest": "^28.1.8", | ||
"eslint": "^8.27.0", | ||
"@babel/runtime": "^7.20.6", | ||
"@babel/runtime-corejs3": "^7.20.6", | ||
"@ribajs/eslint-config": "^2.0.0-beta.1", | ||
"@ribajs/tsconfig": "^2.0.0-beta.1", | ||
"@types/jest": "^29.2.4", | ||
"eslint": "^8.29.0", | ||
"typescript": "4.9.3" | ||
} | ||
} |
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
23034