@fraczled/sdk 1.29.0 → 1.30.1

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 CHANGED
@@ -83,7 +83,9 @@ By default, the SDK injects the Tailwind CDN and Google Fonts for convenience. F
83
83
  set `assets.injectTailwind = false` and provide your own CSS bundle (and optionally your own fonts)
84
84
  to avoid relying on external CDNs.
85
85
 
86
- License validation is always handled by https://fraczled.com and requires outbound HTTPS access.
86
+ License validation is handled by https://fraczled.com and requires outbound HTTPS access.
87
+ If you need to run offline, supply a signed offline license token via
88
+ `services.licenseRequest.offlineLicense` so the SDK can verify it locally.
87
89
 
88
90
  ## Server-side enforcement (recommended)
89
91
 
@@ -1,6 +1,6 @@
1
1
  import "react";
2
2
  import "react-dom/client";
3
- import { S as o, b as p, a as c, d } from "./index-CKZGj1xb.js";
3
+ import { S as o, b as p, a as c, d } from "./index-CXZBVuuc.js";
4
4
  export {
5
5
  o as Store,
6
6
  p as createFraczledEditor,