@strapi/strapi 5.1.1 → 5.3.0
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/dist/admin.d.ts +1 -0
- package/dist/admin.d.ts.map +1 -1
- package/dist/admin.js +0 -3
- package/dist/admin.js.map +1 -1
- package/dist/admin.mjs +0 -3
- package/dist/admin.mjs.map +1 -1
- package/package.json +22 -22
package/dist/admin.d.ts
CHANGED
package/dist/admin.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin.d.ts","sourceRoot":"","sources":["../src/admin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAe,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"admin.d.ts","sourceRoot":"","sources":["../src/admin.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,eAAe,EAAe,MAAM,4BAA4B,CAAC;AAS1E,QAAA,MAAM,MAAM,cAAe,WAAW,GAAG,IAAI,4BAA4B,eAAe,kBAcvF,CAAC;AAEF,OAAO,EAAE,MAAM,IAAI,WAAW,EAAE,CAAC;AACjC,YAAY,EAAE,eAAe,EAAE,CAAC;AAEhC,cAAc,4BAA4B,CAAC;AAE3C,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,oBAAoB,EACpB,iCAAiC,EACjC,eAAe,GAChB,MAAM,sCAAsC,CAAC;AAE9C,OAAO,EACL,mCAAmC,EACnC,wCAAwC,GACzC,MAAM,2CAA2C,CAAC"}
|
package/dist/admin.js
CHANGED
|
@@ -22,13 +22,10 @@ const render = (mountNode, { plugins, ...restArgs }) => {
|
|
|
22
22
|
plugins: {
|
|
23
23
|
"content-manager": contentManager__default.default,
|
|
24
24
|
"content-type-builder": contentTypeBuilder__default.default,
|
|
25
|
-
// @ts-expect-error – TODO: fix this
|
|
26
25
|
email: email__default.default,
|
|
27
26
|
upload: upload__default.default,
|
|
28
|
-
// @ts-expect-error – TODO: fix this, the "types" folder has it wrong.
|
|
29
27
|
contentReleases: contentReleases__default.default,
|
|
30
28
|
i18n: i18n__default.default,
|
|
31
|
-
// @ts-expect-error – TODO: fix this, the "types" folder has it wrong.
|
|
32
29
|
reviewWorkflows: reviewWorkflows__default.default,
|
|
33
30
|
...plugins
|
|
34
31
|
}
|
package/dist/admin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin.js","sources":["../src/admin.ts"],"sourcesContent":["import { RenderAdminArgs, renderAdmin } from '@strapi/admin/strapi-admin';\nimport contentTypeBuilder from '@strapi/content-type-builder/strapi-admin';\nimport contentManager from '@strapi/content-manager/strapi-admin';\nimport email from '@strapi/email/strapi-admin';\
|
|
1
|
+
{"version":3,"file":"admin.js","sources":["../src/admin.ts"],"sourcesContent":["import { RenderAdminArgs, renderAdmin } from '@strapi/admin/strapi-admin';\nimport contentTypeBuilder from '@strapi/content-type-builder/strapi-admin';\nimport contentManager from '@strapi/content-manager/strapi-admin';\nimport email from '@strapi/email/strapi-admin';\nimport upload from '@strapi/upload/strapi-admin';\nimport i18n from '@strapi/i18n/strapi-admin';\nimport contentReleases from '@strapi/content-releases/strapi-admin';\nimport reviewWorkflows from '@strapi/review-workflows/strapi-admin';\n\nconst render = (mountNode: HTMLElement | null, { plugins, ...restArgs }: RenderAdminArgs) => {\n return renderAdmin(mountNode, {\n ...restArgs,\n plugins: {\n 'content-manager': contentManager,\n 'content-type-builder': contentTypeBuilder,\n email,\n upload,\n contentReleases,\n i18n,\n reviewWorkflows,\n ...plugins,\n },\n });\n};\n\nexport { render as renderAdmin };\nexport type { RenderAdminArgs };\n\nexport * from '@strapi/admin/strapi-admin';\n\nexport {\n unstable_useDocumentLayout,\n unstable_useDocumentActions,\n unstable_useDocument,\n unstable_useContentManagerContext,\n useDocumentRBAC,\n} from '@strapi/content-manager/strapi-admin';\n\nexport {\n private_useAutoReloadOverlayBlocker,\n private_AutoReloadOverlayBlockerProvider,\n} from '@strapi/content-type-builder/strapi-admin';\n"],"names":["renderAdmin","contentManager","contentTypeBuilder","email","upload","contentReleases","i18n","reviewWorkflows"],"mappings":";;;;;;;;;;;;;;;;;;AASA,MAAM,SAAS,CAAC,WAA+B,EAAE,SAAS,GAAG,eAAgC;AAC3F,SAAOA,YAAAA,YAAY,WAAW;AAAA,IAC5B,GAAG;AAAA,IACH,SAAS;AAAA,MACP,mBAAmBC,wBAAA;AAAA,MACnB,wBAAwBC,4BAAA;AAAA,MAAA,OACxBC,eAAA;AAAA,MAAA,QACAC,gBAAA;AAAA,MAAA,iBACAC,yBAAA;AAAA,MAAA,MACAC,cAAA;AAAA,MAAA,iBACAC,yBAAA;AAAA,MACA,GAAG;AAAA,IACL;AAAA,EAAA,CACD;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/admin.mjs
CHANGED
|
@@ -15,13 +15,10 @@ const render = (mountNode, { plugins, ...restArgs }) => {
|
|
|
15
15
|
plugins: {
|
|
16
16
|
"content-manager": contentManager,
|
|
17
17
|
"content-type-builder": contentTypeBuilder,
|
|
18
|
-
// @ts-expect-error – TODO: fix this
|
|
19
18
|
email,
|
|
20
19
|
upload,
|
|
21
|
-
// @ts-expect-error – TODO: fix this, the "types" folder has it wrong.
|
|
22
20
|
contentReleases,
|
|
23
21
|
i18n,
|
|
24
|
-
// @ts-expect-error – TODO: fix this, the "types" folder has it wrong.
|
|
25
22
|
reviewWorkflows,
|
|
26
23
|
...plugins
|
|
27
24
|
}
|
package/dist/admin.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin.mjs","sources":["../src/admin.ts"],"sourcesContent":["import { RenderAdminArgs, renderAdmin } from '@strapi/admin/strapi-admin';\nimport contentTypeBuilder from '@strapi/content-type-builder/strapi-admin';\nimport contentManager from '@strapi/content-manager/strapi-admin';\nimport email from '@strapi/email/strapi-admin';\
|
|
1
|
+
{"version":3,"file":"admin.mjs","sources":["../src/admin.ts"],"sourcesContent":["import { RenderAdminArgs, renderAdmin } from '@strapi/admin/strapi-admin';\nimport contentTypeBuilder from '@strapi/content-type-builder/strapi-admin';\nimport contentManager from '@strapi/content-manager/strapi-admin';\nimport email from '@strapi/email/strapi-admin';\nimport upload from '@strapi/upload/strapi-admin';\nimport i18n from '@strapi/i18n/strapi-admin';\nimport contentReleases from '@strapi/content-releases/strapi-admin';\nimport reviewWorkflows from '@strapi/review-workflows/strapi-admin';\n\nconst render = (mountNode: HTMLElement | null, { plugins, ...restArgs }: RenderAdminArgs) => {\n return renderAdmin(mountNode, {\n ...restArgs,\n plugins: {\n 'content-manager': contentManager,\n 'content-type-builder': contentTypeBuilder,\n email,\n upload,\n contentReleases,\n i18n,\n reviewWorkflows,\n ...plugins,\n },\n });\n};\n\nexport { render as renderAdmin };\nexport type { RenderAdminArgs };\n\nexport * from '@strapi/admin/strapi-admin';\n\nexport {\n unstable_useDocumentLayout,\n unstable_useDocumentActions,\n unstable_useDocument,\n unstable_useContentManagerContext,\n useDocumentRBAC,\n} from '@strapi/content-manager/strapi-admin';\n\nexport {\n private_useAutoReloadOverlayBlocker,\n private_AutoReloadOverlayBlockerProvider,\n} from '@strapi/content-type-builder/strapi-admin';\n"],"names":[],"mappings":";;;;;;;;;;;AASA,MAAM,SAAS,CAAC,WAA+B,EAAE,SAAS,GAAG,eAAgC;AAC3F,SAAO,YAAY,WAAW;AAAA,IAC5B,GAAG;AAAA,IACH,SAAS;AAAA,MACP,mBAAmB;AAAA,MACnB,wBAAwB;AAAA,MACxB;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA,GAAG;AAAA,IACL;AAAA,EAAA,CACD;AACH;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/strapi",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"strapi",
|
|
@@ -109,25 +109,25 @@
|
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
111
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
|
112
|
-
"@strapi/admin": "5.
|
|
113
|
-
"@strapi/cloud-cli": "5.
|
|
114
|
-
"@strapi/content-manager": "5.
|
|
115
|
-
"@strapi/content-releases": "5.
|
|
116
|
-
"@strapi/content-type-builder": "5.
|
|
117
|
-
"@strapi/core": "5.
|
|
118
|
-
"@strapi/data-transfer": "5.
|
|
119
|
-
"@strapi/database": "5.
|
|
120
|
-
"@strapi/email": "5.
|
|
121
|
-
"@strapi/generators": "5.
|
|
122
|
-
"@strapi/i18n": "5.
|
|
123
|
-
"@strapi/logger": "5.
|
|
112
|
+
"@strapi/admin": "5.3.0",
|
|
113
|
+
"@strapi/cloud-cli": "5.3.0",
|
|
114
|
+
"@strapi/content-manager": "5.3.0",
|
|
115
|
+
"@strapi/content-releases": "5.3.0",
|
|
116
|
+
"@strapi/content-type-builder": "5.3.0",
|
|
117
|
+
"@strapi/core": "5.3.0",
|
|
118
|
+
"@strapi/data-transfer": "5.3.0",
|
|
119
|
+
"@strapi/database": "5.3.0",
|
|
120
|
+
"@strapi/email": "5.3.0",
|
|
121
|
+
"@strapi/generators": "5.3.0",
|
|
122
|
+
"@strapi/i18n": "5.3.0",
|
|
123
|
+
"@strapi/logger": "5.3.0",
|
|
124
124
|
"@strapi/pack-up": "5.0.0",
|
|
125
|
-
"@strapi/permissions": "5.
|
|
126
|
-
"@strapi/review-workflows": "5.
|
|
127
|
-
"@strapi/types": "5.
|
|
128
|
-
"@strapi/typescript-utils": "5.
|
|
129
|
-
"@strapi/upload": "5.
|
|
130
|
-
"@strapi/utils": "5.
|
|
125
|
+
"@strapi/permissions": "5.3.0",
|
|
126
|
+
"@strapi/review-workflows": "5.3.0",
|
|
127
|
+
"@strapi/types": "5.3.0",
|
|
128
|
+
"@strapi/typescript-utils": "5.3.0",
|
|
129
|
+
"@strapi/upload": "5.3.0",
|
|
130
|
+
"@strapi/utils": "5.3.0",
|
|
131
131
|
"@types/nodemon": "1.19.6",
|
|
132
132
|
"@vitejs/plugin-react-swc": "3.6.0",
|
|
133
133
|
"boxen": "5.1.2",
|
|
@@ -182,11 +182,11 @@
|
|
|
182
182
|
"@types/node": "18.19.24",
|
|
183
183
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
184
184
|
"@types/webpack-hot-middleware": "2.25.9",
|
|
185
|
-
"eslint-config-custom": "5.
|
|
185
|
+
"eslint-config-custom": "5.3.0",
|
|
186
186
|
"jest": "29.6.0",
|
|
187
187
|
"react": "18.3.1",
|
|
188
188
|
"react-dom": "18.3.1",
|
|
189
|
-
"tsconfig": "5.
|
|
189
|
+
"tsconfig": "5.3.0"
|
|
190
190
|
},
|
|
191
191
|
"peerDependencies": {
|
|
192
192
|
"react": "^17.0.0 || ^18.0.0",
|
|
@@ -198,5 +198,5 @@
|
|
|
198
198
|
"node": ">=18.0.0 <=22.x.x",
|
|
199
199
|
"npm": ">=6.0.0"
|
|
200
200
|
},
|
|
201
|
-
"gitHead": "
|
|
201
|
+
"gitHead": "a83471de7de7757b0e50c1b4cbb84b01028ba5d1"
|
|
202
202
|
}
|