@streamlayer/web-os 0.8.5 → 0.9.0
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/index.js +109 -107
- package/lib/cjs/polyfills.js +2 -0
- package/lib/cjs/style.css +1 -1
- package/lib/dist/es/index.js +4903 -0
- package/lib/dist/es/polyfills.js +92 -0
- package/lib/es/{index-DvqmgCor.js → index-CfSdnrfA.js} +1 -1
- package/lib/es/index2.js +7600 -7043
- package/lib/es/style.css +1 -1
- package/lib/source.css +1 -1
- package/package.json +35 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -12,25 +12,29 @@
|
|
|
12
12
|
"types": "./lib/index.d.ts",
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
15
|
+
"types": "./lib/index.d.ts",
|
|
16
|
+
"import": "./lib/es/index.js",
|
|
15
17
|
"module": "./lib/es/index.js",
|
|
16
|
-
"
|
|
17
|
-
"types": "./lib/index.d.ts"
|
|
18
|
+
"default": "./lib/cjs/index.js"
|
|
18
19
|
},
|
|
19
20
|
"./style.css": {
|
|
20
21
|
"import": "./lib/es/style.css",
|
|
21
|
-
"
|
|
22
|
+
"default": "./lib/cjs/style.css"
|
|
22
23
|
},
|
|
23
24
|
"./classic": {
|
|
25
|
+
"types": "./lib/index.d.ts",
|
|
26
|
+
"import": "./lib/es/index.js",
|
|
24
27
|
"module": "./lib/es/index.js",
|
|
25
|
-
"
|
|
26
|
-
"types": "./lib/index.d.ts"
|
|
28
|
+
"default": "./lib/cjs/index.js"
|
|
27
29
|
},
|
|
28
30
|
"./classic/style.css": {
|
|
29
31
|
"import": "./lib/es/style.css",
|
|
30
|
-
"
|
|
32
|
+
"default": "./lib/cjs/style.css"
|
|
31
33
|
},
|
|
32
34
|
"./polyfills": {
|
|
33
|
-
"
|
|
35
|
+
"import": "./lib/dist/es/polyfills.js",
|
|
36
|
+
"module": "./lib/dist/es/polyfills.js",
|
|
37
|
+
"default": "./lib/cjs/polyfills.js"
|
|
34
38
|
}
|
|
35
39
|
},
|
|
36
40
|
"files": [
|
|
@@ -43,37 +47,42 @@
|
|
|
43
47
|
"@connectrpc/connect-web": "^2.0.0",
|
|
44
48
|
"@dailymotion/vast-client": "^6.4.2",
|
|
45
49
|
"@nanostores/query": "^0.3.4",
|
|
50
|
+
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
46
51
|
"@streamlayer/sl-eslib": "^5.229.1",
|
|
52
|
+
"babel-loader": "^10.0.0",
|
|
53
|
+
"css-loader": "^7.1.4",
|
|
47
54
|
"nanostores": "^1.1.0",
|
|
48
55
|
"pino": "^9.4.0",
|
|
56
|
+
"style-loader": "^4.0.0",
|
|
49
57
|
"uuid": "^11.1.0",
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"@streamlayer/
|
|
53
|
-
"@streamlayer/react-
|
|
54
|
-
"@streamlayer/
|
|
55
|
-
"@streamlayer/sdk-web
|
|
56
|
-
"@streamlayer/sdk-web-
|
|
57
|
-
"@streamlayer/sdk-web-
|
|
58
|
-
"@streamlayer/sdk-web-
|
|
59
|
-
"@streamlayer/sdk-web-
|
|
60
|
-
"@streamlayer/sdk-web-
|
|
61
|
-
"@streamlayer/sdk-web-
|
|
62
|
-
"@streamlayer/sdk-web-
|
|
63
|
-
"@streamlayer/sdk-web-
|
|
58
|
+
"react-countup": "^6.5.3",
|
|
59
|
+
"webpack-cli": "^6.0.1",
|
|
60
|
+
"@streamlayer/feature-gamification": "^1.26.0",
|
|
61
|
+
"@streamlayer/react-polyfills": "^0.2.14",
|
|
62
|
+
"@streamlayer/react-ui": "^1.37.0",
|
|
63
|
+
"@streamlayer/sdk-web": "^1.18.6",
|
|
64
|
+
"@streamlayer/sdk-web-analytics": "^1.16.6",
|
|
65
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.4.6",
|
|
66
|
+
"@streamlayer/sdk-web-api": "^1.16.6",
|
|
67
|
+
"@streamlayer/sdk-web-core": "^1.21.6",
|
|
68
|
+
"@streamlayer/sdk-web-features": "^1.0.108",
|
|
69
|
+
"@streamlayer/sdk-web-interfaces": "^1.9.14",
|
|
70
|
+
"@streamlayer/sdk-web-logger": "^1.0.108",
|
|
71
|
+
"@streamlayer/sdk-web-notifications": "^1.3.70",
|
|
72
|
+
"@streamlayer/sdk-web-storage": "^1.0.108",
|
|
73
|
+
"@streamlayer/sdk-web-types": "^1.17.6"
|
|
64
74
|
},
|
|
65
75
|
"peerDependencies": {
|
|
66
76
|
"@lottiefiles/react-lottie-player": "^3.5.4",
|
|
67
77
|
"@noriginmedia/norigin-spatial-navigation": "^2.3.0",
|
|
78
|
+
"abortcontroller-polyfill": "^1.7.8",
|
|
79
|
+
"core-js": "^3.48.0",
|
|
80
|
+
"intersection-observer": "^0.12.2",
|
|
68
81
|
"lodash.throttle": "^4.1.1",
|
|
69
82
|
"react": "^17.0.0 || ^18.0.0",
|
|
70
83
|
"react-countdown-circle-timer": "^3.2.1",
|
|
71
|
-
"react-countup": "^6.5.3",
|
|
72
84
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
73
85
|
"react-infinite-scroller": "^1.2.6",
|
|
74
|
-
"abortcontroller-polyfill": "^1.7.8",
|
|
75
|
-
"core-js": "^3.48.0",
|
|
76
|
-
"intersection-observer": "^0.12.2",
|
|
77
86
|
"regenerator-runtime": "^0.14.1",
|
|
78
87
|
"resize-observer-polyfill": "^1.5.1",
|
|
79
88
|
"text-encoding-utf-8": "^1.0.2",
|