@twick/timeline 0.15.9 → 0.15.10

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.js CHANGED
@@ -8155,7 +8155,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8155
8155
  return PostHogErrorBoundary;
8156
8156
  })(React.Component);
8157
8157
  const name = "@twick/timeline";
8158
- const version = "0.15.9";
8158
+ const version = "0.15.10";
8159
8159
  const packageJson = {
8160
8160
  name,
8161
8161
  version
package/dist/index.mjs CHANGED
@@ -8153,7 +8153,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8153
8153
  return PostHogErrorBoundary;
8154
8154
  })(React.Component);
8155
8155
  const name = "@twick/timeline";
8156
- const version = "0.15.9";
8156
+ const version = "0.15.10";
8157
8157
  const packageJson = {
8158
8158
  name,
8159
8159
  version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/timeline",
3
- "version": "0.15.9",
3
+ "version": "0.15.10",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/src/index.d.ts",
@@ -33,7 +33,7 @@
33
33
  "docs": "typedoc"
34
34
  },
35
35
  "dependencies": {
36
- "@twick/media-utils": "0.15.9",
36
+ "@twick/media-utils": "0.15.10",
37
37
  "posthog-js": "^1.334.1"
38
38
  },
39
39
  "devDependencies": {