@antibusy/strapi-plugin-timeline 0.1.0 → 0.1.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/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A content history and version control plugin for **Strapi 5**. Automatically tra
|
|
|
4
4
|
|
|
5
5
|
## Package Moved
|
|
6
6
|
|
|
7
|
-
The package has moved from
|
|
7
|
+
The package has moved from `@xbstracts/strapi-plugin-timeline` to `@antibusy/strapi-plugin-timeline`. Please use the new package name for future installs and updates.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -29,13 +29,13 @@ The package has moved from `strapi-plugin-timeline` to `@xbstracts/strapi-plugin
|
|
|
29
29
|
## Installation
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
|
-
npm install strapi-plugin-timeline
|
|
32
|
+
npm install @antibusy/strapi-plugin-timeline
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
Or with yarn:
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
yarn add strapi-plugin-timeline
|
|
38
|
+
yarn add @antibusy/strapi-plugin-timeline
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
### Enable the Plugin
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.1.
|
|
2
|
+
"version": "0.1.1",
|
|
3
3
|
"keywords": [
|
|
4
4
|
"strapi",
|
|
5
5
|
"strapi-plugin",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"watch": "strapi-plugin watch",
|
|
38
38
|
"watch:link": "strapi-plugin watch:link",
|
|
39
39
|
"verify": "strapi-plugin verify",
|
|
40
|
-
"test:ts:front": "
|
|
41
|
-
"test:ts:back": "
|
|
40
|
+
"test:ts:front": "tsc -p admin/tsconfig.json --noEmit",
|
|
41
|
+
"test:ts:back": "tsc -p server/tsconfig.json --noEmit"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"react-markdown": "^9.1.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@strapi/sdk-plugin": "^6.0.1",
|
|
49
49
|
"@strapi/strapi": "^5.39.0",
|
|
50
50
|
"@strapi/typescript-utils": "^5.39.0",
|
|
51
|
-
"@types/react": "^
|
|
52
|
-
"@types/react-dom": "^
|
|
51
|
+
"@types/react": "^18.3.31",
|
|
52
|
+
"@types/react-dom": "^18.3.7",
|
|
53
53
|
"prettier": "^3.8.1",
|
|
54
54
|
"react": "^18.3.1",
|
|
55
55
|
"react-dom": "^18.3.1",
|