@stoplight/elements-dev-portal 1.9.9 → 1.9.10
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/index.esm.js +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/web-components.min.js +1 -1
package/index.esm.js
CHANGED
|
@@ -240,7 +240,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
240
240
|
React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
241
241
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
242
242
|
|
|
243
|
-
const appVersion = '1.9.
|
|
243
|
+
const appVersion = '1.9.10';
|
|
244
244
|
|
|
245
245
|
class ResponseError extends Error {
|
|
246
246
|
constructor(message, responseCode) {
|
package/index.js
CHANGED
|
@@ -267,7 +267,7 @@ const UpgradeToStarter = () => (React__default["default"].createElement(mosaic.F
|
|
|
267
267
|
React__default["default"].createElement(mosaic.Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
268
268
|
React__default["default"].createElement(mosaic.Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
269
269
|
|
|
270
|
-
const appVersion = '1.9.
|
|
270
|
+
const appVersion = '1.9.10';
|
|
271
271
|
|
|
272
272
|
class ResponseError extends Error {
|
|
273
273
|
constructor(message, responseCode) {
|
package/index.mjs
CHANGED
|
@@ -240,7 +240,7 @@ const UpgradeToStarter = () => (React__default.createElement(Flex, { as: "a", hr
|
|
|
240
240
|
React__default.createElement(Icon, { icon: ['fas', 'exclamation-triangle'], size: "4x" }),
|
|
241
241
|
React__default.createElement(Box, { pt: 3 }, "Please upgrade your Stoplight Workspace to the Starter Plan to use Elements Dev Portal in production.")));
|
|
242
242
|
|
|
243
|
-
const appVersion = '1.9.
|
|
243
|
+
const appVersion = '1.9.10';
|
|
244
244
|
|
|
245
245
|
class ResponseError extends Error {
|
|
246
246
|
constructor(message, responseCode) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoplight/elements-dev-portal",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.10",
|
|
4
4
|
"description": "UI components for composing beautiful developer documentation.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-dom": ">=16.8"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stoplight/elements-core": "~7.7.
|
|
29
|
+
"@stoplight/elements-core": "~7.7.14",
|
|
30
30
|
"@stoplight/markdown-viewer": "^5.5.0",
|
|
31
31
|
"@stoplight/mosaic": "^1.33.0",
|
|
32
32
|
"@stoplight/path": "^1.3.2",
|
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const appVersion = "1.9.
|
|
1
|
+
export declare const appVersion = "1.9.10";
|