@perena/bankineco-sdk 1.0.1 → 1.0.3
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perena/bankineco-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "SDK for interacting with Bankineco program on Solana.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -21,13 +21,14 @@
|
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "rm -rf dist && tsc -p tsconfig.json",
|
|
24
|
-
"
|
|
24
|
+
"deploy": "cross-env NPM_TOKEN=$PERENA_NPM_TOKEN npm publish --access public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@coral-xyz/anchor": "=0.30.1",
|
|
28
28
|
"@perena/numeraire-sdk": "^1.1.1",
|
|
29
29
|
"@solana/spl-token": "=0.4.13",
|
|
30
|
-
"@solana/web3.js": "=1.98.4"
|
|
30
|
+
"@solana/web3.js": "=1.98.4",
|
|
31
|
+
"cross-env": "^10.0.0"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@types/bn.js": "^5.1.0",
|