@twick/timeline 0.15.2 → 0.15.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.js CHANGED
@@ -8124,7 +8124,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8124
8124
  return PostHogErrorBoundary;
8125
8125
  })(React.Component);
8126
8126
  const name = "@twick/timeline";
8127
- const version = "0.15.2";
8127
+ const version = "0.15.3";
8128
8128
  const packageJson = {
8129
8129
  name,
8130
8130
  version
package/dist/index.mjs CHANGED
@@ -8122,7 +8122,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8122
8122
  return PostHogErrorBoundary;
8123
8123
  })(React.Component);
8124
8124
  const name = "@twick/timeline";
8125
- const version = "0.15.2";
8125
+ const version = "0.15.3";
8126
8126
  const packageJson = {
8127
8127
  name,
8128
8128
  version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/timeline",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
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.2",
36
+ "@twick/media-utils": "0.15.3",
37
37
  "posthog-js": "^1.258.5"
38
38
  },
39
39
  "devDependencies": {