This commit is contained in:
2026-05-13 23:12:07 +00:00
parent cb41ec6e6f
commit 5e3e0aa51d
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending ## Pending
## 2026-05-13 - 1.1.0
- Initial SDK package with browser and server exports. - Initial SDK package with browser and server exports.
### Features ### Features
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@idp.global/sdk", "name": "@idp.global/sdk",
"version": "1.0.0", "version": "1.1.0",
"private": false, "private": false,
"description": "Reusable browser and server SDK for idp.global authentication.", "description": "Reusable browser and server SDK for idp.global authentication.",
"type": "module", "type": "module",
+8
View File
@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@idp.global/sdk',
version: '1.1.0',
description: 'Reusable browser and server SDK for idp.global authentication.'
}