@proofkit/cli 2.0.0-beta.14 → 2.0.0-beta.16

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @proofgeist/kit
2
2
 
3
+ ## 2.0.0-beta.16
4
+
5
+ ### Patch Changes
6
+
7
+ - @proofkit/typegen@1.1.0-beta.11
8
+
9
+ ## 2.0.0-beta.15
10
+
11
+ ### Patch Changes
12
+
13
+ - @proofkit/typegen@1.1.0-beta.10
14
+
3
15
  ## 2.0.0-beta.14
4
16
 
5
17
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node --no-warnings
2
- import*as e from"@clack/prompts";import{cancel as t,confirm as n,intro as r,isCancel as i,log as a,select as o,text as s}from"@clack/prompts";import c from"chalk";import{Command as l,Option as u}from"commander";import d from"node:path";import{execa as f}from"execa";import p from"fs-extra";import{fileURLToPath as m}from"node:url";import h,{readFileSync as ee,writeFileSync as te}from"node:fs";import{glob as ne}from"glob";import re from"ora";import{Node as ie,Project as ae,StructureKind as oe,SyntaxKind as g}from"ts-morph";import se from"sort-package-json";import{execSync as ce}from"node:child_process";import le,{config as ue}from"dotenv";import de,{OttoAdapter as fe}from"@proofkit/fmdapi";import{generateTypedClients as pe}from"@proofkit/typegen";import{applyEdits as me,modify as he,parse as ge}from"jsonc-parser";import _e from"node:os";import*as ve from"semver";import ye,{SemVer as be}from"semver";import xe,{AxiosError as Se}from"axios";import Ce from"open";import we from"randomstring";import Te from"node:https";import Ee from"gradient-string";import{capitalize as De,groupBy as Oe,uniq as ke}from"es-toolkit";import"jiti";import"fast-glob";import{createFetch as Ae,createSchema as je}from"@better-fetch/fetch";import Me from"handlebars";var Ne=Object.defineProperty,Pe=(e,t)=>{let n={};for(var r in e)Ne(n,r,{get:e[r],enumerable:!0});return t||Ne(n,Symbol.toStringTag,{value:`Module`}),n};const Fe=()=>{let e=d.join(_,`package.json`);return p.readJSONSync(e).version??`1.0.0`},Ie=()=>`5.0.3-beta.1`,Le=()=>{try{return process.versions.node.split(`.`)[0]??`22`}catch{return`22`}},Re=()=>`0.4.0-beta.2`,ze=m(import.meta.url),Be=d.dirname(ze),_=d.join(Be,`../`),Ve=`@proofkit/cli`,He=`https://proofkit.dev`,Ue=Fe(),We=Ue.length,Ge=`
2
+ import*as e from"@clack/prompts";import{cancel as t,confirm as n,intro as r,isCancel as i,log as a,select as o,text as s}from"@clack/prompts";import c from"chalk";import{Command as l,Option as u}from"commander";import d from"node:path";import{execa as f}from"execa";import p from"fs-extra";import{fileURLToPath as m}from"node:url";import h,{readFileSync as ee,writeFileSync as te}from"node:fs";import{glob as ne}from"glob";import re from"ora";import{Node as ie,Project as ae,StructureKind as oe,SyntaxKind as g}from"ts-morph";import se from"sort-package-json";import{execSync as ce}from"node:child_process";import le,{config as ue}from"dotenv";import de,{OttoAdapter as fe}from"@proofkit/fmdapi";import{generateTypedClients as pe}from"@proofkit/typegen";import{applyEdits as me,modify as he,parse as ge}from"jsonc-parser";import _e from"node:os";import*as ve from"semver";import ye,{SemVer as be}from"semver";import xe,{AxiosError as Se}from"axios";import Ce from"open";import we from"randomstring";import Te from"node:https";import Ee from"gradient-string";import{capitalize as De,groupBy as Oe,uniq as ke}from"es-toolkit";import"jiti";import"fast-glob";import{createFetch as Ae,createSchema as je}from"@better-fetch/fetch";import Me from"handlebars";var Ne=Object.defineProperty,Pe=(e,t)=>{let n={};for(var r in e)Ne(n,r,{get:e[r],enumerable:!0});return t||Ne(n,Symbol.toStringTag,{value:`Module`}),n};const Fe=()=>{let e=d.join(_,`package.json`);return p.readJSONSync(e).version??`1.0.0`},Ie=()=>`5.0.3-beta.1`,Le=()=>{try{return process.versions.node.split(`.`)[0]??`22`}catch{return`22`}},Re=()=>`0.4.0-beta.4`,ze=m(import.meta.url),Be=d.dirname(ze),_=d.join(Be,`../`),Ve=`@proofkit/cli`,He=`https://proofkit.dev`,Ue=Fe(),We=Ue.length,Ge=`
3
3
  _______ ___ ___ ____ _ _
4
4
  |_ __ \\ .' ..]|_ ||_ _| (_) / |_
5
5
  | |__) |_ .--. .--. .--. _| |_ | |_/ / __ \`| |-'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proofkit/cli",
3
- "version": "2.0.0-beta.14",
3
+ "version": "2.0.0-beta.16",
4
4
  "description": "Create web application with the ProofKit stack",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -64,7 +64,7 @@
64
64
  "sort-package-json": "^2.15.1",
65
65
  "ts-morph": "^26.0.0",
66
66
  "@proofkit/fmdapi": "5.0.3-beta.1",
67
- "@proofkit/typegen": "1.1.0-beta.9"
67
+ "@proofkit/typegen": "1.1.0-beta.11"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@auth/drizzle-adapter": "^1.11.1",