strapi2front 0.5.2 → 0.5.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 +7 -6
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  Generate TypeScript types, services, Zod schemas, and Astro Actions from your Strapi schema.
9
9
 
10
- **[View Documentation →](https://strapi2front.elevenestudio.com/docs)**
10
+ **[View Documentation →](https://strapi2front.dev/docs)**
11
11
 
12
12
  ---
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strapi2front",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Generate TypeScript types, services, and framework actions from your Strapi schema",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,9 +26,9 @@
26
26
  "ora": "^8.0.0",
27
27
  "picocolors": "^1.0.0",
28
28
  "pkg-types": "^1.0.0",
29
- "@strapi2front/client": "0.5.1",
30
- "@strapi2front/core": "0.5.1",
31
- "@strapi2front/generators": "0.5.1"
29
+ "@strapi2front/generators": "0.5.3",
30
+ "@strapi2front/client": "0.5.3",
31
+ "@strapi2front/core": "0.5.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "tsup": "^8.0.0",
@@ -45,11 +45,12 @@
45
45
  "typescript",
46
46
  "codegen",
47
47
  "types",
48
- "actions"
48
+ "actions",
49
+ "zod"
49
50
  ],
50
51
  "license": "MIT",
51
52
  "author": "Eleven Estudio (https://github.com/elevenestudio)",
52
- "homepage": "https://strapi2front.elevenestudio.com",
53
+ "homepage": "https://strapi2front.dev",
53
54
  "contributors": [
54
55
  {
55
56
  "name": "Geovanny Gil",