Skip to content

Commit ac4e161

Browse files
committed
pre typescript
1 parent a381814 commit ac4e161

36 files changed

+310
-80
lines changed

.changeset/pre.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"mode": "pre",
3+
"tag": "typescript",
4+
"initialVersions": {
5+
"@onflow/config": "1.1.2",
6+
"@onflow/fcl": "1.7.0",
7+
"@onflow/fcl-bundle": "1.3.1",
8+
"@onflow/fcl-wc": "4.0.0",
9+
"@onflow/protobuf": "1.2.1",
10+
"@onflow/rlp": "1.1.0",
11+
"@onflow/sdk": "1.2.3",
12+
"@onflow/transport-grpc": "1.2.2",
13+
"@onflow/transport-http": "1.7.2",
14+
"@onflow/typedefs": "1.1.1",
15+
"@onflow/types": "1.1.0",
16+
"@onflow/util-actor": "1.2.0",
17+
"@onflow/util-address": "1.1.0",
18+
"@onflow/util-encode-key": "1.1.0",
19+
"@onflow/util-invariant": "1.1.0",
20+
"@onflow/util-logger": "1.2.2",
21+
"@onflow/util-semver": "1.0.0",
22+
"@onflow/util-template": "1.1.0",
23+
"@onflow/util-uid": "1.1.0"
24+
},
25+
"changesets": [
26+
"fifty-buttons-serve",
27+
"fluffy-yaks-allow",
28+
"giant-ducks-tickle",
29+
"hip-radios-behave",
30+
"tough-fishes-live",
31+
"wise-apples-leave"
32+
]
33+
}

packages/config/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @onflow/config
22

3+
## 1.2.0-typescript.0
4+
5+
### Minor Changes
6+
7+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
8+
9+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`6b81c1ff`](https://github.com/onflow/fcl-js/commit/6b81c1ffc54ed1c073d0b6581df5fb34d7a33ec5) Thanks [@nialexsan](https://github.com/nialexsan)! - Add Typescript to @onflow/config
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b), [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2), [`0960cdce`](https://github.com/onflow/fcl-js/commit/0960cdce6808b265ef92791da06a6772e9353537)]:
14+
- @onflow/util-invariant@1.2.0-typescript.0
15+
- @onflow/util-logger@1.3.0-typescript.0
16+
- @onflow/util-actor@1.3.0-typescript.0
17+
318
## 1.1.2
419

520
### Patch Changes

packages/config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/config",
3-
"version": "1.1.2",
3+
"version": "1.2.0-typescript.0",
44
"description": "Config for FCL-JS",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@babel/preset-typescript": "^7.22.11",
17-
"@onflow/fcl-bundle": "^1.3.1",
17+
"@onflow/fcl-bundle": "^1.4.0-typescript.0",
1818
"@types/estree": "^1.0.1",
1919
"@types/jest": "^29.5.4",
2020
"@typescript-eslint/eslint-plugin": "^6.5.0",
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@babel/runtime": "^7.18.6",
42-
"@onflow/util-actor": "^1.2.0",
43-
"@onflow/util-invariant": "^1.1.0",
44-
"@onflow/util-logger": "^1.2.2",
42+
"@onflow/util-actor": "^1.3.0-typescript.0",
43+
"@onflow/util-invariant": "^1.2.0-typescript.0",
44+
"@onflow/util-logger": "^1.3.0-typescript.0",
4545
"eslint": "^8.34.0",
4646
"eslint-plugin-jsdoc": "^40.0.0"
4747
}

packages/fcl-bundle/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @onflow/fcl-bundle
22

