Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit c59495c

Browse files
committed
1 parent 6036a46 commit c59495c

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llama-node",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -43,9 +43,9 @@
4343
"vitest": "^0.29.7"
4444
},
4545
"dependencies": {
46-
"@llama-node/core": "0.0.16"
46+
"@llama-node/core": "0.0.17"
4747
},
4848
"peerDependencies": {
49-
"@llama-node/core": "0.0.16"
49+
"@llama-node/core": "0.0.17"
5050
}
5151
}

packages/core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@llama-node/core",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)