Skip to content

Commit

Permalink
Merge pull request #21 from dxfrontier/fix/cds_service_correct_import
Browse files Browse the repository at this point in the history
  • Loading branch information
dragolea authored Jan 17, 2024
2 parents 30540fb + b02135a commit 515fd27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lib/util/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { type Request } from '@sap/cds/apis/events';
import { type Constructable } from '@sap/cds/apis/internal/inference';
import { type Service, type ServiceImpl, type TypedRequest } from '@sap/cds/apis/services';
import { type ServiceImpl, type TypedRequest } from '@sap/cds/apis/services';
import type { Service } from '@sap/cds';

enum HandlerType {
Before,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxfrontier/cds-ts-dispatcher",
"version": "0.1.20",
"version": "0.1.21",
"description": "The goal of CDS-TS-Dispatcher is to significantly reduce the boilerplate code required to implement TS handlers provided by the SAP CAP framework.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 515fd27

Please sign in to comment.