@thunderid/javascript 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +21 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ ![ThunderID JavaScript SDK](https://raw.githubusercontent.com/thunder-id/thunderid/refs/heads/main/docs/content/sdks/assets/images/%40thunderid%3Ajavascript_sdk_banner.png)
2
+
3
+ JavaScript ecosystem SDK for ThunderID. Framework-agnostic core library that powers the browser, Node.js, and other platform-specific SDKs.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @thunderid/javascript
9
+ ```
10
+
11
+ ```bash
12
+ pnpm add @thunderid/javascript
13
+ ```
14
+
15
+ ```bash
16
+ yarn add @thunderid/javascript
17
+ ```
18
+
19
+ ## License
20
+
21
+ This project is licensed under the [Apache License 2.0](https://github.com/thunder-id/thunderid/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thunderid/javascript",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "JavaScript Ecosystem SDK for ThunderID",
5
5
  "keywords": [
6
6
  "thunderid",