@strapi/plugin-users-permissions 5.32.0 → 5.33.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/dist/server/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../server/index.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireServer } from \"/
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../server/index.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireServer } from \"/home/runner/work/strapi/strapi/packages/plugins/users-permissions/server/index.js\";\nvar serverExports = requireServer();\nexport { serverExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(serverExports);"],"names":["serverExports","requireServer","getDefaultExportFromCjs"],"mappings":";;;;;AAEA,IAAIA,aAAgBC,GAAAA,iBAAAA,EAAAA;AAEpB,YAAe,cAAaC,wCAAAA,CAAwBF,aAAe,CAAA;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../server/index.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireServer } from \"/
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../server/index.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireServer } from \"/home/runner/work/strapi/strapi/packages/plugins/users-permissions/server/index.js\";\nvar serverExports = requireServer();\nexport { serverExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(serverExports);"],"names":["serverExports","requireServer","getDefaultExportFromCjs"],"mappings":";;;AAEA,IAAIA,aAAgBC,GAAAA,aAAAA,EAAAA;AAEpB,YAAe,cAAaC,uBAAAA,CAAwBF,aAAe,CAAA;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-users-permissions",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.33.1",
|
|
4
4
|
"description": "Protect your API with a full-authentication process based on JWT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@strapi/design-system": "2.0.1",
|
|
52
52
|
"@strapi/icons": "2.0.1",
|
|
53
|
-
"@strapi/utils": "5.
|
|
53
|
+
"@strapi/utils": "5.33.1",
|
|
54
54
|
"bcryptjs": "2.4.3",
|
|
55
55
|
"formik": "2.4.5",
|
|
56
56
|
"grant": "^5.4.8",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"zod": "3.25.67"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@strapi/strapi": "5.
|
|
73
|
+
"@strapi/strapi": "5.33.1",
|
|
74
74
|
"@testing-library/dom": "10.4.1",
|
|
75
75
|
"@testing-library/react": "16.3.0",
|
|
76
76
|
"@testing-library/user-event": "14.6.1",
|