@strapi/plugin-cloud 0.0.0-next.8ec354cd1dac7ebd1e675a82238d1538ac678f52 → 0.0.0-next.b1a2b217c4a200e24ce2bea926ce2cf9bdaa880b
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 +7 -7
- /package/dist/admin/{components → src/components}/Cloud.d.ts +0 -0
- /package/dist/admin/{components → src/components}/Github.d.ts +0 -0
- /package/dist/admin/{components → src/components}/Icons/LinkIcon.d.ts +0 -0
- /package/dist/admin/{components → src/components}/Icons/UploadIcon.d.ts +0 -0
- /package/dist/admin/{components → src/components}/Initializer.d.ts +0 -0
- /package/dist/admin/{components → src/components}/PluginIcon.d.ts +0 -0
- /package/dist/admin/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/admin/{pages → src/pages}/App.d.ts +0 -0
- /package/dist/admin/{pages → src/pages}/HomePage.d.ts +0 -0
- /package/dist/admin/{pluginId.d.ts → src/pluginId.d.ts} +0 -0
- /package/dist/admin/{utils → src/utils}/getTrad.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-cloud",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.b1a2b217c4a200e24ce2bea926ce2cf9bdaa880b",
|
|
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.
|
|
41
|
+
"@strapi/helper-plugin": "0.0.0-next.b1a2b217c4a200e24ce2bea926ce2cf9bdaa880b",
|
|
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.
|
|
46
|
+
"@strapi/strapi": "0.0.0-next.b1a2b217c4a200e24ce2bea926ce2cf9bdaa880b",
|
|
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.
|
|
51
|
+
"eslint-config-custom": "0.0.0-next.b1a2b217c4a200e24ce2bea926ce2cf9bdaa880b",
|
|
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.
|
|
56
|
+
"tsconfig": "0.0.0-next.b1a2b217c4a200e24ce2bea926ce2cf9bdaa880b",
|
|
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": "
|
|
76
|
+
"gitHead": "b1a2b217c4a200e24ce2bea926ce2cf9bdaa880b"
|
|
77
77
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|