Skip to content

Commit 0d09d83

Browse files
authored
PKG -- [root] Fix type declaration generation (#1814)
1 parent 83d4222 commit 0d09d83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3279
-3639
lines changed

.changeset/serious-seahorses-camp.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@onflow/util-encode-key": patch
3+
"@onflow/transport-http": patch
4+
"@onflow/util-invariant": patch
5+
"@onflow/util-template": patch
6+
"@onflow/util-address": patch
7+
"@onflow/util-logger": patch
8+
"@onflow/fcl-bundle": patch
9+
"@onflow/util-actor": patch
10+
"@onflow/typedefs": patch
11+
"@onflow/util-uid": patch
12+
"@onflow/config": patch
13+
"@onflow/fcl-wc": patch
14+
"@onflow/types": patch
15+
"@onflow/fcl": patch
16+
"@onflow/rlp": patch
17+
"@onflow/sdk": patch
18+
---
19+
20+
Fix type declarations not fully being generated

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ dev-wallet/db/*.db
1212
todo.md
1313
**/debug.log
1414
*.log
15-
.vscode/*
15+
.vscode/*
16+
17+
# type declarations
18+
packages/*/types/

lerna.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "independent",
4-
"useWorkspaces": true
3+
"version": "independent"
54
}

0 commit comments

Comments
 (0)