@rolino/local-auth 0.1.0 → 0.3.0

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/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @rolino/local-auth
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5267911: Add LinkedIn member publishing as a gated provider across public contracts, SDK, CLI, and MCP workflows.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5267911]
12
+ - @rolino/sdk@0.3.0
13
+
14
+ ## 0.2.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [7d34580]
19
+ - @rolino/sdk@0.2.0
20
+
3
21
  ## 0.1.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolino/local-auth",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "Host-scoped local credential storage shared by Rolino's Node.js adapters",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -54,7 +54,7 @@
54
54
  "typecheck": "tsc --noEmit"
55
55
  },
56
56
  "dependencies": {
57
- "@rolino/sdk": "0.1.0"
57
+ "@rolino/sdk": "0.3.0"
58
58
  },
59
59
  "engines": {
60
60
  "node": ">=20.19.0"