create-devcycle-app
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -16,2 +16,7 @@ "use strict"; | ||
{ | ||
key: 'openfeature-react-typescript', | ||
name: 'React (OpenFeature)', | ||
type: 'client' | ||
}, | ||
{ | ||
key: 'nextjs-app-router', | ||
@@ -18,0 +23,0 @@ name: 'Next.js (App Router)', |
{ | ||
"name": "create-devcycle-app", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "A command line tool for generating DevCycle example apps", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -21,2 +21,7 @@ export type Template = { | ||
{ | ||
key: 'openfeature-react-typescript', | ||
name: 'React (OpenFeature)', | ||
type: 'client' | ||
}, | ||
{ | ||
key: 'nextjs-app-router', | ||
@@ -23,0 +28,0 @@ name: 'Next.js (App Router)', |
65036
1534