create-personality
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -9,3 +9,3 @@ import Conf from "conf"; | ||
const name = "create-personality"; | ||
const version = "0.2.1"; | ||
const version = "0.2.2"; | ||
const description = "Library for crafting and sustaining AI personalities"; | ||
@@ -12,0 +12,0 @@ const homepage = "https://github.com/pigeonposse/personality"; |
{ | ||
"name": "create-personality", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Library for crafting and sustaining AI personalities", | ||
@@ -53,4 +53,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.25.4", | ||
"@backan/builder": "0.0.15", | ||
"@backan/builder": "0.0.16", | ||
"@changesets/changelog-github": "0.5.0", | ||
@@ -65,3 +64,2 @@ "@changesets/cli": "2.27.8", | ||
"@typescript-eslint/parser": "8.2.0", | ||
"@vercel/ncc": "^0.38.1", | ||
"commitizen": "4.3.0", | ||
@@ -71,4 +69,2 @@ "commitlint-config-gitmoji": "2.3.1", | ||
"cz-emoji": "1.3.2-canary.2", | ||
"esbuild": "^0.23.1", | ||
"esbuild-plugin-babel": "^0.2.3", | ||
"eslint": "8.57.0", | ||
@@ -92,4 +88,4 @@ "eslint-plugin-align-assignments": "1.1.2", | ||
"@clack/prompts": "0.7.0", | ||
"conf": "13.0.1", | ||
"kleur": "4.1.5", | ||
"conf": "13.0.1", | ||
"update-notifier": "7.3.1" | ||
@@ -134,6 +130,5 @@ }, | ||
"dev": "vite build && node dist/cli.js", | ||
"test-build": "rsbuild build", | ||
"build": "pnpm run --sequential \"/^build:.*/\"", | ||
"build:lib": "vite build", | ||
"build:bins": "node ./build.js", | ||
"build:bins": "rsbuild build && node ./build.js", | ||
"update-version": "changeset && changeset version", | ||
@@ -140,0 +135,0 @@ "push": "git add . && cz && git push -f origin $@", |
29
62112