@symbo.ls/create 2.11.294 → 2.11.295
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/cjs/bundle/index.js +1 -0
- package/dist/cjs/prepare.js +1 -0
- package/package.json +2 -2
- package/src/prepare.js +1 -0
package/dist/cjs/bundle/index.js
CHANGED
|
@@ -24906,6 +24906,7 @@ var preparePages = (options) => {
|
|
|
24906
24906
|
pages["/" + v] = options.pages[v];
|
|
24907
24907
|
}
|
|
24908
24908
|
});
|
|
24909
|
+
options.pages = pages;
|
|
24909
24910
|
return pages;
|
|
24910
24911
|
};
|
|
24911
24912
|
var prepareDocument = (options) => {
|
package/dist/cjs/prepare.js
CHANGED
package/package.json
CHANGED