@coin-voyage/shared 2.2.0-beta.4 → 2.2.0-beta.5
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 +8 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coin-voyage/shared",
|
|
3
3
|
"description": "Shared utilities for Coin Voyage",
|
|
4
|
-
"version": "2.2.0-beta.
|
|
4
|
+
"version": "2.2.0-beta.5",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"exports": {
|
|
@@ -23,8 +23,13 @@
|
|
|
23
23
|
],
|
|
24
24
|
"typesVersions": {
|
|
25
25
|
"*": {
|
|
26
|
+
"common": [
|
|
27
|
+
"dist/common/index.d.ts"
|
|
28
|
+
],
|
|
29
|
+
"common/chains": [
|
|
30
|
+
"dist/common/chains.d.ts"
|
|
31
|
+
],
|
|
26
32
|
"*": [
|
|
27
|
-
"dist/*",
|
|
28
33
|
"dist/*/index.d.ts"
|
|
29
34
|
]
|
|
30
35
|
}
|
|
@@ -40,6 +45,7 @@
|
|
|
40
45
|
"release:build": "pnpm clean && pnpm build",
|
|
41
46
|
"pre:release": "pnpm version prerelease --preid=beta",
|
|
42
47
|
"pre:publish": "pnpm publish --access public --tag beta --no-git-checks",
|
|
48
|
+
"pre:steps": "pnpm pre:release && pnpm release:build && pnpm pre:publish",
|
|
43
49
|
"release": "pnpm publish --access public --no-git-checks",
|
|
44
50
|
"type-check": "tsc --noEmit",
|
|
45
51
|
"test": "vitest run"
|