@streamlayer/web-os 0.8.4 → 0.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/web-os",
3
- "version": "0.8.4",
3
+ "version": "0.9.0",
4
4
  "author": "StreamLayer, Inc (https://streamlayer.io)",
5
5
  "maintainers": [
6
6
  {
@@ -12,25 +12,29 @@
12
12
  "types": "./lib/index.d.ts",
13
13
  "exports": {
14
14
  ".": {
15
+ "types": "./lib/index.d.ts",
16
+ "import": "./lib/es/index.js",
15
17
  "module": "./lib/es/index.js",
16
- "require": "./lib/cjs/index.js",
17
- "types": "./lib/index.d.ts"
18
+ "default": "./lib/cjs/index.js"
18
19
  },
19
20
  "./style.css": {
20
21
  "import": "./lib/es/style.css",
21
- "require": "./lib/cjs/style.css"
22
+ "default": "./lib/cjs/style.css"
22
23
  },
23
24
  "./classic": {
25
+ "types": "./lib/index.d.ts",
26
+ "import": "./lib/es/index.js",
24
27
  "module": "./lib/es/index.js",
25
- "require": "./lib/cjs/index.js",
26
- "types": "./lib/index.d.ts"
28
+ "default": "./lib/cjs/index.js"
27
29
  },
28
30
  "./classic/style.css": {
29
31
  "import": "./lib/es/style.css",
30
- "require": "./lib/cjs/style.css"
32
+ "default": "./lib/cjs/style.css"
31
33
  },
32
34
  "./polyfills": {
33
- "require": "./lib/cjs/polyfills.js"
35
+ "import": "./lib/dist/es/polyfills.js",
36
+ "module": "./lib/dist/es/polyfills.js",
37
+ "default": "./lib/cjs/polyfills.js"
34
38
  }
35
39
  },
36
40
  "files": [
@@ -43,37 +47,42 @@
43
47
  "@connectrpc/connect-web": "^2.0.0",
44
48
  "@dailymotion/vast-client": "^6.4.2",
45
49
  "@nanostores/query": "^0.3.4",
50
+ "@originjs/vite-plugin-commonjs": "^1.0.3",
46
51
  "@streamlayer/sl-eslib": "^5.229.1",
52
+ "babel-loader": "^10.0.0",
53
+ "css-loader": "^7.1.4",
47
54
  "nanostores": "^1.1.0",
48
55
  "pino": "^9.4.0",
56
+ "style-loader": "^4.0.0",
49
57
  "uuid": "^11.1.0",
50
- "@streamlayer/feature-gamification": "^1.25.4",
51
- "@streamlayer/react-polyfills": "^0.2.12",
52
- "@streamlayer/react-ui": "^1.36.4",
53
- "@streamlayer/sdk-web": "^1.18.4",
54
- "@streamlayer/sdk-web-analytics": "^1.16.4",
55
- "@streamlayer/sdk-web-anonymous-auth": "^1.4.4",
56
- "@streamlayer/sdk-web-api": "^1.16.4",
57
- "@streamlayer/sdk-web-core": "^1.21.4",
58
- "@streamlayer/sdk-web-features": "^1.0.106",
59
- "@streamlayer/sdk-web-interfaces": "^1.9.12",
60
- "@streamlayer/sdk-web-logger": "^1.0.106",
61
- "@streamlayer/sdk-web-notifications": "^1.3.68",
62
- "@streamlayer/sdk-web-storage": "^1.0.106",
63
- "@streamlayer/sdk-web-types": "^1.17.4"
58
+ "react-countup": "^6.5.3",
59
+ "webpack-cli": "^6.0.1",
60
+ "@streamlayer/feature-gamification": "^1.26.0",
61
+ "@streamlayer/react-polyfills": "^0.2.14",
62
+ "@streamlayer/react-ui": "^1.37.0",
63
+ "@streamlayer/sdk-web": "^1.18.6",
64
+ "@streamlayer/sdk-web-analytics": "^1.16.6",
65
+ "@streamlayer/sdk-web-anonymous-auth": "^1.4.6",
66
+ "@streamlayer/sdk-web-api": "^1.16.6",
67
+ "@streamlayer/sdk-web-core": "^1.21.6",
68
+ "@streamlayer/sdk-web-features": "^1.0.108",
69
+ "@streamlayer/sdk-web-interfaces": "^1.9.14",
70
+ "@streamlayer/sdk-web-logger": "^1.0.108",
71
+ "@streamlayer/sdk-web-notifications": "^1.3.70",
72
+ "@streamlayer/sdk-web-storage": "^1.0.108",
73
+ "@streamlayer/sdk-web-types": "^1.17.6"
64
74
  },
65
75
  "peerDependencies": {
66
76
  "@lottiefiles/react-lottie-player": "^3.5.4",
67
77
  "@noriginmedia/norigin-spatial-navigation": "^2.3.0",
78
+ "abortcontroller-polyfill": "^1.7.8",
79
+ "core-js": "^3.48.0",
80
+ "intersection-observer": "^0.12.2",
68
81
  "lodash.throttle": "^4.1.1",
69
82
  "react": "^17.0.0 || ^18.0.0",
70
83
  "react-countdown-circle-timer": "^3.2.1",
71
- "react-countup": "^6.5.3",
72
84
  "react-dom": "^17.0.0 || ^18.0.0",
73
85
  "react-infinite-scroller": "^1.2.6",
74
- "abortcontroller-polyfill": "^1.7.8",
75
- "core-js": "^3.48.0",
76
- "intersection-observer": "^0.12.2",
77
86
  "regenerator-runtime": "^0.14.1",
78
87
  "resize-observer-polyfill": "^1.5.1",
79
88
  "text-encoding-utf-8": "^1.0.2",