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

Commit 8ac3fe2

Browse files
Publish v0.2.4 (#38)
1 parent bb074cf commit 8ac3fe2

File tree

4 files changed

+84
-58
lines changed

4 files changed

+84
-58
lines changed

.vscode/settings.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,21 @@
1616
},
1717
"[jsonc]": {
1818
"editor.defaultFormatter": "esbenp.prettier-vscode"
19-
}
19+
},
20+
"cSpell.words": [
21+
"assemblyscript",
22+
"CODEOWNERS",
23+
"hypermode",
24+
"idof",
25+
"logit",
26+
"logits",
27+
"logprob",
28+
"logprobs",
29+
"npmjs",
30+
"omitif",
31+
"omitnull",
32+
"tseslint",
33+
"uncategorized",
34+
"vectorize"
35+
]
2036
}

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-09-17 - Version 0.2.4
44

55
- Export all model interfaces classes [#37](https://github.com/hypermodeAI/models-as/pull/37)
66

src/package-lock.json

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

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypermode/models-as",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Hypermode Model Interface Library for AssemblyScript",
55
"author": "Hypermode, Inc.",
66
"license": "MIT",
@@ -19,14 +19,14 @@
1919
"@types/node": "^20.16.5",
2020
"@eslint/js": "^9.10.0",
2121
"@types/eslint__js": "^8.42.3",
22-
"@typescript-eslint/parser": "^8.5.0",
22+
"@typescript-eslint/parser": "^8.6.0",
2323
"as-test": "^0.3.4",
2424
"assemblyscript": "^0.27.29",
2525
"assemblyscript-prettier": "^3.0.1",
2626
"eslint": "^9.10.0",
2727
"prettier": "^3.3.3",
2828
"typescript": "^5.6.2",
29-
"typescript-eslint": "^8.5.0",
29+
"typescript-eslint": "^8.6.0",
3030
"visitor-as": "^0.11.4"
3131
},
3232
"overrides": {

0 commit comments

Comments
 (0)