create-devcycle-app
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -51,2 +51,7 @@ "use strict"; | ||
{ | ||
key: 'openfeature-nodejs', | ||
name: 'NodeJS (OpenFeature)', | ||
type: 'server' | ||
}, | ||
{ | ||
key: 'nodejs-typescript', | ||
@@ -53,0 +58,0 @@ name: 'NodeJS (TypeScript)', |
{ | ||
"name": "create-devcycle-app", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "A command line tool for generating DevCycle example apps", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -56,2 +56,7 @@ export type Template = { | ||
{ | ||
key: 'openfeature-nodejs', | ||
name: 'NodeJS (OpenFeature)', | ||
type: 'server' | ||
}, | ||
{ | ||
key: 'nodejs-typescript', | ||
@@ -58,0 +63,0 @@ name: 'NodeJS (TypeScript)', |
67931
1607