Skip to content

Commit

Permalink
refactor: 📦 Update moonbeam-types-bundle (#3160)
Browse files Browse the repository at this point in the history
* refactor: 📦 Update moonbeam-types-bundle

* refactor: 📦 Rename types-bundle pkg name

* fix: 🐛 fix old references

* Fix CI again

* fix: 🐛 Fix RPC types bindings

* fix: 🐛 fix api augment

* fix typescript version to @polkadot/* version

* increment typesbundle ver

* tidy
  • Loading branch information
timbrinded authored Jan 30, 2025
1 parent 64f1037 commit cb90990
Show file tree
Hide file tree
Showing 47 changed files with 1,925 additions and 2,292 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-types-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
node-version-file: "test/.nvmrc"
cache: pnpm
registry-url: https://registry.npmjs.org/
- name: Build moonbeam-types-bundle package
- name: Build types-bundle package
run: |
cd moonbeam-types-bundle
cd types-bundle
pnpm i --frozen-lockfile
pnpm build
- name: Publish moonbeam-types-bundle
- name: Publish types-bundle
run: |
cd moonbeam-types-bundle
cd types-bundle
if [ "${{ github.event.inputs.DryRun }}" == "true" ]; then
pnpm publish --access public --no-git-checks --dry-run
else
Expand Down
154 changes: 0 additions & 154 deletions moonbeam-types-bundle/README.md

This file was deleted.

28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"workspaces": [
"test",
"typescript-api",
"moonbeam-types-bundle"
"types-bundle"
],
"scripts": {
"clean-all": "rm -rf node_modules && pnpm -r clean",
Expand All @@ -18,34 +18,32 @@
},
"dependencies": {
"@openzeppelin/contracts": "4.9.6",
"@polkadot/api": "15.4.1",
"@polkadot/api-augment": "15.4.1",
"@polkadot/api-derive": "15.4.1",
"@polkadot/api": "15.5.1",
"@polkadot/api-derive": "15.5.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/rpc-provider": "15.4.1",
"@polkadot/types": "15.4.1",
"@polkadot/types-codec": "15.4.1",
"@polkadot/rpc-provider": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"ethers": "6.13.4",
"tsup": "8.3.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "22.10.1",
"@types/node": "22.12.0",
"tsx": "4.19.2",
"typescript": "5.7.2"
"typescript": "5.5.4"
},
"pnpm": {
"overrides": {
"@openzeppelin/contracts": "4.9.6",
"@polkadot/api": "15.4.1",
"@polkadot/api-augment": "15.4.1",
"@polkadot/api-derive": "15.4.1",
"@polkadot/api": "15.5.1",
"@polkadot/api-derive": "15.5.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/rpc-provider": "15.4.1",
"@polkadot/types": "15.4.1",
"@polkadot/types-codec": "15.4.1",
"@polkadot/rpc-provider": "15.5.1",
"@polkadot/types": "15.5.1",
"@polkadot/types-codec": "15.5.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"ethers": "6.13.4",
Expand Down
Loading

0 comments on commit cb90990

Please sign in to comment.