@twick/timeline 0.15.5 → 0.15.7

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
@@ -8140,7 +8140,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8140
8140
  return PostHogErrorBoundary;
8141
8141
  })(React.Component);
8142
8142
  const name = "@twick/timeline";
8143
- const version = "0.15.5";
8143
+ const version = "0.15.7";
8144
8144
  const packageJson = {
8145
8145
  name,
8146
8146
  version
package/dist/index.mjs CHANGED
@@ -8138,7 +8138,7 @@ var __POSTHOG_ERROR_MESSAGES = {
8138
8138
  return PostHogErrorBoundary;
8139
8139
  })(React.Component);
8140
8140
  const name = "@twick/timeline";
8141
- const version = "0.15.5";
8141
+ const version = "0.15.7";
8142
8142
  const packageJson = {
8143
8143
  name,
8144
8144
  version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twick/timeline",
3
- "version": "0.15.5",
3
+ "version": "0.15.7",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/src/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "sideEffects": [
16
16
  "**/*.css"
17
17
  ],
18
- "license": "SEE LICENSE IN LICENSE.md",
18
+ "license": "https://github.com/ncounterspecialist/twick/blob/main/LICENSE.md",
19
19
  "files": [
20
20
  "dist"
21
21
  ],
@@ -33,7 +33,7 @@
33
33
  "docs": "typedoc"
34
34
  },
35
35
  "dependencies": {
36
- "@twick/media-utils": "0.15.5",
36
+ "@twick/media-utils": "0.15.7",
37
37
  "posthog-js": "^1.258.5"
38
38
  },
39
39
  "devDependencies": {