@nzz/q-cli 1.10.0 → 1.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ module.exports = async function (command) {
41
41
  // Create a new custom code item
42
42
  const title = command.title || 'Custom Code item created by Q-cli';
43
43
  const newItem = await itemService.createItem(
44
- { title: title, tool: 'custom_code' },
44
+ { assetGroups: [], data: [], files: [], title: title, tool: 'custom_code' },
45
45
  { name: environmentName },
46
46
  config
47
47
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nzz/q-cli",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "prettier": "@nzz/et-utils-config-prettier",
5
5
  "description": "Cli tool to setup new Q tools, new Q server implementations and start Q dev server to test developing Q tools",
6
6
  "main": "index.js",