@kyro-cms/admin 0.9.3 → 0.9.4
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/index.cjs +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/integration.ts +0 -4
- package/src/pages/rest-playground.astro +0 -19
- package/src/pages/api-explorer.astro +0 -173
package/dist/index.cjs
CHANGED
|
@@ -14625,10 +14625,6 @@ export default debug;
|
|
|
14625
14625
|
{ pattern: "/webhooks", entrypoint: "./pages/webhooks.astro" },
|
|
14626
14626
|
{ pattern: "/plugins", entrypoint: "./pages/plugins.astro" },
|
|
14627
14627
|
{ pattern: "/marketplace", entrypoint: "./pages/marketplace.astro" },
|
|
14628
|
-
{
|
|
14629
|
-
pattern: "/api-explorer",
|
|
14630
|
-
entrypoint: "./pages/api-explorer.astro"
|
|
14631
|
-
},
|
|
14632
14628
|
{ pattern: "/graphql", entrypoint: "./pages/graphql.astro" },
|
|
14633
14629
|
{
|
|
14634
14630
|
pattern: "/rest-playground",
|