strapi-plugin-timeline 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -11
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Strapi Plugin Timeline
1
+ # Strapi Timeline Plugin
2
2
 
3
3
  A content history and version control plugin for **Strapi 5**. Automatically tracks changes to your content entries and lets you browse, compare, and restore previous versions — all from within the Strapi admin panel.
4
4
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.2",
2
+ "version": "0.0.3",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -69,6 +69,13 @@
69
69
  "react-router-dom": "^6.0.0",
70
70
  "styled-components": "^6.0.0"
71
71
  },
72
+ "peerDependenciesMeta": {
73
+ "@strapi/blocks-react-renderer": { "optional": true },
74
+ "@strapi/design-system": { "optional": true },
75
+ "@strapi/icons": { "optional": true },
76
+ "@strapi/sdk-plugin": { "optional": true },
77
+ "react-intl": { "optional": true }
78
+ },
72
79
  "strapi": {
73
80
  "kind": "plugin",
74
81
  "name": "timeline",
@@ -90,14 +97,6 @@
90
97
  "name": "Patiparnne Vongchompue",
91
98
  "email": "patiparnne@gmail.com"
92
99
  },
93
- "funding": [
94
- {
95
- "type": "buymeacoffee",
96
- "url": "https://buymeacoffee.com/patiparnne"
97
- },
98
- {
99
- "type": "patreon",
100
- "url": "https://www.patreon.com/patiparnne"
101
- }
102
- ]
100
+ "buy_me_a_coffee": "https://buymeacoffee.com/patiparnne",
101
+ "patreon": "https://www.patreon.com/patiparnne"
103
102
  }