@fraczled/sdk 1.0.2 → 1.0.3

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
@@ -16,10 +16,7 @@ import { createFraczledEditor } from "@fraczled/sdk";
16
16
  const editor = createFraczledEditor({
17
17
  apiKey: "YOUR_LICENSE_KEY",
18
18
  projectId: "YOUR_PROJECT_ID",
19
- container: document.getElementById("editor"),
20
- services: {
21
- licenseEndpoint: "https://api.fraczled.com/api/license/validate",
22
- },
19
+ container: document.getElementById("editor")
23
20
  });
24
21
 
25
22
  // Listen for changes
@@ -55,7 +52,6 @@ interface EditorConfig {
55
52
  settings: DocumentSettings;
56
53
  };
57
54
  services?: {
58
- licenseEndpoint?: string;
59
55
  aiEndpoint?: string;
60
56
  unsplashProxyBaseUrl?: string;
61
57
  };
@@ -76,6 +72,8 @@ By default, the SDK injects the Tailwind CDN and Google Fonts for convenience. F
76
72
  set `assets.injectTailwind = false` and provide your own CSS bundle (and optionally your own fonts)
77
73
  to avoid relying on external CDNs.
78
74
 
75
+ License validation is always handled by https://fraczled.com and requires outbound HTTPS access.
76
+
79
77
  ## License Keys
80
78
 
81
79
  ### Development Keys (dev\_\*)
@@ -1,10 +1,9 @@
1
1
  import "react";
2
2
  import "react-dom/client";
3
- import { S as o, b as p, a as c, d } from "./index-B0_rImap.js";
3
+ import { S as o, b as p, a as c, d } from "./index-B7nKcvyh.js";
4
4
  export {
5
5
  o as Store,
6
6
  p as createFraczledEditor,
7
7
  c as createOurEditorApp,
8
8
  d as createStore
9
9
  };
10
- //# sourceMappingURL=fraczled-sdk.es.js.map