@cloud-cli/d0 1.8.0 → 1.8.1
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.js +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -136,8 +136,6 @@ function onApi(request, response) {
|
|
|
136
136
|
},
|
|
137
137
|
},
|
|
138
138
|
'/index.mjs': { get: { summary: 'Get the consumer ES module', responses: { '200': { description: 'JavaScript module.' } } } },
|
|
139
|
-
'/console.html': { get: { summary: 'Get the web console', responses: { '200': { description: 'HTML console.' } } } },
|
|
140
|
-
'/logo.svg': { get: { summary: 'Get the d0 logo', responses: { '200': { description: 'SVG image.' } } } },
|
|
141
139
|
},
|
|
142
140
|
components: {
|
|
143
141
|
schemas: {
|