Skip to content

Commit b4b3bcc

Browse files
committed
Nialexsan/add types (#1710)
* switch to uuid from @onflow/utils-uid * create tsconfigs * typedefs in ts * types for actor util * types for address util * Revert "switch to uuid from @onflow/utils-uid" This reverts commit 2a15ef5. * PKG -- [util-actor] converted to ts * updated tsconfig * fixed ts types generation * Resolve circular dependency * ts rlp * change type location * more types * build types during regular build * fix tests * VSN -- [root] Changeset * Merge remote-tracking branch 'origin/master' into nialexsan/add-types * Revert "Resolve circular dependency" This reverts commit 36efc7d. * update lock * VSN -- [root] changeset
1 parent 55db557 commit b4b3bcc

Some content is hidden

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

55 files changed

+747
-280
lines changed

package-lock.json

Lines changed: 190 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@
33
"./packages/*"
44
],
55
"scripts": {
6-
"build": "lerna run build:types && lerna run build",
6+
"build": "lerna run build",
77
"start": "npm run build && lerna run start --parallel",
88
"test": "jest",
99
"release": "npm run build && npm run changeset publish",
1010
"changeset": "changeset"
1111
},
1212
"name": "fcl-js",
1313
"devDependencies": {
14+
"@babel/preset-typescript": "^7.22.5",
1415
"@changesets/changelog-github": "^0.4.4",
1516
"@changesets/cli": "^2.21.1",
17+
"@types/jest": "^29.5.3",
1618
"@types/node": "^18.11.18",
1719
"jest": "^29.5.0",
1820
"jest-environment-jsdom": "^29.5.0",
1921
"lerna": "^6.6.2",
20-
"prettier": "^2.6.2"
22+
"prettier": "^2.6.2",
23+
"ts-jest": "^29.1.1"
2124
}
2225
}

0 commit comments

Comments
 (0)