@streamlayer/web-os 0.7.2 → 0.7.4
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-eShKGO10.js +1 -5
- package/lib/cjs/index.js +9 -98
- package/lib/cjs/style.css +1 -0
- package/lib/classic/cjs/index-eShKGO10.js +1 -1
- package/lib/classic/cjs/index.js +8 -6
- package/lib/classic/cjs/style.css +1 -0
- package/lib/classic/es/index.js +1601 -879
- package/lib/classic/style.css +1 -1
- package/lib/es/index-eShKGO10.js +948 -948
- package/lib/es/index.js +19274 -15961
- package/lib/style.css +1 -1
- package/package.json +21 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"./style.css": {
|
|
20
20
|
"import": "./lib/style.css",
|
|
21
|
-
"require": "./lib/style.css"
|
|
21
|
+
"require": "./lib/cjs/style.css"
|
|
22
22
|
},
|
|
23
23
|
"./classic": {
|
|
24
24
|
"module": "./lib/classic/es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"./classic/style.css": {
|
|
29
29
|
"import": "./lib/classic/style.css",
|
|
30
|
-
"require": "./lib/classic/style.css"
|
|
30
|
+
"require": "./lib/classic/cjs/style.css"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
@@ -39,37 +39,36 @@
|
|
|
39
39
|
"@bufbuild/protobuf": "^2.2.2",
|
|
40
40
|
"@connectrpc/connect": "^2.0.0",
|
|
41
41
|
"@connectrpc/connect-web": "^2.0.0",
|
|
42
|
-
"
|
|
43
|
-
"@
|
|
44
|
-
"
|
|
45
|
-
"@streamlayer/
|
|
46
|
-
"@streamlayer/
|
|
47
|
-
"@streamlayer/
|
|
48
|
-
"@streamlayer/sdk-web
|
|
49
|
-
"@streamlayer/sdk-web-
|
|
50
|
-
"@streamlayer/sdk-web-
|
|
51
|
-
"@streamlayer/sdk-web-
|
|
52
|
-
"@streamlayer/sdk-web-
|
|
53
|
-
"@streamlayer/sdk-web-
|
|
54
|
-
"@streamlayer/sdk-web-
|
|
55
|
-
"@streamlayer/sdk-web-
|
|
42
|
+
"nanostores": "^1.1.0",
|
|
43
|
+
"@nanostores/query": "^0.3.4",
|
|
44
|
+
"uuid": "^11.1.0",
|
|
45
|
+
"@streamlayer/feature-gamification": "^1.24.7",
|
|
46
|
+
"@streamlayer/react-polyfills": "^0.2.7",
|
|
47
|
+
"@streamlayer/react-ui": "^1.35.4",
|
|
48
|
+
"@streamlayer/sdk-web": "^1.17.7",
|
|
49
|
+
"@streamlayer/sdk-web-api": "^1.15.7",
|
|
50
|
+
"@streamlayer/sdk-web-core": "^1.20.4",
|
|
51
|
+
"@streamlayer/sdk-web-features": "^1.0.101",
|
|
52
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.3.16",
|
|
53
|
+
"@streamlayer/sdk-web-interfaces": "^1.9.7",
|
|
54
|
+
"@streamlayer/sdk-web-logger": "^1.0.101",
|
|
55
|
+
"@streamlayer/sdk-web-analytics": "^1.15.7",
|
|
56
|
+
"@streamlayer/sdk-web-storage": "^1.0.101",
|
|
57
|
+
"@streamlayer/sdk-web-notifications": "^1.3.63",
|
|
58
|
+
"@streamlayer/sdk-web-types": "^1.16.16"
|
|
56
59
|
},
|
|
57
60
|
"peerDependencies": {
|
|
58
61
|
"@fastify/deepmerge": "^2.0.0",
|
|
59
62
|
"@lottiefiles/react-lottie-player": "^3.5.4",
|
|
60
|
-
"@nanostores/query": "^0.3.4",
|
|
61
63
|
"@noriginmedia/norigin-spatial-navigation": "^2.3.0",
|
|
62
64
|
"@types/lodash.throttle": "^4.1.9",
|
|
63
65
|
"lodash.throttle": "^4.1.1",
|
|
64
|
-
"nanostores": "^1.1.0",
|
|
65
|
-
"pino": "^9.4.0",
|
|
66
66
|
"react-auth-code-input": "^3.2.1",
|
|
67
67
|
"react-countdown-circle-timer": "^3.2.1",
|
|
68
68
|
"react-countup": "^6.5.3",
|
|
69
69
|
"react-infinite-scroller": "^1.2.6",
|
|
70
70
|
"react-phone-number-input": "^3.4.8",
|
|
71
71
|
"react": "18.3.1",
|
|
72
|
-
"react-dom": "18.3.1"
|
|
73
|
-
"uuid": "^11.1.0"
|
|
72
|
+
"react-dom": "18.3.1"
|
|
74
73
|
}
|
|
75
74
|
}
|