Skip to content

Commit

Permalink
Release identglue V1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernikusAusweisApp2 committed Jul 30, 2024
1 parent 13e0a89 commit 342cfc1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This library allows webpages to integrate seamlessly with the German eID system.
- Helpers for creating spec-compliant eID client URLs
- Use them with frameworks and libaries like React, Vue, Svelte, etc. or server side rendered pages.
- Rules out cross platform differences
- Experimental: Detection on mobile platforms and ChromeOS
- Experimental: Detection on mobile platforms

## Installation

Expand All @@ -28,7 +28,7 @@ The script exports all functions under the `AusweisApp2` namespace on the global
or use the direct call to the script with a specific version.

```html
<script src="https://unpkg.com/@ausweisapp2/[email protected].11/dist/identglue.umd.js"></script>
<script src="https://unpkg.com/@ausweisapp2/[email protected].12/dist/identglue.umd.js"></script>
```

## Usage
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@ausweisapp2/identglue",
"version": "1.0.11",
"version": "1.0.12",
"description": "This library allows webpages to integrate seamlessly with the German eID system. It provides client-side helpers to detect or open an eID client and start an identification process from the browser.",
"files": [
"dist"
Expand Down

0 comments on commit 342cfc1

Please sign in to comment.