3+
## 1.4.0-typescript.0
4+
5+
### Minor Changes
6+
7+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b) Thanks [@nialexsan](https://github.com/nialexsan)! - Switched to rollup-plugin-typescript2
8+
9+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
10+
311
## 1.3.1
412

513
### Patch Changes

packages/fcl-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-bundle",
3-
"version": "1.3.1",
3+
"version": "1.4.0-typescript.0",
44
"description": "FCL Bundler Tool",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",

packages/fcl-wc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @onflow/fcl-wc
22

3+
## 5.0.0-typescript.0
4+
5+
### Minor Changes
6+
7+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b), [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2), [`6b81c1ff`](https://github.com/onflow/fcl-js/commit/6b81c1ffc54ed1c073d0b6581df5fb34d7a33ec5)]:
12+
- @onflow/util-invariant@1.2.0-typescript.0
13+
- @onflow/util-logger@1.3.0-typescript.0
14+
- @onflow/config@1.2.0-typescript.0
15+
- @onflow/fcl@1.8.0-typescript.0
16+
317
## 4.0.0
418

519
### Patch Changes

packages/fcl-wc/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-wc",
3-
"version": "4.0.0",
3+
"version": "5.0.0-typescript.0",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -25,21 +25,21 @@
2525
"start": "fcl-bundle --watch"
2626
},
2727
"devDependencies": {
28-
"@onflow/fcl-bundle": "^1.3.1",
28+
"@onflow/fcl-bundle": "^1.4.0-typescript.0",
2929
"better-sqlite3": "^7.6.2",
3030
"jest": "^29.5.0"
3131
},
3232
"dependencies": {
3333
"@babel/runtime": "^7.18.9",
34-
"@onflow/config": "^1.1.2",
35-
"@onflow/util-invariant": "^1.1.0",
36-
"@onflow/util-logger": "^1.2.2",
34+
"@onflow/config": "^1.2.0-typescript.0",
35+
"@onflow/util-invariant": "^1.2.0-typescript.0",
36+
"@onflow/util-logger": "^1.3.0-typescript.0",
3737
"@walletconnect/modal": "^2.4.7",
3838
"@walletconnect/sign-client": "^2.8.1",
3939
"@walletconnect/types": "^2.8.1",
4040
"@walletconnect/utils": "^2.8.1"
4141
},
4242
"peerDependencies": {
43-
"@onflow/fcl": "^1.6.0"
43+
"@onflow/fcl": "^1.8.0-typescript.0"
4444
}
4545
}

packages/fcl/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @onflow/fcl
22

