@adaptic/backend-legacy 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server.cjs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptic/backend-legacy",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Backend executable CRUD functions with dynamic variables construction, and type definitions for the Adaptic AI platform.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "index.d.ts",
|
package/server.cjs
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
require("reflect-metadata");
|
|
7
7
|
const express_1 = __importDefault(require("express"));
|
|
8
8
|
const server_1 = require("@apollo/server");
|
|
9
|
-
const express4_1 = require("@
|
|
9
|
+
const express4_1 = require("@as-integrations/express4");
|
|
10
10
|
const drainHttpServer_1 = require("@apollo/server/plugin/drainHttpServer");
|
|
11
11
|
const type_graphql_1 = require("type-graphql");
|
|
12
12
|
const typegraphql_prisma_1 = require("./generated/typegraphql-prisma.cjs");
|