@streamlayer/web-os 0.3.8 → 0.3.9
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 +28 -76
- package/lib/classic/cjs/classic.js +1 -1
- package/lib/classic/cjs/classic2.js +2 -20
- 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 +2 -21
- package/lib/classic/cjs/index3.js +1 -19
- package/lib/classic/es/classic.js +4 -3
- package/lib/classic/es/classic2.js +10126 -18793
- 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 +10 -9
- package/lib/classic/es/index.js +4 -3
- package/lib/classic/es/index2.js +9469 -18142
- package/lib/classic/es/index3.js +237 -5670
- package/lib/es/gamification-feature.js +1 -1
- package/lib/es/gamification-feature2.js +27 -26
- package/lib/es/index.js +6 -5
- package/lib/es/index2.js +13705 -27812
- package/package.json +19 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"package.json"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@streamlayer/sl-eslib": "^5.
|
|
38
|
+
"@streamlayer/sl-eslib": "^5.221.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@bufbuild/protobuf": "^2.2.2",
|
|
@@ -55,6 +55,8 @@
|
|
|
55
55
|
"react-countup": "^6.5.3",
|
|
56
56
|
"react-infinite-scroller": "^1.2.6",
|
|
57
57
|
"react-phone-number-input": "^3.4.8",
|
|
58
|
+
"react": "18.3.1",
|
|
59
|
+
"react-dom": "18.3.1",
|
|
58
60
|
"uuid": "^11.1.0"
|
|
59
61
|
},
|
|
60
62
|
"devDependencies": {
|
|
@@ -92,20 +94,20 @@
|
|
|
92
94
|
"size-limit": "^11.1.6",
|
|
93
95
|
"url-loader": "^4.1.1",
|
|
94
96
|
"vite-plugin-dts": "^4.2.3",
|
|
95
|
-
"@streamlayer/feature-gamification": "^1.22.
|
|
96
|
-
"@streamlayer/react": "^1.20.
|
|
97
|
-
"@streamlayer/
|
|
98
|
-
"@streamlayer/
|
|
99
|
-
"@streamlayer/
|
|
100
|
-
"@streamlayer/
|
|
101
|
-
"@streamlayer/sdk-web-anonymous-auth": "^1.2.
|
|
102
|
-
"@streamlayer/sdk-web-
|
|
103
|
-
"@streamlayer/sdk-web-
|
|
104
|
-
"@streamlayer/sdk-web-features": "^1.0.
|
|
105
|
-
"@streamlayer/sdk-web-interfaces": "^1.7.
|
|
106
|
-
"@streamlayer/sdk-web-
|
|
107
|
-
"@streamlayer/sdk-web-
|
|
108
|
-
"@streamlayer/sdk-web-storage": "^1.0.
|
|
109
|
-
"@streamlayer/sdk-web-types": "^1.15.
|
|
97
|
+
"@streamlayer/feature-gamification": "^1.22.9",
|
|
98
|
+
"@streamlayer/react": "^1.20.7",
|
|
99
|
+
"@streamlayer/react-polyfills": "^0.1.44",
|
|
100
|
+
"@streamlayer/react-ui": "^1.31.7",
|
|
101
|
+
"@streamlayer/sdk-web": "^1.15.9",
|
|
102
|
+
"@streamlayer/sdk-web-analytics": "^1.12.9",
|
|
103
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.2.9",
|
|
104
|
+
"@streamlayer/sdk-web-api": "^1.13.9",
|
|
105
|
+
"@streamlayer/sdk-web-core": "^1.16.9",
|
|
106
|
+
"@streamlayer/sdk-web-features": "^1.0.84",
|
|
107
|
+
"@streamlayer/sdk-web-interfaces": "^1.7.17",
|
|
108
|
+
"@streamlayer/sdk-web-logger": "^1.0.84",
|
|
109
|
+
"@streamlayer/sdk-web-notifications": "^1.3.46",
|
|
110
|
+
"@streamlayer/sdk-web-storage": "^1.0.84",
|
|
111
|
+
"@streamlayer/sdk-web-types": "^1.15.9"
|
|
110
112
|
}
|
|
111
113
|
}
|