3+
## 1.8.0-typescript.0
4+
5+
### Minor Changes
6+
7+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`81d4b40e`](https://github.com/onflow/fcl-js/commit/81d4b40e5b76ffb85b6185a274ae1cbce5988e7b), [`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b), [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2), [`6b81c1ff`](https://github.com/onflow/fcl-js/commit/6b81c1ffc54ed1c073d0b6581df5fb34d7a33ec5), [`0960cdce`](https://github.com/onflow/fcl-js/commit/0960cdce6808b265ef92791da06a6772e9353537)]:
12+
- @onflow/types@1.2.0-typescript.0
13+
- @onflow/util-invariant@1.2.0-typescript.0
14+
- @onflow/util-template@1.2.0-typescript.0
15+
- @onflow/util-address@1.2.0-typescript.0
16+
- @onflow/util-logger@1.3.0-typescript.0
17+
- @onflow/util-uid@1.2.0-typescript.0
18+
- @onflow/rlp@1.2.0-typescript.0
19+
- @onflow/util-actor@1.3.0-typescript.0
20+
- @onflow/config@1.2.0-typescript.0
21+
- @onflow/sdk@1.3.0-typescript.0
22+
323
## 1.7.0
424

525
### Minor Changes

packages/fcl/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.7.0",
3+
"version": "1.8.0-typescript.0",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -19,8 +19,8 @@
1919
}
2020
},
2121
"devDependencies": {
22-
"@onflow/fcl-bundle": "^1.3.1",
23-
"@onflow/typedefs": "^1.1.1",
22+
"@onflow/fcl-bundle": "^1.4.0-typescript.0",
23+
"@onflow/typedefs": "^1.2.0-typescript.0",
2424
"@types/estree": "^1.0.1",
2525
"@types/node": "^18.13.0",
2626
"eslint": "^8.35.0",
@@ -58,18 +58,18 @@
5858
},
5959
"dependencies": {
6060
"@babel/runtime": "^7.18.6",
61-
"@onflow/config": "^1.1.2",
61+
"@onflow/config": "^1.2.0-typescript.0",
6262
"@onflow/interaction": "0.0.11",
63-
"@onflow/rlp": "^1.1.0",
64-
"@onflow/sdk": "^1.2.3",
65-
"@onflow/types": "^1.1.0",
66-
"@onflow/util-actor": "^1.2.0",
67-
"@onflow/util-address": "^1.1.0",
68-
"@onflow/util-invariant": "^1.1.0",
69-
"@onflow/util-logger": "^1.2.2",
63+
"@onflow/rlp": "^1.2.0-typescript.0",
64+
"@onflow/sdk": "^1.3.0-typescript.0",
65+
"@onflow/types": "^1.2.0-typescript.0",
66+
"@onflow/util-actor": "^1.3.0-typescript.0",
67+
"@onflow/util-address": "^1.2.0-typescript.0",
68+
"@onflow/util-invariant": "^1.2.0-typescript.0",
69+
"@onflow/util-logger": "^1.3.0-typescript.0",
7070
"@onflow/util-semver": "^1.0.0",
71-
"@onflow/util-template": "^1.1.0",
72-
"@onflow/util-uid": "^1.1.0",
71+
"@onflow/util-template": "^1.2.0-typescript.0",
72+
"@onflow/util-uid": "^1.2.0-typescript.0",
7373
"cross-fetch": "^3.1.6"
7474
},
7575
"peerDependencies": {

packages/rlp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @onflow/rlp
22

3+
## 1.2.0-typescript.0
4+
5+
### Minor Changes
6+
7+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript
8+
9+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
10+
311
## 1.1.0
412

513
### Minor Changes

packages/rlp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/rlp",
3-
"version": "1.1.0",
3+
"version": "1.2.0-typescript.0",
44
"description": "Port of ethereumjs/rlp",
55
"license": "MPL-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@babel/preset-typescript": "^7.22.5",
17-
"@onflow/fcl-bundle": "^1.3.1",
17+
"@onflow/fcl-bundle": "^1.4.0-typescript.0",
1818
"@types/jest": "^29.5.3",
1919
"@typescript-eslint/eslint-plugin": "^6.4.0",
2020
"@typescript-eslint/parser": "^6.4.0",

packages/sdk/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @onflow/sdk
22

3+
## 1.3.0-typescript.0
4+
5+
### Minor Changes
6+
7+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b), [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2), [`6b81c1ff`](https://github.com/onflow/fcl-js/commit/6b81c1ffc54ed1c073d0b6581df5fb34d7a33ec5), [`0960cdce`](https://github.com/onflow/fcl-js/commit/0960cdce6808b265ef92791da06a6772e9353537)]:
12+
- @onflow/util-invariant@1.2.0-typescript.0
13+
- @onflow/util-template@1.2.0-typescript.0
14+
- @onflow/util-address@1.2.0-typescript.0
15+
- @onflow/util-logger@1.3.0-typescript.0
16+
- @onflow/rlp@1.2.0-typescript.0
17+
- @onflow/transport-http@1.8.0-typescript.0
18+
- @onflow/util-actor@1.3.0-typescript.0
19+
- @onflow/config@1.2.0-typescript.0
20+
321
## 1.2.3
422

523
### Patch Changes

packages/sdk/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/sdk",
3-
"version": "1.2.3",
3+
"version": "1.3.0-typescript.0",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -18,8 +18,8 @@
1818
}
1919
},
2020
"devDependencies": {
21-
"@onflow/fcl-bundle": "^1.3.1",
22-
"@onflow/typedefs": "^1.1.1",
21+
"@onflow/fcl-bundle": "^1.4.0-typescript.0",
22+
"@onflow/typedefs": "^1.2.0-typescript.0",
2323
"eslint": "^8.35.0",
2424
"eslint-plugin-jsdoc": "^40.0.1",
2525
"jest": "^29.5.0",
@@ -41,14 +41,14 @@
4141
},
4242
"dependencies": {
4343
"@babel/runtime": "^7.18.6",
44-
"@onflow/config": "^1.1.1",
45-
"@onflow/rlp": "^1.1.0",
46-
"@onflow/transport-http": "^1.7.2",
47-
"@onflow/util-actor": "^1.2.0",
48-
"@onflow/util-address": "^1.1.0",
49-
"@onflow/util-invariant": "^1.1.0",
50-
"@onflow/util-logger": "^1.2.2",
51-
"@onflow/util-template": "^1.1.0",
44+
"@onflow/config": "^1.2.0-typescript.0",
45+
"@onflow/rlp": "^1.2.0-typescript.0",
46+
"@onflow/transport-http": "^1.8.0-typescript.0",
47+
"@onflow/util-actor": "^1.3.0-typescript.0",
48+
"@onflow/util-address": "^1.2.0-typescript.0",
49+
"@onflow/util-invariant": "^1.2.0-typescript.0",
50+
"@onflow/util-logger": "^1.3.0-typescript.0",
51+
"@onflow/util-template": "^1.2.0-typescript.0",
5252
"deepmerge": "^4.2.2",
5353
"sha3": "^2.1.4",
5454
"uuid": "^9.0.1"

packages/transport-grpc/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @onflow/transport-grpc
22

3+
## 1.3.0-typescript.0
4+
5+
### Minor Changes
6+
7+
- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`9fca84a3`](https://github.com/onflow/fcl-js/commit/9fca84a3151d7f6aeb33870a302e9793f024516b), [`86ce9f75`](https://github.com/onflow/fcl-js/commit/86ce9f75b5542a6bce76012e36a7a3d4fb6867f2)]:
12+
- @onflow/util-invariant@1.2.0-typescript.0
13+
- @onflow/util-template@1.2.0-typescript.0
14+
- @onflow/util-address@1.2.0-typescript.0
15+
- @onflow/rlp@1.2.0-typescript.0
16+
317
## 1.2.2
418

519
### Patch Changes

packages/transport-grpc/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/transport-grpc",
3-
"version": "1.2.2",
3+
"version": "1.3.0-typescript.0",
44
"description": "Flow SDK GRPC Transport Module",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -13,8 +13,8 @@
1313
"url": "https://github.com/onflow/flow-js-sdk/issues"
1414
},
1515
"devDependencies": {
16-
"@onflow/fcl-bundle": "^1.3.1",
17-
"@onflow/sdk": "^1.2.3",
16+
"@onflow/fcl-bundle": "^1.4.0-typescript.0",
17+
"@onflow/sdk": "^1.3.0-typescript.0",
1818
"jest": "^29.5.0"
1919
},
2020
"source": "src/sdk-send-grpc.js",
@@ -34,9 +34,9 @@
3434
"@improbable-eng/grpc-web": "^0.14.0",
3535
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0",
3636
"@onflow/protobuf": "^1.2.1",
37-
"@onflow/rlp": "^1.1.0",
38-
"@onflow/util-address": "^1.1.0",
39-
"@onflow/util-invariant": "^1.1.0",
40-
"@onflow/util-template": "^1.1.0"
37+
"@onflow/rlp": "^1.2.0-typescript.0",
38+
"@onflow/util-address": "^1.2.0-typescript.0",
39+
"@onflow/util-invariant": "^1.2.0-typescript.0",
40+
"@onflow/util-template": "^1.2.0-typescript.0"
4141
}
4242
}

0 commit comments

Comments
 (0)