@xaidenlabs/uso 1.1.58 → 1.1.60

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.
@@ -9,4 +9,4 @@ cluster = "Localnet"
9
9
  wallet = "~/.config/solana/id.json"
10
10
 
11
11
  [scripts]
12
- test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
12
+ test = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaidenlabs/uso",
3
- "version": "1.1.58",
3
+ "version": "1.1.60",
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"
@@ -18,4 +18,4 @@ wallet = "~/.config/solana/id.json"
18
18
  startup_wait = 180000
19
19
 
20
20
  [scripts]
21
- test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
21
+ test = "npx ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"