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

Commit fb974bc

Browse files
Publish v0.2.0 (#10)
1 parent 00d3fd5 commit fb974bc

File tree

3 files changed

+106
-73
lines changed

3 files changed

+106
-73
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Change Log
22

3-
## UNRELEASED
3+
## 2024-06-24 - Version 0.2.0
44

55
- Update OpenAI Embeddings model to support all allowed types of input [#6](https://github.com/hypermodeAI/models-as/pull/6)
66
- More updates for OpenAI Embeddings model [#7](https://github.com/hypermodeAI/models-as/pull/7)
77
- Add documentation comments for OpenAI Chat model [#8](https://github.com/hypermodeAI/models-as/pull/8)
88
- Add experimental classification and embeddings models [#9](https://github.com/hypermodeAI/models-as/pull/9)
99

10-
## 2024-06-28 - Version 0.1.6
10+
## 2024-06-18 - Version 0.1.6
1111

1212
- Interface changes and fixes
1313

14-
## 2024-06-28 - Version 0.1.5
14+
## 2024-06-18 - Version 0.1.5
1515

1616
- Interface changes and fixes
1717

18-
## 2024-06-27 - Version 0.1.2
18+
## 2024-06-17 - Version 0.1.2
1919

2020
- Initial Release

src/package-lock.json

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

src/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypermode/models-as",
3-
"version": "0.1.6",
3+
"version": "0.2.0",
44
"description": "Hypermode Model Interface Library for AssemblyScript",
55
"author": "Hypermode, Inc.",
66
"license": "MIT",
@@ -14,17 +14,17 @@
1414
"lint:fix": "eslint --ext .ts --fix ."
1515
},
1616
"dependencies": {
17-
"json-as": "^0.9.6"
17+
"json-as": "^0.9.8"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^20.14.5",
21-
"@typescript-eslint/eslint-plugin": "^7.13.1",
22-
"@typescript-eslint/parser": "^7.13.1",
23-
"assemblyscript": "^0.27.27",
20+
"@types/node": "^20.14.8",
21+
"@typescript-eslint/eslint-plugin": "^7.14.1",
22+
"@typescript-eslint/parser": "^7.14.1",
23+
"assemblyscript": "^0.27.28",
2424
"assemblyscript-prettier": "^3.0.1",
2525
"eslint": "^8.57.0",
2626
"prettier": "^3.3.2",
27-
"typescript": "^5.4.5",
27+
"typescript": "^5.5.2",
2828
"visitor-as": "^0.11.4"
2929
},
3030
"overrides": {

0 commit comments

Comments
 (0)