@streamlayer/web-os 0.3.6 → 0.3.8
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 +49 -50
- 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 +7 -3
- package/lib/classic/es/classic2.js +9356 -9008
- 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 -3
- package/lib/classic/es/index.js +7 -3
- package/lib/classic/es/index2.js +2892 -2900
- package/lib/classic/es/index3.js +4552 -9314
- package/lib/classic/style.css +1 -1
- package/lib/es/gamification-feature.js +1 -1
- package/lib/es/gamification-feature2.js +104 -97
- package/lib/es/index.js +9 -5
- package/lib/es/index2.js +18700 -22283
- package/lib/style.css +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8",
|
|
4
4
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -92,20 +92,20 @@
|
|
|
92
92
|
"size-limit": "^11.1.6",
|
|
93
93
|
"url-loader": "^4.1.1",
|
|
94
94
|
"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.
|
|
95
|
+
"@streamlayer/feature-gamification": "^1.22.8",
|
|
96
|
+
"@streamlayer/react": "^1.20.6",
|
|
97
|
+
"@streamlayer/sdk-web-analytics": "^1.12.8",
|
|
98
|
+
"@streamlayer/sdk-web": "^1.15.8",
|
|
99
|
+
"@streamlayer/react-polyfills": "^0.1.43",
|
|
100
|
+
"@streamlayer/react-ui": "^1.31.6",
|
|
101
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.2.8",
|
|
102
|
+
"@streamlayer/sdk-web-core": "^1.16.8",
|
|
103
|
+
"@streamlayer/sdk-web-api": "^1.13.8",
|
|
104
|
+
"@streamlayer/sdk-web-features": "^1.0.83",
|
|
105
|
+
"@streamlayer/sdk-web-interfaces": "^1.7.16",
|
|
106
|
+
"@streamlayer/sdk-web-notifications": "^1.3.45",
|
|
107
|
+
"@streamlayer/sdk-web-logger": "^1.0.83",
|
|
108
|
+
"@streamlayer/sdk-web-storage": "^1.0.83",
|
|
109
|
+
"@streamlayer/sdk-web-types": "^1.15.8"
|
|
110
110
|
}
|
|
111
111
|
}
|