Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @substrate/smoldot-light dependecies #5120

Closed
1 of 10 tasks
petersopko opened this issue Jul 30, 2022 · 3 comments · Fixed by #5123
Closed
1 of 10 tasks

Update @substrate/smoldot-light dependecies #5120

petersopko opened this issue Jul 30, 2022 · 3 comments · Fixed by #5123
Labels
Support Tracks issues or requests related to troubleshooting, answering questions, and user assistance.

Comments

@petersopko
Copy link

  • I'm submitting a ...
  • Bug report
  • Feature request
  • Support request
  • Other
  • What is the current behavior and expected behavior?

currently, our app isn't building on windows machines, due to bug in

Package was updated, however, still isn't used where I need it (we need 0.6.27)

dependencies:
@kodadot1/sub-api 0.1.0-alpha.3
└─┬ @polkadot/api 8.14.1
  ├─┬ @polkadot/api-augment 8.14.1
  │ └─┬ @polkadot/api-base 8.14.1
  │   └─┬ @polkadot/rpc-core 8.14.1
  │     └─┬ @polkadot/rpc-provider 8.14.1
  │       └─┬ @substrate/connect 0.7.9
  │         └── @substrate/smoldot-light 0.6.25
  ├─┬ @polkadot/api-base 8.14.1
  │ └─┬ @polkadot/rpc-core 8.14.1
  │   └─┬ @polkadot/rpc-provider 8.14.1
  │     └─┬ @substrate/connect 0.7.9
  │       └── @substrate/smoldot-light 0.6.25
  ├─┬ @polkadot/api-derive 8.14.1
  │ ├─┬ @polkadot/api-augment 8.14.1
  │ │ └─┬ @polkadot/api-base 8.14.1
  │   └─┬ @substrate/connect 0.7.9
  │     └── @substrate/smoldot-light 0.6.25
  └─┬ @polkadot/rpc-provider 8.14.1
    └─┬ @substrate/connect 0.7.9
      └── @substrate/smoldot-light 0.6.25
@polkadot/extension-dapp 0.44.2
└─┬ @polkadot/extension-inject 0.44.2
  └─┬ @polkadot/rpc-provider 8.14.1
    └─┬ @substrate/connect 0.7.9
      └── @substrate/smoldot-light 0.6.25
@polkadot/extension-inject 0.44.2
└─┬ @polkadot/rpc-provider 8.14.1
  └─┬ @substrate/connect 0.7.9
    └── @substrate/smoldot-light 0.6.25

  • What is the motivation for changing the behavior?
  • Please tell us about your environment:
  • Version:

  • Environment:

    • Node.js
    • Browser
    • Other (limited support for other environments)
  • Language:

    • JavaScript
    • TypeScript (include tsc --version)
    • Other
@jacogr
Copy link
Member

jacogr commented Jul 30, 2022

We only add @substrate/connect here -

"@substrate/connect": "0.7.9",

That is on latest as per the time of this writing, see https://www.npmjs.com/package/@substrate/connect. There is nothing that the API can do over and above that.

It is quite possible that that still pulls in the older version of a dependent as per your dependency tree log. In that case, please log it with that team.

@jacogr jacogr added the Support Tracks issues or requests related to troubleshooting, answering questions, and user assistance. label Jul 30, 2022
@petersopko
Copy link
Author

thanks a lot for help :)

@polkadot-js-bot
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Aug 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Support Tracks issues or requests related to troubleshooting, answering questions, and user assistance.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants