create-v0-sdk-app 0.1.2 → 0.2.0

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.
@@ -1,5 +1,5 @@
1
1
  import type { PackageManager } from './helpers/get-pkg-manager';
2
- export type ExampleType = 'ai-tools-example' | 'classic-v0' | 'v0-clone' | 'v0-sdk-react-example';
2
+ export type ExampleType = 'ai-tools-example' | 'classic-v0' | 'simple-v0' | 'v0-clone' | 'v0-sdk-react-example';
3
3
  export declare function createApp({ appPath, packageManager, example, skipInstall, }: {
4
4
  appPath: string;
5
5
  packageManager: PackageManager;
@@ -1 +1 @@
1
- {"version":3,"file":"create-app.d.ts","sourceRoot":"","sources":["../src/create-app.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAM/D,MAAM,MAAM,WAAW,GACnB,kBAAkB,GAClB,YAAY,GACZ,UAAU,GACV,sBAAsB,CAAA;AAE1B,wBAAsB,SAAS,CAAC,EAC9B,OAAO,EACP,cAAc,EACd,OAAO,EACP,WAAW,GACZ,EAAE;IACD,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,cAAc,CAAA;IAC9B,OAAO,EAAE,WAAW,CAAA;IACpB,WAAW,EAAE,OAAO,CAAA;CACrB,GAAG,OAAO,CAAC,IAAI,CAAC,CA2HhB"}
1
+ {"version":3,"file":"create-app.d.ts","sourceRoot":"","sources":["../src/create-app.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAM/D,MAAM,MAAM,WAAW,GACnB,kBAAkB,GAClB,YAAY,GACZ,WAAW,GACX,UAAU,GACV,sBAAsB,CAAA;AAE1B,wBAAsB,SAAS,CAAC,EAC9B,OAAO,EACP,cAAc,EACd,OAAO,EACP,WAAW,GACZ,EAAE;IACD,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,cAAc,CAAA;IAC9B,OAAO,EAAE,WAAW,CAAA;IACpB,WAAW,EAAE,OAAO,CAAA;CACrB,GAAG,OAAO,CAAC,IAAI,CAAC,CA2HhB"}
package/dist/index.js CHANGED
@@ -32,6 +32,10 @@ const examples = [
32
32
  name: 'v0-clone',
33
33
  description: 'Next.js app that replicates the v0.dev interface (Recommended)',
34
34
  },
35
+ {
36
+ name: 'simple-v0',
37
+ description: 'The simplest way to use v0 - just prompt and see your app',
38
+ },
35
39
  {
36
40
  name: 'classic-v0',
37
41
  description: 'Full-featured Next.js app similar to the original v0.dev released in 2023',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-v0-sdk-app",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "keywords": [
5
5
  "v0",
6
6
  "v0-sdk",