@agora-sdk/social-react-js 0.6.5 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-sdk/social-react-js",
3
- "version": "0.6.5",
3
+ "version": "0.8.0",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "author": "Agora SDK Plus, maintained by Jenova Marie",
@@ -27,7 +27,7 @@
27
27
  "module": "dist/esm/index.js",
28
28
  "types": "dist/esm/index.d.ts",
29
29
  "type": "module",
30
- "comment:esm-only": "ESM-only to match the secure-chat web binding: web/React consumers always bundle (Vite/webpack/Metro), and @agora-sdk/core is bundler-only, so a CJS build would never load at runtime.",
30
+ "comment:esm-only": "ESM-only to match the secure-chat web binding: web/React consumers always bundle (Vite/webpack/Metro), so a CJS build is unnecessary; d3-force (an ESM-only dep) is happiest bundled too.",
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
@@ -36,10 +36,10 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "d3-force": "^3.0.0",
39
- "@agora-sdk/social-core": "0.6.5"
39
+ "@agora-sdk/social-core": "0.8.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@agora-sdk/core": "^1.2.2",
42
+ "@types/react": "^18.0.0 || ^19.0.0",
43
43
  "react": "^18.0.0 || ^19.0.0",
44
44
  "react-dom": "^18.0.0 || ^19.0.0"
45
45
  },