Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d33b2bd210 | |||
| 6a5824cb07 |
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
"remote": "origin"
|
"remote": "origin"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"registries": [
|
"registries": [
|
||||||
"https://verdaccio.lossless.digital",
|
"https://verdaccio.lossless.digital",
|
||||||
"https://registry.npmjs.org"
|
"https://registry.npmjs.org"
|
||||||
|
|||||||
@@ -3,6 +3,15 @@
|
|||||||
## Pending
|
## Pending
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 2026-05-13 - 1.2.0
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- enable npm publishing in smart config (config)
|
||||||
|
- Turns on the npm integration in .smartconfig.json
|
||||||
|
- Keeps the existing Verdaccio and npmjs registries configured for publishing
|
||||||
|
|
||||||
## 2026-05-13 - 1.1.0
|
## 2026-05-13 - 1.1.0
|
||||||
|
|
||||||
- Initial SDK package with browser and server exports.
|
- Initial SDK package with browser and server exports.
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@idp.global/sdk",
|
"name": "@idp.global/sdk",
|
||||||
"version": "1.1.0",
|
"version": "1.2.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",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@idp.global/sdk',
|
name: '@idp.global/sdk',
|
||||||
version: '1.1.0',
|
version: '1.2.0',
|
||||||
description: 'Reusable browser and server SDK for idp.global authentication.'
|
description: 'Reusable browser and server SDK for idp.global authentication.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user