New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@api-bff/cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-bff/cli - npm Package Versions

0.2.1

Diff
stlmpp
published 0.2.1 •
stlmpp
published 0.1.6 •

Changelog

Source

0.1.6 (2023-02-05)

stlmpp
published 0.1.5 •

Changelog

Source

0.1.5 (2023-02-05)

Bug Fixes

  • core: body was not being used in the HttpClientFetch (fa9e7e0)
stlmpp
published 0.1.4 •
stlmpp
published 0.1.3 •

Changelog

Source

0.1.3 (2023-02-03)

Bug Fixes

  • core: include correct files in the npm publish (268bfd4)
stlmpp
published 0.1.2 •

Changelog

Source

0.1.2 (2023-02-03)

Bug Fixes

  • cli: fix version of @api-bff/core dependency (e929765)
stlmpp
published 0.1.1 •

Changelog

Source

0.1.1 (2023-02-03)

Bug Fixes

  • all: fix all return type eslint errors (fb5a841)
  • cli: add sideEffects = false to package.json template (3d865c9)
  • cli: fixed devDependency that should be depencency (dc1900b)
  • core: delete RequestSchema to fix typing issues (d1ee503)
  • core: expiry date should not be null when ttl is fasly, it would cause an error of never invalidating a cache that was created before the ttl change (7a0cb93)
  • core: fix ApiConfig type (e874317)
  • core: register openapi route before other routes (2d2d321)
  • core: validate_body should always return a string (d9971a2)

Features

  • all: added husky (5908adf)
  • cli: added comments to the template files (8fd4657)
  • cli: added more options to the NewCommand (66e1626)
  • cli: added one more example of end-point (30a0de1)
  • cli: added unit testing with vitest (7310923)
  • cli: added vitest as the default testing library in the scaffold (f4bae41)
  • cli: changed how the options of NewCommand are presented (7c1d41c)
  • cli: started implementation of new project scaffold (c6681ab)
  • cli: started working on the CLI (288f72e)
  • core: added end-point to get the swagger schema (eb83434)
  • core: added vitest (af03b52)
  • core: do not minify identifiers to help the debugging experience (needs discussion... but since I'm the only one working here, I think I'll keep it this way) (038da80)
  • core: increase coverage (1a7049b)
stlmpp
published 0.1.0 •