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

Commit 633a86a

Browse files
Publish v0.11.0 (#163)
1 parent 8049fdf commit 633a86a

21 files changed

+864
-733
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## UNRELEASED
3+
## 2024-08-12 - Version 0.11.0
44

55
- Add nearest neighbor classification support for collections [#156](https://github.com/hypermodeAI/functions-as/pull/156)
66
- Add namespace support for collections [#158](https://github.com/hypermodeAI/functions-as/pull/158)

examples/anthropic-functions/package-lock.json

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

examples/anthropic-functions/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
},
1414
"dependencies": {
1515
"@hypermode/functions-as": "../../src",
16-
"@hypermode/models-as": "^0.2.2",
16+
"@hypermode/models-as": "^0.2.3",
1717
"json-as": "^0.9.21"
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "^9.8.0",
20+
"@eslint/js": "^9.9.0",
2121
"@types/eslint__js": "^8.42.3",
22-
"@typescript-eslint/parser": "^8.0.1",
22+
"@typescript-eslint/parser": "^8.1.0",
2323
"assemblyscript": "^0.27.29",
2424
"assemblyscript-prettier": "^3.0.1",
25-
"eslint": "^9.8.0",
25+
"eslint": "^9.9.0",
2626
"prettier": "^3.3.3",
2727
"typescript": "^5.5.4",
28-
"typescript-eslint": "^8.0.1",
28+
"typescript-eslint": "^8.1.0",
2929
"visitor-as": "^0.11.4"
3030
},
3131
"overrides": {

examples/classification/package-lock.json

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

examples/classification/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
},
1414
"dependencies": {
1515
"@hypermode/functions-as": "../../src",
16-
"@hypermode/models-as": "^0.2.2",
16+
"@hypermode/models-as": "^0.2.3",
1717
"json-as": "^0.9.21"
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "^9.8.0",
20+
"@eslint/js": "^9.9.0",
2121
"@types/eslint__js": "^8.42.3",
22-
"@typescript-eslint/parser": "^8.0.1",
22+
"@typescript-eslint/parser": "^8.1.0",
2323
"assemblyscript": "^0.27.29",
2424
"assemblyscript-prettier": "^3.0.1",
25-
"eslint": "^9.8.0",
25+
"eslint": "^9.9.0",
2626
"prettier": "^3.3.3",
2727
"typescript": "^5.5.4",
28-
"typescript-eslint": "^8.0.1",
28+
"typescript-eslint": "^8.1.0",
2929
"visitor-as": "^0.11.4"
3030
},
3131
"overrides": {

0 commit comments

Comments
 (0)