@whetstone-research/doppler-sdk 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whetstone-research/doppler-sdk",
3
3
  "author": "Whetstone Research",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {
@@ -34,6 +34,7 @@
34
34
  "test:unit": "vitest run --config vitest.unit.config.ts",
35
35
  "test:fork": "ANVIL_FORK_ENABLED=true vitest run --config vitest.fork.config.ts",
36
36
  "test:live": "LIVE_TEST_ENABLED=true vitest run --config vitest.live.config.ts",
37
+ "test:whitelisting": "LIVE_TEST_ENABLED=true vitest run --config vitest.live.config.ts test/evm/e2e/whitelisting.test.ts",
37
38
  "test:solana": "vitest run --config vitest.solana.config.ts",
38
39
  "test:watch": "vitest watch --config vitest.unit.config.ts",
39
40
  "test:coverage": "vitest run --coverage --config vitest.unit.config.ts",