Skip to content

Commit

Permalink
PKG -- [root] Fix type declaration generation (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Nov 28, 2023
1 parent 83d4222 commit 0d09d83
Show file tree
Hide file tree
Showing 44 changed files with 3,279 additions and 3,639 deletions.
20 changes: 20 additions & 0 deletions .changeset/serious-seahorses-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@onflow/util-encode-key": patch
"@onflow/transport-http": patch
"@onflow/util-invariant": patch
"@onflow/util-template": patch
"@onflow/util-address": patch
"@onflow/util-logger": patch
"@onflow/fcl-bundle": patch
"@onflow/util-actor": patch
"@onflow/typedefs": patch
"@onflow/util-uid": patch
"@onflow/config": patch
"@onflow/fcl-wc": patch
"@onflow/types": patch
"@onflow/fcl": patch
"@onflow/rlp": patch
"@onflow/sdk": patch
---

Fix type declarations not fully being generated
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ dev-wallet/db/*.db
todo.md
**/debug.log
*.log
.vscode/*
.vscode/*

# type declarations
packages/*/types/
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"packages": ["packages/*"],
"version": "independent",
"useWorkspaces": true
"version": "independent"
}
Loading

0 comments on commit 0d09d83

Please sign in to comment.