@amplication/code-gen-types
Advanced tools
Comparing version 2.0.29 to 2.0.30
{ | ||
"name": "@amplication/code-gen-types", | ||
"version": "2.0.29", | ||
"version": "2.0.30", | ||
"description": "This library supplies all the contracts for Amplication Code Generation. The purpose is to make the contracts available for inclusion in plugins.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -11,1 +11,4 @@ export { getSchemaForDataType } from "./get-schema-for-data-type"; | ||
export * from "./files"; | ||
export * as dotnetTypes from "./dotnet-plugins.types"; | ||
export * as dotnetPluginEventsParams from "./dotnet-plugin-events-params.types"; | ||
export * as dotnetPluginEventsTypes from "./dotnet-plugin-events.types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.types = exports.getSchemaForDataType = void 0; | ||
exports.dotnetPluginEventsTypes = exports.dotnetPluginEventsParams = exports.dotnetTypes = exports.types = exports.getSchemaForDataType = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -15,2 +15,5 @@ var get_schema_for_data_type_1 = require("./get-schema-for-data-type"); | ||
tslib_1.__exportStar(require("./files"), exports); | ||
exports.dotnetTypes = tslib_1.__importStar(require("./dotnet-plugins.types")); | ||
exports.dotnetPluginEventsParams = tslib_1.__importStar(require("./dotnet-plugin-events-params.types")); | ||
exports.dotnetPluginEventsTypes = tslib_1.__importStar(require("./dotnet-plugin-events.types")); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
229826
5226