Skip to content

Commit

Permalink
Merge pull request #83 from loopholelabs/staging
Browse files Browse the repository at this point in the history
Release v0.3.14
  • Loading branch information
ShivanshVij authored Mar 13, 2023
2 parents e61b9d7 + 72347cb commit 5dd896e
Show file tree
Hide file tree
Showing 15 changed files with 8,195 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-jsbuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Cache the dependency directories
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ hashFiles('*.json') }}
path: ts/compile/runner/node_modules
key: ${{ runner.os }}-${{ hashFiles('ts/compile/runner/*.json') }}
- name: Install dependencies with npm
working-directory: ts/compile/runner
run: npm install --legacy-peer-deps
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.3.14] - 2023-03-12

### Fixes

- Fix a series of bugs in the JS Compiler that were introduced in `v0.3.13`

### Dependencies

- Bumping `scalefile` to `v0.1.9`
- Bumping `scale-signature` to `v0.2.11`
- Bumping `scale-signature-http` to `v0.3.7`

## [v0.3.13] - 2023-03-12

### Changes
Expand Down Expand Up @@ -186,7 +198,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release of the Scale Runtime library.

[unreleased]: https://github.com/loopholelabs/scale/compare/v0.3.13...HEAD
[unreleased]: https://github.com/loopholelabs/scale/compare/v0.3.14...HEAD
[v0.3.14]: https://github.com/loopholelabs/scale/compare/v0.3.14
[v0.3.13]: https://github.com/loopholelabs/scale/compare/v0.3.13
[v0.3.12]: https://github.com/loopholelabs/scale/compare/v0.3.12
[v0.3.11]: https://github.com/loopholelabs/scale/compare/v0.3.11
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ require (
github.com/google/uuid v1.3.0
github.com/loopholelabs/auth v0.2.26
github.com/loopholelabs/polyglot-go v0.5.1
github.com/loopholelabs/scale-signature v0.2.10
github.com/loopholelabs/scale-signature-http v0.3.6
github.com/loopholelabs/scalefile v0.1.8
github.com/loopholelabs/scale-signature v0.2.11
github.com/loopholelabs/scale-signature-http v0.3.7
github.com/loopholelabs/scalefile v0.1.9
github.com/stretchr/testify v1.8.1
github.com/tetratelabs/wazero v1.0.0-rc.1
)
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ github.com/loopholelabs/auth v0.2.26 h1:aTYp6ekGZuynkie91ppAkfMzv75xnlKd8Wqa/39M
github.com/loopholelabs/auth v0.2.26/go.mod h1:8jY3kru3zYytaH6gmtt6i0qQO1BGfLrZlem1RlR1ENs=
github.com/loopholelabs/polyglot-go v0.5.1 h1:21QVDELp+EodPUAL+Aw8GNXLyt2BFj9gYQsGvHIFlcc=
github.com/loopholelabs/polyglot-go v0.5.1/go.mod h1:Z0QiNv4KRuWjQWpUerMhmkvRh6ks1pYmEH4SGpG0EHQ=
github.com/loopholelabs/scale-signature v0.2.10 h1:qetmwOmLiI4aLbDFQHmR7+bbJAS7Qsu10zLKq4L/Rd8=
github.com/loopholelabs/scale-signature v0.2.10/go.mod h1:NzVaRf0TdHmQDB5ZWn/nVybtWcndoW2m8BLcobT1lsw=
github.com/loopholelabs/scale-signature-http v0.3.6 h1:wXaa/z+ag6/eTUBV/aJf6oNPR04ZRW4ehs7JBRdTMDc=
github.com/loopholelabs/scale-signature-http v0.3.6/go.mod h1:gwfjdDnnJyupWmCsAU4AiyQp6uZY9RQegmZW5LnQyUA=
github.com/loopholelabs/scalefile v0.1.8 h1:nyyaALVH05H6cEdcsvwadcePHRon/ZeImttgzmfbfFw=
github.com/loopholelabs/scalefile v0.1.8/go.mod h1:fPq4xcXpAzWErW1tqLTex2xIrHJ/iCRFb4et6+sbOvk=
github.com/loopholelabs/scale-signature v0.2.11 h1:Wnur2owfIsuOFDzJTiwRd8rCJRBOzWRYK29ORr6XVYo=
github.com/loopholelabs/scale-signature v0.2.11/go.mod h1:5qakYb6WN1hbmubB/UuBT9XsMi9b1vEHSSlsyvBF4vQ=
github.com/loopholelabs/scale-signature-http v0.3.7 h1:dj01hgJZ5XutNqWfh/2CV+Wqb4R3B20X7R/VcBOYheE=
github.com/loopholelabs/scale-signature-http v0.3.7/go.mod h1:WoMckzVJEV9akY8vegZBJl7BmqjtVmtxanJHElqOGxI=
github.com/loopholelabs/scalefile v0.1.9 h1:YXVJPI9OKQVnNj+al48yHl/3P8IUOOt9Vq9Aixu0iRI=
github.com/loopholelabs/scalefile v0.1.9/go.mod h1:fPq4xcXpAzWErW1tqLTex2xIrHJ/iCRFb4et6+sbOvk=
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
Expand Down
6 changes: 3 additions & 3 deletions go/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func TestRuntimeRs(t *testing.T) {
dependencies := []*scalefile.Dependency{
{
Name: "scale_signature",
Version: "0.2.10",
Version: "0.2.11",
},
}

Expand Down Expand Up @@ -635,11 +635,11 @@ func TestRuntimeHTTPSignatureRs(t *testing.T) {
dependencies := []*scalefile.Dependency{
{
Name: "scale_signature",
Version: "0.2.10",
Version: "0.2.11",
},
{
Name: "scale_signature_http",
Version: "0.3.6",
Version: "0.3.7",
},
}

Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopholelabs/scale",
"version": "0.3.13",
"version": "0.3.14",
"description": "Scale is a highly-performant WebAssembly function runtime that enables composable, language-agnostic software development.",
"source": "ts/index.ts",
"types": "types.d.ts",
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@loopholelabs/polyglot-ts": "^0.4.0",
"@loopholelabs/scale-signature": "^0.2.10",
"@loopholelabs/scale-signature-http": "^0.3.6",
"@loopholelabs/scalefile": "^0.1.8",
"@loopholelabs/scale-signature": "^0.2.11",
"@loopholelabs/scale-signature-http": "^0.3.7",
"@loopholelabs/scalefile": "^0.1.9",
"@swc/helpers": "^0.4.12",
"@types/jest": "^29.2.0",
"@types/node-fetch": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion rust/tests/signature/bad-signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ path = "lib.rs"

[dependencies]
polyglot_rs = "0.6.1"
scale_signature = "0.2.10"
scale_signature = "0.2.11"
2 changes: 1 addition & 1 deletion rust/tests/signature/example-signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ path = "lib.rs"

[dependencies]
polyglot_rs = "0.6.1"
scale_signature = "0.2.10"
scale_signature = "0.2.11"
Loading

0 comments on commit 5dd896e

Please sign in to comment.