@entitlehub/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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to `@entitlehub/sdk`. Adheres to [Semantic Versioning](https://semver.org/).
4
4
 
5
+ ## 0.1.2 — 2026-07-18
6
+
7
+ ### Changed
8
+ - The SDK now lives in its own public repository:
9
+ [github.com/DanCue44/entitlehub-sdk](https://github.com/DanCue44/entitlehub-sdk) (MIT). Open-source
10
+ SDK, closed backend. `repository` / `bugs` metadata point there.
11
+
5
12
  ## 0.1.1 — 2026-07-18
6
13
 
7
14
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entitlehub/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "EntitleHub SDK — one entitlement API across App Store, Google Play, Stripe, and web. Works in browsers, React Native, Expo, and Node.",
5
5
  "keywords": [
6
6
  "entitlehub",
@@ -12,7 +12,8 @@
12
12
  "stripe"
13
13
  ],
14
14
  "homepage": "https://entitlehub.com",
15
- "repository": { "type": "git", "url": "git+https://github.com/DanCue44/EntitleHub.git", "directory": "sdk" },
15
+ "repository": { "type": "git", "url": "git+https://github.com/DanCue44/entitlehub-sdk.git" },
16
+ "bugs": { "url": "https://github.com/DanCue44/entitlehub-sdk/issues" },
16
17
  "license": "MIT",
17
18
  "publishConfig": { "access": "public" },
18
19
  "type": "module",