@pkmn/client
Advanced tools
Comparing version 0.6.27 to 0.6.28
{ | ||
"name": "@pkmn/client", | ||
"version": "0.6.27", | ||
"version": "0.6.28", | ||
"description": "Client battle engine for Pokémon Showdown", | ||
@@ -18,11 +18,11 @@ "repository": "github:pkmn/ps", | ||
"dependencies": { | ||
"@pkmn/data": "^0.9.20", | ||
"@pkmn/protocol": "^0.6.27" | ||
"@pkmn/data": "^0.9.21", | ||
"@pkmn/protocol": "^0.6.28" | ||
}, | ||
"devDependencies": { | ||
"@pkmn/dex": "^0.9.20" | ||
"@pkmn/dex": "^0.9.21" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --cache src --ext ts", | ||
"fix": "eslint --fix src --ext ts", | ||
"lint": "eslint --cache src", | ||
"fix": "eslint --fix src", | ||
"compile": "tsc -p .", | ||
@@ -29,0 +29,0 @@ "build": "npm run compile && node ../build src/index.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
460495
4598
Updated@pkmn/data@^0.9.21
Updated@pkmn/protocol@^0.6.28