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

Commit 2911c36

Browse files
Publish v0.6.0 (#68)
1 parent c765aa8 commit 2911c36

File tree

5 files changed

+60
-58
lines changed

5 files changed

+60
-58
lines changed

CHANGELOG.md

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

3-
# UNRELEASED
3+
# 2024-04-25 - Version 0.6.0
4+
5+
_Note: Requires Hypermode Runtime v0.6.0 or newer_
46

57
- **(BREAKING)** Most APIs for host functions have been renamed. [#44](https://github.com/gohypermode/functions-as/pull/44)
68
- Types used by host functions are captured in the metadata. [#65](https://github.com/gohypermode/functions-as/pull/65)
@@ -9,7 +11,7 @@
911

1012
# 2024-04-18 - Version 0.5.0
1113

12-
_Note: Requires Hypermode Runtime v0.5.0 or newer_
14+
_Note: Requires Hypermode Runtime v0.5.0_
1315

1416
- Internal metadata format has changed. [#39](https://github.com/gohypermode/functions-as/pull/39)
1517
- Metadata includes function signatures for improved Runtime support.

examples/hmplugin1/package-lock.json

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

examples/hmplugin1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"devDependencies": {
2020
"@assemblyscript/wasi-shim": "^0.1.0",
21-
"@typescript-eslint/eslint-plugin": "^7.7.0",
22-
"@typescript-eslint/parser": "^7.7.0",
21+
"@typescript-eslint/eslint-plugin": "^7.7.1",
22+
"@typescript-eslint/parser": "^7.7.1",
2323
"assemblyscript": "^0.27.27",
2424
"assemblyscript-prettier": "^3.0.1",
2525
"eslint": "^8.57.0",

src/package-lock.json

Lines changed: 4 additions & 4 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/functions-as",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Hypermode library for AssemblyScript functions",
55
"author": "Hypermode, Inc.",
66
"license": "MIT",
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@types/node": "^20.12.7",
25-
"@typescript-eslint/eslint-plugin": "^7.7.0",
26-
"@typescript-eslint/parser": "^7.7.0",
25+
"@typescript-eslint/eslint-plugin": "^7.7.1",
26+
"@typescript-eslint/parser": "^7.7.1",
2727
"assemblyscript": "^0.27.27",
2828
"assemblyscript-prettier": "^3.0.1",
2929
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)