@strapi/plugin-cloud 0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc → 0.0.0-next.c9130a2ea39288aa524421ae5a00aa87b76bc097

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-cloud",
3
- "version": "0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc",
3
+ "version": "0.0.0-next.c9130a2ea39288aa524421ae5a00aa87b76bc097",
4
4
  "description": "Instructions to deploy your local project to Strapi Cloud",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "exports": {
19
19
  "./strapi-admin": {
20
- "types": "./dist/admin/index.d.ts",
20
+ "types": "./dist/admin/src/index.d.ts",
21
21
  "source": "./admin/src/index.ts",
22
22
  "import": "./dist/admin/index.mjs",
23
23
  "require": "./dist/admin/index.js",
@@ -38,22 +38,22 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@strapi/design-system": "1.13.1",
41
- "@strapi/helper-plugin": "0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc",
41
+ "@strapi/helper-plugin": "0.0.0-next.c9130a2ea39288aa524421ae5a00aa87b76bc097",
42
42
  "@strapi/icons": "1.13.0",
43
43
  "react-intl": "6.4.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@strapi/strapi": "0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc",
46
+ "@strapi/strapi": "0.0.0-next.c9130a2ea39288aa524421ae5a00aa87b76bc097",
47
47
  "@types/react": "18.2.7",
48
48
  "@types/react-dom": "18.2.12",
49
49
  "@types/react-router-dom": "^5.3.3",
50
50
  "@types/styled-components": "5.1.26",
51
- "eslint-config-custom": "0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc",
51
+ "eslint-config-custom": "0.0.0-next.c9130a2ea39288aa524421ae5a00aa87b76bc097",
52
52
  "react": "18.2.0",
53
53
  "react-dom": "18.2.0",
54
54
  "react-router-dom": "5.3.4",
55
55
  "styled-components": "5.3.3",
56
- "tsconfig": "0.0.0-next.a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc",
56
+ "tsconfig": "0.0.0-next.c9130a2ea39288aa524421ae5a00aa87b76bc097",
57
57
  "typescript": "5.2.2"
58
58
  },
59
59
  "peerDependencies": {
@@ -73,5 +73,5 @@
73
73
  "kind": "plugin",
74
74
  "displayName": "Strapi Cloud"
75
75
  },
76
- "gitHead": "a1c8cbb8a8e03dae8cfd464ff586b8bd49e342fc"
76
+ "gitHead": "c9130a2ea39288aa524421ae5a00aa87b76bc097"
77
77
  }
File without changes
File without changes
File without changes
File without changes
File without changes