@mattisvensson/strapi-plugin-webatlas 0.11.2 → 0.11.4

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.
@@ -297,7 +297,7 @@ declare const _default: {
297
297
  'has-permissions': (policyContext: any, config: any, { strapi }: any) => boolean;
298
298
  };
299
299
  middlewares: {
300
- sanitizeWebatlas: (config: any, { strapi }: {
300
+ addWebatlasField: ({ strapi }: {
301
301
  strapi: import('@strapi/types/dist/core').Strapi;
302
302
  }) => (ctx: any, next: any) => Promise<void>;
303
303
  };
package/package.json CHANGED
@@ -1,6 +1,16 @@
1
1
  {
2
- "version": "0.11.2",
3
- "keywords": [],
2
+ "name": "@mattisvensson/strapi-plugin-webatlas",
3
+ "description": "A strapi plugin to manage URL routes and navigations.",
4
+ "license": "MIT",
5
+ "version": "0.11.4",
6
+ "keywords": [
7
+ "strapi",
8
+ "plugin",
9
+ "webatlas",
10
+ "navigation",
11
+ "routes",
12
+ "slug"
13
+ ],
4
14
  "type": "commonjs",
5
15
  "exports": {
6
16
  "./package.json": "./package.json",
@@ -41,59 +51,57 @@
41
51
  "@dnd-kit/utilities": "^3.2.2"
42
52
  },
43
53
  "devDependencies": {
44
- "@strapi/admin": "^5.0.0",
45
- "@strapi/pack-up": "^5.0.0",
46
- "@strapi/utils": "^5.0.0",
54
+ "@strapi/admin": "^5.42.1",
47
55
  "@strapi/content-manager": "^5.0.0",
48
56
  "@strapi/design-system": "^2.0.0",
49
57
  "@strapi/icons": "^2.0.0",
58
+ "@strapi/pack-up": "^5.0.0",
50
59
  "@strapi/sdk-plugin": "^6.0.0",
51
- "@strapi/strapi": "^5.0.0",
60
+ "@strapi/strapi": "^5.42.1",
52
61
  "@strapi/typescript-utils": "^5.0.0",
62
+ "@strapi/utils": "^5.42.1",
63
+ "@types/lodash": "^4",
53
64
  "@types/react": "^19.0.0",
54
65
  "@types/react-dom": "^19.0.0",
55
- "@types/lodash": "^4",
56
- "eslint": "^8.57.1",
57
66
  "cypress": "^13.9.0",
58
67
  "cypress-terminal-report": "^6.0.2",
68
+ "eslint": "^8.57.1",
59
69
  "jest": "^29.7.0",
60
70
  "prettier": "^3.4.2",
61
71
  "react": "^18.0.0",
62
- "react-intl": "^6.0.0",
63
72
  "react-dom": "^18.0.0",
73
+ "react-intl": "^6.0.0",
64
74
  "react-router-dom": "^6.0.0",
65
75
  "supertest": "^7.0.0",
66
- "typescript": "^5.7.2"
76
+ "typescript": "^5.7.2",
77
+ "yalc": "^1.0.0-pre.53"
67
78
  },
68
79
  "peerDependencies": {
69
- "@strapi/admin": "^5.0.0",
70
- "@strapi/utils": "^5.0.0",
71
- "@strapi/strapi": "^5.0.0",
80
+ "@strapi/admin": "^5.42.1",
72
81
  "@strapi/design-system": "^2.0.0",
73
82
  "@strapi/icons": "^2.0.0",
74
- "react-intl": "^6.0.0",
83
+ "@strapi/strapi": "^5.42.1",
84
+ "@strapi/utils": "^5.42.1",
75
85
  "react": "^17.0.0 || ^18.0.0",
76
86
  "react-dom": "^17.0.0 || ^18.0.0",
87
+ "react-intl": "^6.0.0",
77
88
  "react-router-dom": "^6.0.0",
78
89
  "styled-components": "^6.0.0"
79
90
  },
80
- "description": "A strapi plugin to manage URL routes and navigations.",
81
91
  "strapi": {
82
92
  "name": "webatlas",
83
93
  "displayName": "Webatlas",
84
94
  "description": "A strapi plugin to manage URL routes and navigations.",
85
95
  "kind": "plugin"
86
96
  },
87
- "name": "@mattisvensson/strapi-plugin-webatlas",
88
- "license": "MIT",
89
97
  "repository": {
90
98
  "type": "git",
91
- "url": "git+ssh://git@github.com:mattisvensson/strapi-plugin-webatlas.git"
99
+ "url": "git+ssh://git@github.com/mattisvensson/strapi-plugin-webatlas.git"
92
100
  },
93
101
  "bugs": {
94
102
  "url": "https://github.com/mattisvensson/strapi-plugin-webatlas/issues"
95
103
  },
96
- "homepage": "https://github.com/mattisvensson/strapi-plugin-webatlas#readme",
104
+ "homepage": "https://github.com/mattisvensson/strapi-plugin-webatlas",
97
105
  "author": {
98
106
  "name": "Matti Svensson",
99
107
  "email": "mattisvensson@web.de",
@@ -106,5 +114,9 @@
106
114
  "url": "https://mattisvensson.dev"
107
115
  }
108
116
  ],
117
+ "engines": {
118
+ "node": ">=22.x.x <=24.x.x",
119
+ "npm": ">=6.0.0"
120
+ },
109
121
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
110
122
  }