@solana/assertions
Advanced tools
Comparing version 2.0.0-experimental.bfb1537 to 2.0.0-experimental.c0430ba
{ | ||
"name": "@solana/assertions", | ||
"version": "2.0.0-experimental.bfb1537", | ||
"version": "2.0.0-experimental.c0430ba", | ||
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK", | ||
@@ -62,3 +62,3 @@ "exports": { | ||
"jest": "^29.6.1", | ||
"jest-environment-jsdom": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.4", | ||
"jest-runner-eslint": "^2.1.0", | ||
@@ -87,2 +87,3 @@ "jest-runner-prettier": "^1.0.0", | ||
"publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/*", | ||
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", | ||
@@ -89,0 +90,0 @@ "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", |
56321