@go1/go1-embedding-react-sdk 0.9.2 → 0.9.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/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @go1/go1-embedding-react-sdk
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove the deprecated internal `library` SDK feature.
8
+
3
9
  ## 0.9.2
4
10
 
5
11
  ### Patch Changes
@@ -122,7 +122,7 @@ export type FeatureAttributes = FeatureAttributesAIChat | FeatureAttributesPrevi
122
122
  export interface AdditionalUserInfo {
123
123
  jobTitle: string;
124
124
  }
125
- export declare const features: readonly ["activity-feed", "ai-chat", "admin-curation", "auth-clients", "auth-clients-public", "go1-learn/library", "go1-learn/my-learning", "go1-learn/search", "go1-learn/search-categories", "bulk-upload", "content-hub", "content-retirement", "content-status", "library", "partner-sales", "preview", "recommendations", "search", "wallet"];
125
+ export declare const features: readonly ["activity-feed", "ai-chat", "admin-curation", "auth-clients", "auth-clients-public", "go1-learn/library", "go1-learn/my-learning", "go1-learn/search", "go1-learn/search-categories", "bulk-upload", "content-hub", "content-retirement", "content-status", "partner-sales", "preview", "recommendations", "search", "wallet"];
126
126
  export type FeatureType = Exclude<(typeof features)[number], 'content-hub'> | 'content-hub';
127
127
  export interface InitOptions {
128
128
  feature: FeatureType;
@@ -15,7 +15,6 @@ exports.features = [
15
15
  'content-hub',
16
16
  'content-retirement',
17
17
  'content-status',
18
- 'library',
19
18
  'partner-sales',
20
19
  'preview',
21
20
  'recommendations',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go1/go1-embedding-react-sdk",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "A React library to embed Go1 content into your website.",
5
5
  "main": "dist/go1-embedding-react-sdk/src/index.js",
6
6
  "files": [