Skip to content

Commit

Permalink
Merge branch 'baseline' of https://github.com/bahrus/be-reformable in…
Browse files Browse the repository at this point in the history
…to baseline
  • Loading branch information
bahrus committed Nov 13, 2024
1 parent c3af086 commit 90395bb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,21 @@ Hardcoded:

```html
<script type=module>
(await import('trans-render/yield.js')).yield({
(await import('trans-render/yield.js')).y({
"Authorization": "sessionStorage://auth?.bearerToken",
"Content-Type": "indexedDB://db/store?.key",
"User-Agent": "globalThis://navigator?.userAgent",
"User-Agent": "globalThis://navigator?.userAgent"
}).to('rPpwNLcYsUOjFcg+N8lmOA');
</script>

<form
method="post"
be-reformable='{
"headerYields": "rPpwNLcYsUOjFcg+N8lmOA",
"baseUSL": "globalThis://myBaseURL",
"headers": {
"...": "rPpwNLcYsUOjFcg+N8lmOA",
"Accept": "application/json",
":": ":warning,:accept-language"
":": ":warning :accept-language"
}
}'>
<input :warning value="199 Miscellaneous warning">
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"be-enhanced": "0.0.147",
"be-hive": "0.0.227",
"mount-observer": "0.0.39",
"trans-render": "0.0.850"
"trans-render": "0.0.852"
},
"devDependencies": {
"ssi-server": "0.0.1",
Expand Down

0 comments on commit 90395bb

Please sign in to comment.