@augustdigital/sdk 4.14.0-alpha.0 → 4.14.0
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@augustdigital/sdk",
|
|
3
|
-
"version": "4.14.0
|
|
3
|
+
"version": "4.14.0",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"augustdigital",
|
|
@@ -12,16 +12,6 @@
|
|
|
12
12
|
"author": "August Digital",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"description": "JS SDK powering the August Digital ecosystem.",
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "tsc",
|
|
17
|
-
"test": "pnpm build && cross-env node dist/test",
|
|
18
|
-
"test:jest": "jest",
|
|
19
|
-
"test:jest:watch": "jest --watch",
|
|
20
|
-
"test:jest:coverage": "jest --coverage",
|
|
21
|
-
"clean": "rm -rf ./lib",
|
|
22
|
-
"format": "pnpm prettier '**/*.{json,yaml,ts,md}' --write",
|
|
23
|
-
"lint-sdk": "lint-staged"
|
|
24
|
-
},
|
|
25
15
|
"lint-staged": {
|
|
26
16
|
"*.{json,md,html,js,jsx,ts,tsx}": [
|
|
27
17
|
"pnpm format"
|
|
@@ -57,5 +47,15 @@
|
|
|
57
47
|
"viem": {
|
|
58
48
|
"optional": true
|
|
59
49
|
}
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"build": "tsc",
|
|
53
|
+
"test": "pnpm build && cross-env node dist/test",
|
|
54
|
+
"test:jest": "jest",
|
|
55
|
+
"test:jest:watch": "jest --watch",
|
|
56
|
+
"test:jest:coverage": "jest --coverage",
|
|
57
|
+
"clean": "rm -rf ./lib",
|
|
58
|
+
"format": "pnpm prettier '**/*.{json,yaml,ts,md}' --write",
|
|
59
|
+
"lint-sdk": "lint-staged"
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|