@buildonspark/issuer-sdk 0.0.52 → 0.0.54
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 +6 -5
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buildonspark/issuer-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"description": "Spark Issuer SDK for token issuance",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"module": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"type": "module",
|
|
9
|
+
"homepage": "https://github.com/buildonspark/spark",
|
|
9
10
|
"exports": {
|
|
10
11
|
".": {
|
|
11
12
|
"import": "./dist/index.js",
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
"build:watch": "yarn build --watch --clean=false",
|
|
34
35
|
"clean": "rm -rf dist",
|
|
35
36
|
"circular-deps": "madge --circular --extensions ts,tsx src",
|
|
36
|
-
"depcheck": "depcheck --ignores=buffer,ts-proto,jest,ts-jest",
|
|
37
|
+
"depcheck": "depcheck --ignores=buffer,ts-proto,jest,ts-jest,publint",
|
|
37
38
|
"dev": "yarn build -- --watch",
|
|
38
39
|
"docs": "typedoc src",
|
|
39
40
|
"format:fix": "prettier src --write",
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
"lint:fix:continue": "eslint --fix . || exit 0",
|
|
43
44
|
"lint:watch": "esw ./src -w --ext .ts,.tsx,.js --color",
|
|
44
45
|
"lint": "eslint .",
|
|
45
|
-
"package:checks": "yarn depcheck && yarn
|
|
46
|
+
"package:checks": "yarn depcheck && yarn attw --pack . && echo \"\nPackage checks passed successfully!\"",
|
|
46
47
|
"postversion": "yarn build",
|
|
47
48
|
"test-cmd": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand",
|
|
48
49
|
"test": "echo \"Error: no tests yet\"",
|
|
@@ -54,8 +55,8 @@
|
|
|
54
55
|
},
|
|
55
56
|
"dependencies": {
|
|
56
57
|
"@bufbuild/protobuf": "^2.2.5",
|
|
57
|
-
"@buildonspark/lrc20-sdk": "0.0.
|
|
58
|
-
"@buildonspark/spark-sdk": "0.1.
|
|
58
|
+
"@buildonspark/lrc20-sdk": "0.0.49",
|
|
59
|
+
"@buildonspark/spark-sdk": "0.1.23",
|
|
59
60
|
"@noble/curves": "^1.8.0",
|
|
60
61
|
"@scure/btc-signer": "^1.5.0",
|
|
61
62
|
"bitcoinjs-lib": "^6.1.5",
|