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

Commit 67687e2

Browse files
Publish v0.10.0 (#136)
1 parent 1653a3e commit 67687e2

19 files changed

+529
-475
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-07-15 - Version 0.10.0
44

55
- Add functions and example for accessing PostgreSQL [#119](https://github.com/hypermodeAI/functions-as/pull/119)
66
- Make plugin version optional [#133](https://github.com/hypermodeAI/functions-as/pull/133)

examples/classification/package-lock.json

Lines changed: 52 additions & 52 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"json-as": "^0.9.13"
1919
},
2020
"devDependencies": {
21-
"@typescript-eslint/eslint-plugin": "^7.16.0",
22-
"@typescript-eslint/parser": "^7.16.0",
21+
"@typescript-eslint/eslint-plugin": "^7.16.1",
22+
"@typescript-eslint/parser": "^7.16.1",
2323
"assemblyscript": "^0.27.29",
2424
"assemblyscript-prettier": "^3.0.1",
2525
"eslint": "^8.57.0",
26-
"prettier": "^3.3.2",
26+
"prettier": "^3.3.3",
2727
"typescript": "^5.5.3",
2828
"visitor-as": "^0.11.4"
2929
},

0 commit comments

Comments
 (0)