@ribajs/events
Advanced tools
Comparing version 2.0.0-alpha.16 to 2.0.0-beta.1
{ | ||
"name": "@ribajs/events", | ||
"version": "2.0.0-alpha.16", | ||
"version": "2.0.0-beta.1", | ||
"type": "module", | ||
@@ -10,3 +10,3 @@ "engines": { | ||
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix", | ||
"build": "npm run lint && npm run build:esm && npm run build:cjs && npm run build:types", | ||
"build": "yarn run lint && yarn run build:esm && yarn run build:cjs && yarn run build:types", | ||
"build:types": "tsc --project ./tsconfig.json --declaration true --emitDeclarationOnly --outDir dist/types", | ||
@@ -27,15 +27,15 @@ "build:esm": "tsc --project ./tsconfig.json --declaration false --module esnext --outDir dist/esm", | ||
"devDependencies": { | ||
"@babel/runtime": "^7.20.1", | ||
"@babel/runtime-corejs3": "^7.20.1", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.16", | ||
"@types/jest": "^28.1.8", | ||
"@types/node": "^18.11.9", | ||
"babel-jest": "^28.1.3", | ||
"eslint": "^8.27.0", | ||
"jest": "^28.1.3", | ||
"jest-config": "^28.1.3", | ||
"jest-extended": "^2.0.0", | ||
"ts-jest": "^28.0.8", | ||
"@babel/runtime": "^7.20.6", | ||
"@babel/runtime-corejs3": "^7.20.6", | ||
"@ribajs/tsconfig": "^2.0.0-beta.1", | ||
"@types/jest": "^29.2.4", | ||
"@types/node": "^18.11.11", | ||
"babel-jest": "^29.3.1", | ||
"eslint": "^8.29.0", | ||
"jest": "^29.3.1", | ||
"jest-config": "^29.3.1", | ||
"jest-extended": "^3.2.0", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "4.9.3" | ||
} | ||
} |
129560
47
0
1
0
11