@tknf/matchbox 0.2.5 → 0.2.6

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/cgi.js CHANGED
@@ -169,7 +169,7 @@ const createCgiWithPages = (pages, siteConfig = {}, authMap = {}, rewriteMap = {
169
169
  }
170
170
  },
171
171
  get_version: () => {
172
- return `MatchboxCGI/v${"0.2.5"}`;
172
+ return `MatchboxCGI/v${"0.2.6"}`;
173
173
  },
174
174
  /**
175
175
  * Returns information about all loaded CGI modules
package/dist/plugin.js CHANGED
@@ -12,7 +12,7 @@ const MatchboxPlugin = (options = {}) => {
12
12
  exclude: ["matchbox"]
13
13
  },
14
14
  ssr: {
15
- noExternal: ["matchbox"]
15
+ noExternal: true
16
16
  },
17
17
  // .htpasswd, .htaccess, .htdigest, .htgroup files in /public should be treated as raw assets
18
18
  assetsInclude: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tknf/matchbox",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "A Simple Web Server Framework",
5
5
  "keywords": [
6
6
  "cgi",