@streamlayer/web-os 0.2.2 → 0.3.0
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-l-eyvmpL.js +5 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/index2.js +49 -271
- package/lib/classic/cjs/gamification-feature.js +1 -0
- package/lib/classic/cjs/gamification-feature2.js +1 -0
- package/lib/classic/cjs/index-l-eyvmpL.js +1 -0
- package/lib/classic/cjs/index.js +1 -0
- package/lib/classic/cjs/index2.js +47 -0
- package/lib/classic/es/gamification-feature.js +4 -0
- package/lib/classic/es/gamification-feature2.js +643 -0
- package/lib/classic/es/index-l-eyvmpL.js +3758 -0
- package/lib/classic/es/index.js +13 -0
- package/lib/classic/es/index2.js +40942 -0
- package/lib/classic/index.d.ts +31 -0
- package/lib/classic/style.css +1 -0
- package/lib/es/gamification-feature.js +2 -2
- package/lib/es/gamification-feature2.js +11 -11
- package/lib/es/index-l-eyvmpL.js +3758 -0
- package/lib/es/index.js +1 -1
- package/lib/es/index2.js +18045 -55404
- package/lib/style.css +1 -1
- package/package.json +25 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/web-os",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "StreamLayer, Inc (https://streamlayer.io)",
|
|
6
6
|
"maintainers": [
|
|
@@ -20,6 +20,14 @@
|
|
|
20
20
|
"./style.css": {
|
|
21
21
|
"import": "./lib/style.css",
|
|
22
22
|
"require": "./lib/style.css"
|
|
23
|
+
},
|
|
24
|
+
"./classic": {
|
|
25
|
+
"require": "./lib/classic/cjs/index.js",
|
|
26
|
+
"types": "./lib/classic/index.d.ts"
|
|
27
|
+
},
|
|
28
|
+
"./classic/style.css": {
|
|
29
|
+
"import": "./lib/classic/style.css",
|
|
30
|
+
"require": "./lib/classic/style.css"
|
|
23
31
|
}
|
|
24
32
|
},
|
|
25
33
|
"files": [
|
|
@@ -27,7 +35,7 @@
|
|
|
27
35
|
"package.json"
|
|
28
36
|
],
|
|
29
37
|
"dependencies": {
|
|
30
|
-
"@streamlayer/sl-eslib": "^5.
|
|
38
|
+
"@streamlayer/sl-eslib": "^5.218.0"
|
|
31
39
|
},
|
|
32
40
|
"peerDependencies": {
|
|
33
41
|
"@bufbuild/protobuf": "^2.2.2",
|
|
@@ -84,20 +92,20 @@
|
|
|
84
92
|
"size-limit": "^11.1.6",
|
|
85
93
|
"url-loader": "^4.1.1",
|
|
86
94
|
"vite-plugin-dts": "^4.2.3",
|
|
87
|
-
"@streamlayer/feature-gamification": "^1.
|
|
88
|
-
"@streamlayer/sdk-web": "^1.
|
|
89
|
-
"@streamlayer/sdk-web-analytics": "^1.
|
|
90
|
-
"@streamlayer/sdk-web-
|
|
91
|
-
"@streamlayer/sdk-web-
|
|
92
|
-
"@streamlayer/sdk-web-
|
|
93
|
-
"@streamlayer/sdk-web-
|
|
94
|
-
"@streamlayer/sdk-web-logger": "^1.0.
|
|
95
|
-
"@streamlayer/sdk-web-notifications": "^1.3.
|
|
96
|
-
"@streamlayer/sdk-web-
|
|
97
|
-
"@streamlayer/
|
|
98
|
-
"@streamlayer/react": "^1.
|
|
99
|
-
"@streamlayer/
|
|
100
|
-
"@streamlayer/
|
|
101
|
-
"@streamlayer/
|
|
95
|
+
"@streamlayer/feature-gamification": "^1.22.0",
|
|
96
|
+
"@streamlayer/sdk-web": "^1.15.0",
|
|
97
|
+
"@streamlayer/sdk-web-analytics": "^1.12.0",
|
|
98
|
+
"@streamlayer/sdk-web-api": "^1.13.0",
|
|
99
|
+
"@streamlayer/sdk-web-core": "^1.16.0",
|
|
100
|
+
"@streamlayer/sdk-web-features": "^1.0.75",
|
|
101
|
+
"@streamlayer/sdk-web-interfaces": "^1.7.8",
|
|
102
|
+
"@streamlayer/sdk-web-logger": "^1.0.75",
|
|
103
|
+
"@streamlayer/sdk-web-notifications": "^1.3.37",
|
|
104
|
+
"@streamlayer/sdk-web-storage": "^1.0.75",
|
|
105
|
+
"@streamlayer/sdk-web-anonymous-auth": "^1.2.0",
|
|
106
|
+
"@streamlayer/react-polyfills": "^0.1.35",
|
|
107
|
+
"@streamlayer/react": "^1.19.0",
|
|
108
|
+
"@streamlayer/react-ui": "^1.29.0",
|
|
109
|
+
"@streamlayer/sdk-web-types": "^1.15.0"
|
|
102
110
|
}
|
|
103
111
|
}
|