@perkamo/sdk-core 0.1.1 → 0.1.2

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/CHANGELOG.md CHANGED
@@ -5,3 +5,9 @@
5
5
  ### Changed
6
6
 
7
7
  - Replace private repository documentation links in package READMEs with npm-safe usage guidance.
8
+
9
+ ## 0.1.2 - 2026-06-02
10
+
11
+ ### Changed
12
+
13
+ - Browser CDN standalone build
package/README.md CHANGED
@@ -6,6 +6,8 @@ Use this package for shared TypeScript types and input helpers. Most
6
6
  integrations should install `@perkamo/sdk`, which re-exports these utilities and
7
7
  adds the API client.
8
8
 
9
+ Full SDK documentation: https://www.perkamo.com/docs/v1/sdk
10
+
9
11
  ```bash
10
12
  npm install @perkamo/sdk-core
11
13
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perkamo/sdk-core",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Runtime-independent types and security helpers for Perkamo SDKs.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",