strapi-plugin-timeline 0.0.4 → 0.0.6

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 +4 -0
  2. package/package.json +16 -6
package/README.md CHANGED
@@ -2,6 +2,10 @@
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
 
5
+ ## Package Moved
6
+
7
+ The package has moved from `strapi-plugin-timeline` to `@xbstracts/strapi-plugin-timeline`. Please use the new package name for future installs and updates.
8
+
5
9
  ## Features
6
10
 
7
11
  - **Automatic Change Tracking** — Records snapshots on create, update, delete, and publish actions via lifecycle hooks. No manual work required.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.4",
2
+ "version": "0.0.6",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
@@ -70,11 +70,21 @@
70
70
  "styled-components": "^6.0.0"
71
71
  },
72
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 }
73
+ "@strapi/blocks-react-renderer": {
74
+ "optional": true
75
+ },
76
+ "@strapi/design-system": {
77
+ "optional": true
78
+ },
79
+ "@strapi/icons": {
80
+ "optional": true
81
+ },
82
+ "@strapi/sdk-plugin": {
83
+ "optional": true
84
+ },
85
+ "react-intl": {
86
+ "optional": true
87
+ }
78
88
  },
79
89
  "strapi": {
80
90
  "kind": "plugin",