@did-btcr2/common 2.1.0 → 2.2.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/dist/types/types.d.ts +1 -1
- package/package.json +2 -3
- package/src/types.ts +1 -1
package/dist/types/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@did-btcr2/common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Common utilities, types, interfaces, etc. shared across the did-btcr2-js monorepo packages.",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -92,8 +92,7 @@
|
|
|
92
92
|
"build:esm": "rimraf dist/esm dist/types && pnpm tsc -p tsconfig.json",
|
|
93
93
|
"build:cjs": "rimraf dist/cjs && tsc -p tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json",
|
|
94
94
|
"build:tests": "pnpm tsc -p tests/tsconfig.json",
|
|
95
|
-
"build:
|
|
96
|
-
"build:all": "pnpm build && pnpm build:tests && pnpm build:docs",
|
|
95
|
+
"build:all": "pnpm build && pnpm build:tests",
|
|
97
96
|
"release": "pnpm build && pnpm pack && mv *.tgz ../../release/common",
|
|
98
97
|
"lint": "eslint . --max-warnings 0",
|
|
99
98
|
"lint:fix": "eslint . --fix",
|