@craftec/flowcraft-sdk 0.1.0 → 0.1.1
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": "@craftec/flowcraft-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "SDK for Flowcraft subscription streaming protocol on Solana",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"dist"
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
|
-
"
|
|
12
|
+
"copy-idl": "cp ../target/idl/flowcraft.json src/idl.json",
|
|
13
|
+
"build": "npm run copy-idl && tsc",
|
|
13
14
|
"clean": "rm -rf dist",
|
|
14
15
|
"prepublishOnly": "npm run clean && npm run build"
|
|
15
16
|
},
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
"license": "MIT",
|
|
28
29
|
"repository": {
|
|
29
30
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/handcraftdev/flowcraft.git",
|
|
31
|
+
"url": "git+https://github.com/handcraftdev/flowcraft.git",
|
|
31
32
|
"directory": "sdk"
|
|
32
33
|
},
|
|
33
34
|
"homepage": "https://github.com/handcraftdev/flowcraft#readme",
|