@twick/timeline 0.15.0 → 0.15.1

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
@@ -8070,7 +8070,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8070
8070
  return PostHogErrorBoundary;
8071
8071
  })(React.Component);
8072
8072
  const name = "@twick/timeline";
8073
- const version = "0.15.0";
8073
+ const version = "0.15.1";
8074
8074
  const packageJson = {
8075
8075
  name,
8076
8076
  version
package/dist/index.mjs CHANGED
@@ -8068,7 +8068,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8068
8068
  return PostHogErrorBoundary;
8069
8069
  })(React.Component);
8070
8070
  const name = "@twick/timeline";
8071
- const version = "0.15.0";
8071
+ const version = "0.15.1";
8072
8072
  const packageJson = {
8073
8073
  name,
8074
8074
  version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/timeline",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
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.0",
36
+ "@twick/media-utils": "^0.15.1",
37
37
  "posthog-js": "^1.258.5"
38
38
  },
39
39
  "devDependencies": {