@sveltejs/adapter-netlify 1.0.0-next.43 → 1.0.0-next.44
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/files/cjs/handler.js +3 -3
- package/files/cjs/{multipart-parser-52bc5518.js → multipart-parser-76542256.js} +1 -1
- package/files/cjs/shims.js +6529 -8
- package/files/esm/handler.js +2 -2
- package/files/esm/{multipart-parser-a360c9ae.js → multipart-parser-211c7dba.js} +1 -1
- package/files/esm/shims.js +6520 -8
- package/index.js +1 -1
- package/package.json +2 -2
- package/files/cjs/shims-24e5b259.js +0 -6530
- package/files/esm/shims-c8fba98f.js +0 -6520
package/index.js
CHANGED
|
@@ -51,7 +51,7 @@ export default function ({ split = false } = {}) {
|
|
|
51
51
|
const redirects = [];
|
|
52
52
|
|
|
53
53
|
const replace = {
|
|
54
|
-
|
|
54
|
+
'0APP': './server/app.js' // digit prefix prevents CJS build from using this as a variable name, which would also get replaced
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
if (esm) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sveltejs/adapter-netlify",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.44",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/sveltejs/kit",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@rollup/plugin-commonjs": "^21.0.0",
|
|
32
32
|
"@rollup/plugin-json": "^4.1.0",
|
|
33
33
|
"@rollup/plugin-node-resolve": "^13.0.5",
|
|
34
|
-
"@sveltejs/kit": "1.0.0-next.
|
|
34
|
+
"@sveltejs/kit": "1.0.0-next.243",
|
|
35
35
|
"rimraf": "^3.0.2",
|
|
36
36
|
"rollup": "^2.58.0"
|
|
37
37
|
},
|