vite-plugin-rpx 0.11.39 → 0.11.40

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -26199,7 +26199,7 @@ init_utils();
26199
26199
  var package_default = {
26200
26200
  name: "@stacksjs/rpx",
26201
26201
  type: "module",
26202
- version: "0.11.39",
26202
+ version: "0.11.40",
26203
26203
  description: "A modern and smart reverse proxy.",
26204
26204
  author: "Chris Breuer <chris@stacksjs.org>",
26205
26205
  license: "MIT",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-rpx",
3
3
  "type": "module",
4
- "version": "0.11.39",
4
+ "version": "0.11.40",
5
5
  "description": "A modern and smart reverse proxy. Vite plugin.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "typecheck": "bunx tsc --noEmit"
48
48
  },
49
49
  "dependencies": {
50
- "@stacksjs/rpx": "0.11.39",
50
+ "@stacksjs/rpx": "0.11.40",
51
51
  "@stacksjs/tlsx": "^0.13.13"
52
52
  },
53
53
  "simple-git-hooks": {