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

New release #8054

Merged
merged 4 commits into from
Dec 16, 2024
Merged

New release #8054

merged 4 commits into from
Dec 16, 2024

Conversation

waghanza
Copy link
Collaborator

@waghanza waghanza commented Dec 15, 2024

Missing frameworks

@waghanza waghanza added the release This PR contains results update label Dec 15, 2024
@waghanza
Copy link
Collaborator Author

waghanza commented Dec 15, 2024

@dominikzogg With

{
  "dependencies": {
    "@chubbyts/chubbyts-framework": "~1.9.0",
    "@chubbyts/chubbyts-framework-router-path-to-regexp": "*",
    "@chubbyts/chubbyts-http": "*",
    "@chubbyts/chubbyts-uwebsockets-http-bridge": "*",
    "@types/node": "22"
  }
}

I've checked that @chubbyts/chubbyts-uwebsockets-http-bridge is installed in 1.2.1 (not the latest), is their a way to say that we want to have the latest stable release of a package in npm ?

cc @dalisoft @mario-huang @KostyaTretyak

@KostyaTretyak
Copy link
Contributor

  • "@chubbyts/chubbyts-uwebsockets-http-bridge": "*" - any version
  • "@chubbyts/chubbyts-uwebsockets-http-bridge": "^1.2.1" - this is equal to >= 1.2.1 < 2
  • "@chubbyts/chubbyts-uwebsockets-http-bridge": "~1.2.1" - this is equal to >= 1.2.1 < 1.3
  • "@chubbyts/chubbyts-uwebsockets-http-bridge": "1.2.1" - accept only v1.2.1

@waghanza
Copy link
Collaborator Author

Thanks @KostyaTretyak. That's what I understand throw the doc. However, with

{
  "dependencies": {
    "@chubbyts/chubbyts-framework": "~1.9.0",
    "@chubbyts/chubbyts-framework-router-path-to-regexp": "*",
    "@chubbyts/chubbyts-http": "*",
    "@chubbyts/chubbyts-uwebsockets-http-bridge": "*",
    "@types/node": "22"
  }
}

and of course npm install, I can see

root@65a9a7a2bd38:/usr/src/app# npm list
app@ /usr/src/app
+-- @chubbyts/[email protected]
+-- @chubbyts/[email protected]
+-- @chubbyts/[email protected]
+-- @chubbyts/[email protected]
`-- @types/[email protected]

and I can see that the latest version of https://www.npmjs.com/package/@chubbyts/chubbyts-http-uwebsockets-bridge is not used

@waghanza
Copy link
Collaborator Author

@kubo39 @cyrusmsk @trikko I've update D since LDC2 1.40 has been released https://github.com/ldc-developers/ldc/releases/tag/v1.40.0

@waghanza
Copy link
Collaborator Author

I think I've found @dominikzogg. The package used was deprecated in favor of @chubbyts/chubbyts-http-uwebsockets-bridge

@dominikzogg
Copy link
Member

@waghanza looks like i renamed it without thinking about the benchmark. Thanks for catching it.

@waghanza waghanza merged commit 2eac55b into master Dec 16, 2024
1 check passed
@waghanza waghanza deleted the update branch December 16, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release This PR contains results update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants