Coder Social home page Coder Social logo

Comments (4)

sinclairzx81 avatar sinclairzx81 commented on May 29, 2024 2

@btakita Hiya,

Going to close this one off this issue as Elysia 0.8.0 has been published.

https://www.npmjs.com/package/elysia/v/0.8.3

This version of Elysia is using TypeBox 0.32.0, so should be updated to use the new numeric option interfaces.

https://elysiajs.com/blog/elysia-08#default-property

Cheers
S

from typebox.

btakita avatar btakita commented on May 29, 2024 1

Thank you. Elysia still has the openapi error, so I will report there.

from typebox.

btakita avatar btakita commented on May 29, 2024

Originally reported on elysia.

from typebox.

sinclairzx81 avatar sinclairzx81 commented on May 29, 2024

@btakita Hi, thanks for reporting.

The NumericOptions<T> missing error is due to this type being refactored out in TB 0.32.0. It's been replaced with named interfaces NumberOptions, IntegerOptions and BigIntOptions respectively. This was done during attempts to modularize the TB type system (and to avoid types having non-runtime cross type dependence internal to TypeBox)

The following is the original interface

export interface NumericOptions<N extends number | bigint> extends SchemaOptions {
  exclusiveMaximum?: N
  exclusiveMinimum?: N
  maximum?: N
  minimum?: N
  multipleOf?: N
}

The other two errors should be unrelated as TypeBox still exports the TUnsafe type, and OpenAPI error is unrelated to TypeBox (as it doesn't expose anything OpenAPI specific).

The interface name change was a minor breaking change in TypeBox 0.32.0 that's unfortunately missed formal documentation in the changelog (the 0.32.0 updates were vast). I am tempted to re-add this type specifically for the benefit of older versions of Elysia, however I am aware Elysia 0.8 is scheduled to released within the next 24 hours or so, so am going to hold off making any updates to resolve things until Elysia has pushed the next version.

For now try installing TB 0.31.x. When Elysia 0.8 releases you can install TB 0.32.0 and things should work ok.

Will keep this issue open for now, but let me know if you're still running into issues once Elysia 0.8 releases.

from typebox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.