definition-generator-framework 1.9.11 → 1.9.13
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.
|
@@ -130,7 +130,7 @@ const ActionsSchema = () => joi_1.default.array()
|
|
|
130
130
|
let EventComponent = class EventComponent extends definition_component_1.DefinitionComponent {
|
|
131
131
|
async process(definitions, output) {
|
|
132
132
|
await output.addFile({
|
|
133
|
-
path: '/
|
|
133
|
+
path: '/_premade-components/events.ts',
|
|
134
134
|
preText: `import { EventDefinition } from "story-engine-lib";`,
|
|
135
135
|
variableName: 'EventDefinitions',
|
|
136
136
|
variableType: 'Readonly<Record<string, EventDefinition>>',
|
package/package.json
CHANGED