diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index 93e54f767..4b2f3bd3f 100644 --- a/.github/workflows/pr-ci-healchecks.yml +++ b/.github/workflows/pr-ci-healchecks.yml @@ -38,8 +38,8 @@ jobs: - name: Download side binaries env: ARCH: x86_64-unknown-linux-gnu - SHINKAI_NODE_VERSION: v0.7.12 - OLLAMA_VERSION: v0.1.43 + SHINKAI_NODE_VERSION: v0.7.13 + OLLAMA_VERSION: v0.1.44 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 2084be3fd..fd2e5e91d 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -197,8 +197,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.12 - OLLAMA_VERSION: v0.1.43 + SHINKAI_NODE_VERSION: v0.7.13 + OLLAMA_VERSION: v0.1.44 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index fa594c6a7..52d2007ec 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -195,8 +195,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.12 - OLLAMA_VERSION: v0.1.43 + SHINKAI_NODE_VERSION: v0.7.13 + OLLAMA_VERSION: v0.1.44 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/README.md b/README.md index d98754119..1c89a28ef 100644 --- a/README.md +++ b/README.md @@ -40,23 +40,23 @@ $ git clone https://github.com/dcSpark/shinkai-apps #### Macos ``` ARCH="aarch64-apple-darwin" \ -OLLAMA_VERSION="v0.1.43"\ -SHINKAI_NODE_VERSION="v0.7.12" \ +OLLAMA_VERSION="v0.1.44"\ +SHINKAI_NODE_VERSION="v0.7.13" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Linux ``` ARCH="x86_64-unknown-linux-gnu" \ -OLLAMA_VERSION="v0.1.43"\ -SHINKAI_NODE_VERSION="v0.7.12" \ +OLLAMA_VERSION="v0.1.44"\ +SHINKAI_NODE_VERSION="v0.7.13" \ npx ts-node ./ci-scripts/download-side-binaries.ts ``` #### Windows ``` -$ENV:OLLAMA_VERSION="v0.1.43" -$ENV:SHINKAI_NODE_VERSION="v0.7.12" +$ENV:OLLAMA_VERSION="v0.1.44" +$ENV:SHINKAI_NODE_VERSION="v0.7.13" $ENV:ARCH="x86_64-pc-windows-msvc" npx ts-node ./ci-scripts/download-side-binaries.ts ``` diff --git a/package-lock.json b/package-lock.json index d174a13fd..876f3c127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shinkai/source", - "version": "0.7.18", + "version": "0.7.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shinkai/source", - "version": "0.7.18", + "version": "0.7.19", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "workspaces": [ @@ -34380,9 +34380,9 @@ } }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "dev": true, "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index 735f0fa59..c5256712f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shinkai/source", - "version": "0.7.18", + "version": "0.7.19", "license": "SEE LICENSE IN LICENSE", "files": [ "LICENSE"