@bpmnkit/profiles 0.0.7 → 0.0.9
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.
- package/README.md +5 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<a href="https://bpmnkit.com"><img src="https://bpmnkit.com/favicon.svg" width="72" height="72" alt="BPMN Kit logo"></a>
|
|
3
3
|
<h1>@bpmnkit/profiles</h1>
|
|
4
4
|
<p>Shared auth, profile storage, and client factories for the BPMN Kit CLI and proxy server</p>
|
|
5
5
|
|
|
@@ -141,3 +141,7 @@ deleteProfile("old-profile")
|
|
|
141
141
|
## License
|
|
142
142
|
|
|
143
143
|
[MIT](https://github.com/bpmnkit/monorepo/blob/main/LICENSE) © BPMN Kit — made by [u11g](https://u11g.com)
|
|
144
|
+
|
|
145
|
+
<div align="center">
|
|
146
|
+
<a href="https://bpmnkit.com"><img src="https://bpmnkit.com/favicon.svg" width="32" height="32" alt="BPMN Kit"></a>
|
|
147
|
+
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmnkit/profiles",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Shared auth, profile storage, and client factories for the BPMN Kit CLI and proxy server",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@bpmnkit/api": "0.0.
|
|
24
|
+
"@bpmnkit/api": "0.0.12"
|
|
25
25
|
},
|
|
26
26
|
"keywords": [
|
|
27
27
|
"bpmn",
|