@perkamo/sdk 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
@@ -5,6 +5,8 @@ Server-side JavaScript and TypeScript client for the Perkamo API.
5
5
  Use this package from trusted backend code. Do not bundle server API keys into
6
6
  browser, mobile, or embedded widget code.
7
7
 
8
+ Full SDK documentation: https://www.perkamo.com/docs/v1/sdk
9
+
8
10
  ```bash
9
11
  npm install @perkamo/sdk
10
12
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perkamo/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Browser, Node.js and React Native compatible Perkamo client.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "format:check": "prettier --check src"
35
35
  },
36
36
  "dependencies": {
37
- "@perkamo/sdk-core": "0.1.1"
37
+ "@perkamo/sdk-core": "0.1.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "vitest": "4.1.7"