@twick/timeline 0.14.18 → 0.14.20

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/README.md CHANGED
@@ -14,6 +14,8 @@ npm install @twick/timeline
14
14
  pnpm add @twick/timeline
15
15
  ```
16
16
 
17
+ **Note:** All required dependencies (`@twick/media-utils`) are automatically installed with `@twick/timeline`.
18
+
17
19
  ## Quick Start
18
20
 
19
21
  ```typescript
package/dist/index.js CHANGED
@@ -7883,7 +7883,7 @@ var __POSTHOG_ERROR_MESSAGES = {
7883
7883
  return PostHogErrorBoundary;
7884
7884
  })(React.Component);
7885
7885
  const name = "@twick/timeline";
7886
- const version = "0.14.18";
7886
+ const version = "0.14.20";
7887
7887
  const packageJson = {
7888
7888
  name,
7889
7889
  version
package/dist/index.mjs CHANGED
@@ -7881,7 +7881,7 @@ var __POSTHOG_ERROR_MESSAGES = {
7881
7881
  return PostHogErrorBoundary;
7882
7882
  })(React.Component);
7883
7883
  const name = "@twick/timeline";
7884
- const version = "0.14.18";
7884
+ const version = "0.14.20";
7885
7885
  const packageJson = {
7886
7886
  name,
7887
7887
  version
package/package.json CHANGED
@@ -1,10 +1,18 @@
1
1
  {
2
2
  "name": "@twick/timeline",
3
- "version": "0.14.18",
3
+ "version": "0.14.20",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/src/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.mjs",
11
+ "require": "./dist/index.js",
12
+ "types": "./dist/src/index.d.ts"
13
+ },
14
+ "./dist/timeline.css": "./dist/timeline.css"
15
+ },
8
16
  "sideEffects": [
9
17
  "**/*.css"
10
18
  ],
@@ -23,13 +31,13 @@
23
31
  "docs": "typedoc"
24
32
  },
25
33
  "dependencies": {
26
- "@twick/media-utils": "0.14.18",
34
+ "@twick/media-utils": "0.14.20",
27
35
  "posthog-js": "^1.258.5"
28
36
  },
29
37
  "devDependencies": {
30
38
  "@types/node": "^20.11.24",
31
- "@types/react": "^18.2.55",
32
- "@types/react-dom": "^18.2.19",
39
+ "@types/react": "^19.0.0",
40
+ "@types/react-dom": "^19.0.0",
33
41
  "autoprefixer": "^10.4.17",
34
42
  "rimraf": "^5.0.5",
35
43
  "typedoc": "^0.25.8",