Skip to content

Commit

Permalink
👷 build(all): change build processs
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Sep 28, 2024
1 parent ebf2e72 commit d95339e
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 557 deletions.
2 changes: 1 addition & 1 deletion .dev/build-bin.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build } from '@backan/builder'
import { build } from 'binarium'

import {
cliDistPath,
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-personality

## 0.2.5

### Patch Changes

- update deps and change backan-builder by binarium

## 0.2.4

### Patch Changes
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "create-personality",
"version": "0.2.4",
"version": "0.2.5",
"description": "Library for crafting and sustaining AI personalities",
"keywords": [
"ia",
"ai",
"personality",
"library",
"ollama",
"gpt",
"openai",
"open",
"gemma",
"llama",
"llm",
Expand Down Expand Up @@ -40,7 +41,7 @@
"bin": {
"personality": "./dist/cli.js"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.11.0",
"scripts": {
"dev": "vite build && node dist/cli.js",
"build": "pnpm run --sequential \"/build:.*/\"",
Expand All @@ -60,17 +61,17 @@
],
"license": "GPL-3.0",
"devDependencies": {
"@backan/builder": "0.0.19",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@chialab/esbuild-plugin-babel": "0.18.0",
"@chialab/esbuild-plugin-meta-url": "0.18.2",
"@commitlint/cli": "19.5.0",
"@pigeon-posse/eslint-config": "1.0.1",
"@rsbuild/core": "1.0.5",
"@rsbuild/core": "1.0.7",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"commitizen": "4.3.0",
"binarium": "0.1.1",
"commitizen": "4.3.1",
"commitlint-config-gitmoji": "2.3.1",
"cz-customizable": "7.2.1",
"cz-emoji": "1.3.2-canary.2",
Expand All @@ -88,7 +89,7 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-yaml": "0.5.0",
"typescript": "5.6.2",
"vite": "5.4.6"
"vite": "5.4.8"
},
"dependencies": {
"@clack/prompts": "0.7.0",
Expand Down
Loading

0 comments on commit d95339e

Please sign in to comment.