Skip to content

Commit

Permalink
deploy: 896f418
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Sep 26, 2024
1 parent fd69b79 commit b72d35e
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 145 deletions.
6 changes: 3 additions & 3 deletions examples/render.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import client from '../node_modules/@polar/client-generic/dist/polar-client.js'
import { createMap } from '../node_modules/@polar/client-generic/dist/polar-client.js'

const commonParameters = {
services: 'https://geodienste.hamburg.de/services-internet.json',
Expand All @@ -24,7 +24,7 @@ ${(typeof description === 'string' ? [description] : description)
<summary>View configuration</summary>
<pre>
<code>
client.createMap(${JSON.stringify(parameterObject, null, 2)})
createMap(${JSON.stringify(parameterObject, null, 2)})
</code>
</pre>
</details>
Expand Down Expand Up @@ -80,7 +80,7 @@ export default ({

document.getElementById('render-node').appendChild(card)

client.createMap(parameterObject).then((mapClient) => {
createMap(parameterObject).then((mapClient) => {
if (postCreation) {
postCreation({ mapClient, id })
}
Expand Down

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions node_modules/@polar/client-generic/dist/polar-client.js

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

218 changes: 109 additions & 109 deletions node_modules/@polar/client-generic/dist/polar-client.umd.cjs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit b72d35e

Please sign in to comment.