@streamlayer/web-os 0.3.0 → 0.3.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/lib/cjs/gamification-feature.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/index2.js +34 -34
- package/lib/classic/cjs/classic.js +1 -0
- package/lib/classic/cjs/classic2.js +28 -0
- package/lib/classic/cjs/gamification-feature.js +1 -1
- package/lib/classic/cjs/gamification-feature2.js +1 -1
- package/lib/classic/cjs/gamification-feature3.js +1 -0
- package/lib/classic/cjs/index.js +1 -1
- package/lib/classic/cjs/index2.js +4 -22
- package/lib/classic/cjs/index3.js +19 -0
- package/lib/classic/classic.d.ts +33 -0
- package/lib/classic/es/classic.js +14 -0
- package/lib/classic/es/classic2.js +21611 -0
- package/lib/classic/es/gamification-feature.js +2 -2
- package/lib/classic/es/gamification-feature2.js +1 -640
- package/lib/classic/es/gamification-feature3.js +643 -0
- package/lib/classic/es/index.js +6 -5
- package/lib/classic/es/index2.js +17613 -36936
- package/lib/classic/es/index3.js +19783 -0
- package/lib/classic/index.d.ts +2 -0
- package/lib/classic.d.ts +33 -0
- package/lib/es/gamification-feature.js +1 -1
- package/lib/es/gamification-feature2.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/index2.js +12877 -12434
- package/lib/index.d.ts +2 -0
- package/package.json +19 -18
package/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { StreamLayerSDKTvOptions } from '@streamlayer/react-ui/webos';
|
|
1
2
|
import { StreamLayerProvider as DefaultStreamLayerProvider, VideoPlayerCallback } from '@streamlayer/react';
|
|
2
3
|
import '@streamlayer/sdk-web-api';
|
|
3
4
|
import '@streamlayer/sdk-web-core';
|
|
@@ -27,5 +28,6 @@ export type StreamLayerSDKTvProps = {
|
|
|
27
28
|
onRenderPauseAd?: (params: {
|
|
28
29
|
rendered: boolean;
|
|
29
30
|
}) => void;
|
|
31
|
+
options?: StreamLayerSDKTvOptions;
|
|
30
32
|
};
|
|
31
33
|
export declare const StreamLayerSDKTv: React.FC<StreamLayerSDKTvProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
6
6
|
"maintainers": [
|
|
@@ -22,8 +22,9 @@
|
|
|
22
22
|
"require": "./lib/style.css"
|
|
23
23
|
},
|
|
24
24
|
"./classic": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"module": "./lib/classic/es/classic.js",
|
|
26
|
+
"require": "./lib/classic/cjs/classic.js",
|
|
27
|
+
"types": "./lib/classic/classic.d.ts"
|
|
27
28
|
},
|
|
28
29
|
"./classic/style.css": {
|
|
29
30
|
"import": "./lib/classic/style.css",
|
|
@@ -92,20 +93,20 @@
|
|
|
92
93
|
"size-limit": "^11.1.6",
|
|
93
94
|
"url-loader": "^4.1.1",
|
|
94
95
|
"vite-plugin-dts": "^4.2.3",
|
|
95
|
-
"@streamlayer/feature-gamification": "^1.22.
|
|
96
|
-
"@streamlayer/sdk-web": "^1.15.
|
|
97
|
-
"@streamlayer/sdk-web-analytics": "^1.12.
|
|
98
|
-
"@streamlayer/sdk-web-api": "^1.13.
|
|
99
|
-
"@streamlayer/sdk-web-core": "^1.16.
|
|
100
|
-
"@streamlayer/sdk-web-features": "^1.0.
|
|
101
|
-
"@streamlayer/sdk-web-interfaces": "^1.7.
|
|
102
|
-
"@streamlayer/sdk-web-logger": "^1.0.
|
|
103
|
-
"@streamlayer/sdk-web-notifications": "^1.3.
|
|
104
|
-
"@streamlayer/sdk-web-storage": "^1.0.
|
|
105
|
-
"@streamlayer/sdk-web-anonymous-auth": "^1.2.
|
|
106
|
-
"@streamlayer/react-polyfills": "^0.1.
|
|
107
|
-
"@streamlayer/react": "^1.
|
|
108
|
-
"@streamlayer/react-ui": "^1.
|
|
109
|
-
"@streamlayer/sdk-web-types": "^1.15.
|
|
96
|
+
"@streamlayer/feature-gamification": "^1.22.2",
|
|
97
|
+
"@streamlayer/sdk-web": "^1.15.2",
|
|
98
|
+
"@streamlayer/sdk-web-analytics": "^1.12.2",
|
|
99
|
+
"@streamlayer/sdk-web-api": "^1.13.2",
|
|
100
|
+
"@streamlayer/sdk-web-core": "^1.16.2",
|
|
101
|
+
"@streamlayer/sdk-web-features": "^1.0.77",
|
|
102
|
+
"@streamlayer/sdk-web-interfaces": "^1.7.10",
|
|
103
|
+
"@streamlayer/sdk-web-logger": "^1.0.77",
|
|
104
|
+
"@streamlayer/sdk-web-notifications": "^1.3.39",
|
|
105
|
+
"@streamlayer/sdk-web-storage": "^1.0.77",
|
|
106
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.2.2",
|
|
107
|
+
"@streamlayer/react-polyfills": "^0.1.37",
|
|
108
|
+
"@streamlayer/react": "^1.20.0",
|
|
109
|
+
"@streamlayer/react-ui": "^1.31.0",
|
|
110
|
+
"@streamlayer/sdk-web-types": "^1.15.2"
|
|
110
111
|
}
|
|
111
112
|
}
|