@streamlayer/web-os 0.4.1 → 0.4.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 +18 -18
- package/lib/classic/cjs/classic.js +1 -1
- package/lib/classic/cjs/classic2.js +2 -2
- package/lib/classic/cjs/gamification-feature.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 -2
- package/lib/classic/cjs/index3.js +1 -1
- package/lib/classic/es/classic.js +3 -4
- package/lib/classic/es/classic2.js +3518 -3514
- package/lib/classic/es/gamification-feature.js +2 -2
- package/lib/classic/es/gamification-feature3.js +5 -6
- package/lib/classic/es/index.js +3 -4
- package/lib/classic/es/index2.js +3530 -3515
- package/lib/classic/es/index3.js +30 -17
- package/lib/es/gamification-feature.js +1 -1
- package/lib/es/gamification-feature2.js +5 -6
- package/lib/es/index.js +7 -8
- package/lib/es/index2.js +5003 -4973
- package/package.json +16 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"@fastify/deepmerge": "^2.0.0",
|
|
45
45
|
"@lottiefiles/react-lottie-player": "^3.5.4",
|
|
46
46
|
"@nanostores/query": "^0.2.10",
|
|
47
|
-
"@nanostores/react": "^0.7.2",
|
|
48
47
|
"@noriginmedia/norigin-spatial-navigation": "^2.3.0",
|
|
49
48
|
"@types/lodash.throttle": "^4.1.9",
|
|
50
49
|
"lodash.throttle": "^4.1.1",
|
|
@@ -94,20 +93,20 @@
|
|
|
94
93
|
"size-limit": "^11.1.6",
|
|
95
94
|
"url-loader": "^4.1.1",
|
|
96
95
|
"vite-plugin-dts": "^4.2.3",
|
|
97
|
-
"@streamlayer/feature-gamification": "^1.23.
|
|
98
|
-
"@streamlayer/react": "^1.21.
|
|
99
|
-
"@streamlayer/react-polyfills": "^0.1.
|
|
100
|
-
"@streamlayer/react-ui": "^1.32.
|
|
101
|
-
"@streamlayer/sdk-web": "^1.16.
|
|
102
|
-
"@streamlayer/sdk-web-analytics": "^1.13.
|
|
103
|
-
"@streamlayer/sdk-web-anonymous-auth": "^1.3.
|
|
104
|
-
"@streamlayer/sdk-web-api": "^1.14.
|
|
105
|
-
"@streamlayer/sdk-web-core": "^1.17.
|
|
106
|
-
"@streamlayer/sdk-web-features": "^1.0.
|
|
107
|
-
"@streamlayer/sdk-web-interfaces": "^1.8.
|
|
108
|
-
"@streamlayer/sdk-web-logger": "^1.0.
|
|
109
|
-
"@streamlayer/sdk-web-notifications": "^1.3.
|
|
110
|
-
"@streamlayer/sdk-web-storage": "^1.0.
|
|
111
|
-
"@streamlayer/sdk-web-types": "^1.16.
|
|
96
|
+
"@streamlayer/feature-gamification": "^1.23.3",
|
|
97
|
+
"@streamlayer/react": "^1.21.3",
|
|
98
|
+
"@streamlayer/react-polyfills": "^0.1.48",
|
|
99
|
+
"@streamlayer/react-ui": "^1.32.3",
|
|
100
|
+
"@streamlayer/sdk-web": "^1.16.3",
|
|
101
|
+
"@streamlayer/sdk-web-analytics": "^1.13.3",
|
|
102
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.3.3",
|
|
103
|
+
"@streamlayer/sdk-web-api": "^1.14.3",
|
|
104
|
+
"@streamlayer/sdk-web-core": "^1.17.3",
|
|
105
|
+
"@streamlayer/sdk-web-features": "^1.0.88",
|
|
106
|
+
"@streamlayer/sdk-web-interfaces": "^1.8.3",
|
|
107
|
+
"@streamlayer/sdk-web-logger": "^1.0.88",
|
|
108
|
+
"@streamlayer/sdk-web-notifications": "^1.3.50",
|
|
109
|
+
"@streamlayer/sdk-web-storage": "^1.0.88",
|
|
110
|
+
"@streamlayer/sdk-web-types": "^1.16.3"
|
|
112
111
|
}
|
|
113
112
|
}
|