@vendure/dashboard 3.5.0 → 3.5.1-master-202510230230

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.
@@ -196,7 +196,7 @@ let DashboardPlugin = DashboardPlugin_1 = class DashboardPlugin {
196
196
  createDefaultPage() {
197
197
  const limiter = (0, express_rate_limit_1.rateLimit)({
198
198
  windowMs: 60 * 1000,
199
- limit: process.env.NODE_ENV === 'production' ? 500 : 2000,
199
+ limit: process.env.NODE_ENV === 'production' ? 500 : 20000,
200
200
  standardHeaders: true,
201
201
  legacyHeaders: false,
202
202
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vendure/dashboard",
3
3
  "private": false,
4
- "version": "3.5.0",
4
+ "version": "3.5.1-master-202510230230",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -154,8 +154,8 @@
154
154
  "@storybook/addon-vitest": "^10.0.0-beta.9",
155
155
  "@storybook/react-vite": "^10.0.0-beta.9",
156
156
  "@types/node": "^22.13.4",
157
- "@vendure/common": "3.5.0",
158
- "@vendure/core": "3.5.0",
157
+ "@vendure/common": "^3.5.1-master-202510230230",
158
+ "@vendure/core": "^3.5.1-master-202510230230",
159
159
  "@vitest/browser": "^3.2.4",
160
160
  "@vitest/coverage-v8": "^3.2.4",
161
161
  "eslint": "^9.19.0",
@@ -172,5 +172,5 @@
172
172
  "lightningcss-linux-arm64-musl": "^1.29.3",
173
173
  "lightningcss-linux-x64-musl": "^1.29.1"
174
174
  },
175
- "gitHead": "534e6003534f74761e82de1b8c6061cba89945d1"
175
+ "gitHead": "ecacd1f6544a1f6d3ccf79f62bcaa81f239dcf55"
176
176
  }