@streamlayer/web-os 0.3.1 → 0.3.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/lib/cjs/gamification-feature.js +1 -1
- package/lib/cjs/gamification-feature2.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/index2.js +50 -49
- package/lib/classic/cjs/classic.js +1 -1
- package/lib/classic/cjs/classic2.js +4 -4
- 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 -1
- package/lib/classic/cjs/index.js +1 -1
- package/lib/classic/cjs/index2.js +4 -4
- package/lib/classic/cjs/index3.js +3 -3
- package/lib/classic/es/classic.js +3 -7
- package/lib/classic/es/classic2.js +9224 -8772
- package/lib/classic/es/gamification-feature.js +2 -2
- package/lib/classic/es/gamification-feature2.js +2 -2
- package/lib/classic/es/gamification-feature3.js +3 -10
- package/lib/classic/es/index.js +3 -7
- package/lib/classic/es/index2.js +8959 -8530
- package/lib/classic/es/index3.js +14255 -8967
- package/lib/classic/style.css +1 -1
- package/lib/es/gamification-feature.js +1 -1
- package/lib/es/gamification-feature2.js +97 -104
- package/lib/es/index.js +5 -9
- package/lib/es/index2.js +22772 -18266
- package/lib/style.css +1 -1
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
6
6
|
"maintainers": [
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"package.json"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@streamlayer/sl-eslib": "^5.
|
|
39
|
+
"@streamlayer/sl-eslib": "^5.219.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@bufbuild/protobuf": "^2.2.2",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"@lottiefiles/react-lottie-player": "^3.5.4",
|
|
47
47
|
"@nanostores/query": "^0.2.10",
|
|
48
48
|
"@nanostores/react": "^0.7.2",
|
|
49
|
+
"@noriginmedia/norigin-spatial-navigation": "^2.3.0",
|
|
49
50
|
"@types/lodash.throttle": "^4.1.9",
|
|
50
51
|
"lodash.throttle": "^4.1.1",
|
|
51
|
-
"uuid": "^11.1.0",
|
|
52
52
|
"nanostores": "^0.11.4",
|
|
53
53
|
"pino": "^9.4.0",
|
|
54
54
|
"react-auth-code-input": "^3.2.1",
|
|
55
55
|
"react-countdown-circle-timer": "^3.2.1",
|
|
56
|
-
"@noriginmedia/norigin-spatial-navigation": "^2.3.0",
|
|
57
56
|
"react-countup": "^6.5.3",
|
|
58
57
|
"react-infinite-scroller": "^1.2.6",
|
|
59
|
-
"react-phone-number-input": "^3.4.8"
|
|
58
|
+
"react-phone-number-input": "^3.4.8",
|
|
59
|
+
"uuid": "^11.1.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@babel/preset-react": "^7.24.7",
|
|
@@ -93,20 +93,20 @@
|
|
|
93
93
|
"size-limit": "^11.1.6",
|
|
94
94
|
"url-loader": "^4.1.1",
|
|
95
95
|
"vite-plugin-dts": "^4.2.3",
|
|
96
|
-
"@streamlayer/feature-gamification": "^1.22.
|
|
97
|
-
"@streamlayer/
|
|
98
|
-
"@streamlayer/
|
|
99
|
-
"@streamlayer/sdk-web
|
|
100
|
-
"@streamlayer/sdk-web-
|
|
101
|
-
"@streamlayer/sdk-web-
|
|
102
|
-
"@streamlayer/
|
|
103
|
-
"@streamlayer/sdk-web-
|
|
104
|
-
"@streamlayer/sdk-web-
|
|
105
|
-
"@streamlayer/sdk-web-
|
|
106
|
-
"@streamlayer/sdk-web-
|
|
107
|
-
"@streamlayer/
|
|
108
|
-
"@streamlayer/
|
|
109
|
-
"@streamlayer/
|
|
110
|
-
"@streamlayer/sdk-web-
|
|
96
|
+
"@streamlayer/feature-gamification": "^1.22.3",
|
|
97
|
+
"@streamlayer/react": "^1.20.1",
|
|
98
|
+
"@streamlayer/react-polyfills": "^0.1.38",
|
|
99
|
+
"@streamlayer/sdk-web": "^1.15.3",
|
|
100
|
+
"@streamlayer/sdk-web-analytics": "^1.12.3",
|
|
101
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.2.3",
|
|
102
|
+
"@streamlayer/react-ui": "^1.31.1",
|
|
103
|
+
"@streamlayer/sdk-web-core": "^1.16.3",
|
|
104
|
+
"@streamlayer/sdk-web-api": "^1.13.3",
|
|
105
|
+
"@streamlayer/sdk-web-interfaces": "^1.7.11",
|
|
106
|
+
"@streamlayer/sdk-web-logger": "^1.0.78",
|
|
107
|
+
"@streamlayer/sdk-web-features": "^1.0.78",
|
|
108
|
+
"@streamlayer/sdk-web-storage": "^1.0.78",
|
|
109
|
+
"@streamlayer/sdk-web-types": "^1.15.3",
|
|
110
|
+
"@streamlayer/sdk-web-notifications": "^1.3.40"
|
|
111
111
|
}
|
|
112
112
|
}
|