6.1.0 • Published 2 years ago

cds-hyper-app-service v6.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

CDS Hyper Application Service

hyper service implementation layer for CAP nodejs runtime

npm license npm type definitions codecov

Quality Gate Status Bugs Vulnerabilities Technical Debt

Get Started

install dependency

npm i -S cds-hyper-app-service

overwrite the app-service implementation

{
  "cds": {
    "requires": {
      "app-service": {
        "impl": "cds-hyper-app-service",
        // default value, developer could overwrite this config
        "exts": ["builtIn"]
      }
    }
  }
}

Built-in Extensions

Features

  • ApplicationServiceExt concept
    • optional beforeInit/afterInit method
    • support options for exts node
    • more context data
    • documentation/example

Compatible Table

  • @sap/cds@5 <-> cds-hyper-impl@0.x
  • @sap/cds@6 <-> cds-hyper-impl@6.x

CHANGELOG

LICENSE

0.0.10

2 years ago

0.0.9

2 years ago

6.1.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago