@wix/astro 2.31.0 → 2.32.0
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.
|
@@ -27765,7 +27765,7 @@ const createIntegration$8 = () => {
|
|
|
27765
27765
|
});
|
|
27766
27766
|
injectRoute({
|
|
27767
27767
|
entrypoint: new URL("../dependencies/astro-payment-links/backend-runtime/proposal.mjs", import.meta.url),
|
|
27768
|
-
pattern: "/_proposal",
|
|
27768
|
+
pattern: "/_proposal/[id]",
|
|
27769
27769
|
prerender: false
|
|
27770
27770
|
});
|
|
27771
27771
|
} }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/astro",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@wix/auth-management": "^1.0.71",
|
|
6
6
|
"@wix/dashboard": "^1.3.43",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
]
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
"falconPackageHash": "
|
|
79
|
+
"falconPackageHash": "6d61f0733467e6efa8b454dac233046eb9661b7c271d46debd53e598"
|
|
80
80
|
}
|