@linktr.ee/messaging-react 4.4.3-rc-1787671996 → 4.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/dist/index.d.ts CHANGED
@@ -1927,3 +1927,4 @@ declare module 'stream-chat' {
1927
1927
  dm_agent_system_type?: DmAgentSystemType;
1928
1928
  }
1929
1929
  }
1930
+
package/dist/testing.d.ts CHANGED
@@ -141,3 +141,4 @@ declare module 'stream-chat' {
141
141
  dm_agent_system_type?: DmAgentSystemType;
142
142
  }
143
143
  }
144
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/messaging-react",
3
- "version": "4.4.3-rc-1787671996",
3
+ "version": "4.4.3",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -50,14 +50,13 @@
50
50
  "chromatic:local": "yarn storybook:build && chromatic"
51
51
  },
52
52
  "dependencies": {
53
- "@linktr.ee/messaging-core": "2.6.0-rc-1787671996",
54
- "@linktr.ee/messaging-taxonomy": "0.11.0-rc-1787671996",
53
+ "@linktr.ee/messaging-core": "^2.6.0",
54
+ "@linktr.ee/messaging-taxonomy": "^0.11.0",
55
55
  "@phosphor-icons/react": "^2.1.10"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@linktr.ee/arbor": "25.0.0",
59
59
  "@linktr.ee/design-tokens": "14.0.0",
60
- "@microsoft/api-extractor": "^7.58.12",
61
60
  "@storybook/addon-docs": "10.5.7",
62
61
  "@storybook/addon-links": "10.5.7",
63
62
  "@storybook/react": "10.5.7",
@@ -85,7 +84,7 @@
85
84
  "tailwindcss-animate": "^1.0.7",
86
85
  "typescript": "5.9.2",
87
86
  "vite": "^8.2.1",
88
- "vite-plugin-dts": "^5.0.3",
87
+ "vite-plugin-dts": "^3.7.0",
89
88
  "vitest": "^4.1.10"
90
89
  },
91
90
  "peerDependencies": {