Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jan 30, 2024
2 parents d274c26 + 65ea11c commit 5296832
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 148 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- develop
- release/**
workflow_dispatch:

jobs:
Expand Down
195 changes: 195 additions & 0 deletions RADIX-SOFTWARE-EULA

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,4 +674,16 @@ const transactionIntentHash = result.value.transactionIntentHash

# License

The Wallet SDK code is released under [Apache 2.0 license](LICENSE). Binaries are licensed under the [Radix Software EULA](http://www.radixdlt.com/terms/genericEULA)
The Wallet SDK binaries are licensed under the [Radix Software EULA](http://www.radixdlt.com/terms/genericEULA).

The Wallet SDK code is released under [Apache 2.0 license](LICENSE).

Copyright 2023 Radix Publishing Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.
63 changes: 59 additions & 4 deletions package-lock.json

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

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
"Dawid Sowa <[email protected]>"
],
"bugs": "https://github.com/radixdlt/wallet-sdk/issues",
"license": "Apache-2.0",
"license": "SEE LICENSE IN RADIX-SOFTWARE-EULA",
"engines": {
"node": ">=14.0.0"
},
"files": [
"RADIX-SOFTWARE-EULA",
"dist"
],
"main": "./dist/wallet-sdk.mjs",
Expand Down Expand Up @@ -60,6 +61,7 @@
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@hirez_io/observer-spy": "^2.2.0",
"@radixdlt/semantic-release-config": "^1.1.0",
"@types/jest": "^29.5.1",
"@types/lodash.flow": "^3.5.7",
"@typescript-eslint/eslint-plugin": "^5.59.5",
Expand Down Expand Up @@ -87,6 +89,11 @@
"tslog": "4.8.0",
"zod": "^3.21.4"
},
"release": {
"extends": [
"@radixdlt/semantic-release-config"
]
},
"repository": {
"type": "git",
"url": "https://github.com/radixdlt/wallet-sdk.git"
Expand Down
142 changes: 0 additions & 142 deletions release.config.js

This file was deleted.

0 comments on commit 5296832

Please sign in to comment.