@xaidenlabs/uso 1.1.78 → 1.1.79

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.
@@ -13,3 +13,7 @@ wallet = "~/.config/solana/id.json"
13
13
 
14
14
  [scripts]
15
15
  test = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
16
+
17
+ [test]
18
+ # Wait (seconds) for the test validator to become available before running tests
19
+ startup_wait = 120
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaidenlabs/uso",
3
- "version": "1.1.78",
3
+ "version": "1.1.79",
4
4
  "description": "Universal Solana Development Toolchain. Native or Stealth WSL Mode. Build, test, and deploy without the friction.",
5
5
  "bin": {
6
6
  "uso": "bin/index.js"