@content-app/content-module_stage
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -81,4 +81,4 @@ module.exports = async function ({ client, space, environment }) { | ||
const contentType = await environment.createContentTypeWithId(module, 'ModuleStage'); | ||
const contentType = await environment.createContentTypeWithId('ModuleStage', module); | ||
await contentType.publish(); | ||
}; |
{ | ||
"name": "@content-app/content-module_stage", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Jan-Markus Langer", |