stream-chat-react 12.6.0 → 12.6.2

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": "stream-chat-react",
3
- "version": "12.6.0",
3
+ "version": "12.6.2",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -184,6 +184,7 @@
184
184
  "@ladle/react": "^0.16.0",
185
185
  "@playwright/test": "^1.42.1",
186
186
  "@semantic-release/changelog": "^6.0.2",
187
+ "@semantic-release/exec": "^6.0.3",
187
188
  "@semantic-release/git": "^10.0.1",
188
189
  "@stream-io/rollup-plugin-node-builtins": "^2.1.5",
189
190
  "@stream-io/stream-chat-css": "^5.4.0",
@@ -221,6 +222,7 @@
221
222
  "dotenv": "^8.6.0",
222
223
  "emoji-mart": "^5.5.2",
223
224
  "esbuild": "^0.23.1",
225
+ "esbuild-plugin-replace": "^1.4.0",
224
226
  "eslint": "7.14.0",
225
227
  "eslint-config-airbnb": "^18.2.1",
226
228
  "eslint-config-prettier": "^6.15.0",
@@ -260,8 +262,8 @@
260
262
  "typescript": "^5.4.5"
261
263
  },
262
264
  "scripts": {
263
- "build": "rm -rf dist && ./scripts/copy-version.sh && yarn build-translations && yarn bundle",
264
- "bundle": "concurrently tsc ./scripts/copy-css.sh ./scripts/bundle.mjs",
265
+ "build": "rm -rf dist && yarn build-translations && yarn bundle",
266
+ "bundle": "concurrently ./scripts/bundle-esm.mjs ./scripts/copy-css.sh scripts/bundle-cjs.mjs",
265
267
  "build-translations": "i18next",
266
268
  "coverage": "jest --collectCoverage && codecov",
267
269
  "eslint": "eslint '**/*.{js,md,ts,jsx,tsx}' --max-warnings 0",
package/dist/version.d.ts DELETED
@@ -1 +0,0 @@
1
- export declare const version = "0.0.0-development";
package/dist/version.js DELETED
@@ -1 +0,0 @@
1
- export const version = '0.0.0-development';