@techdocs/cli 1.10.1-next.0 → 1.10.2-next.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.
@@ -1020,37 +1020,6 @@
1020
1020
  },
1021
1021
  "packageName": "@backstage/integration"
1022
1022
  },
1023
- {
1024
- "path": "../../plugins/catalog/config.d.ts",
1025
- "value": {
1026
- "type": "object",
1027
- "properties": {
1028
- "catalog": {
1029
- "type": "object",
1030
- "properties": {
1031
- "experimentalPagination": {
1032
- "deepVisibility": "frontend",
1033
- "anyOf": [
1034
- {
1035
- "type": "object",
1036
- "properties": {
1037
- "limit": {
1038
- "type": "number"
1039
- }
1040
- }
1041
- },
1042
- {
1043
- "type": "boolean"
1044
- }
1045
- ]
1046
- }
1047
- }
1048
- }
1049
- },
1050
- "$schema": "http://json-schema.org/draft-07/schema#"
1051
- },
1052
- "packageName": "@backstage/plugin-catalog"
1053
- },
1054
1023
  {
1055
1024
  "path": "../frontend-app-api/config.d.ts",
1056
1025
  "value": {
@@ -1256,6 +1225,37 @@
1256
1225
  },
1257
1226
  "packageName": "@backstage/frontend-app-api"
1258
1227
  },
1228
+ {
1229
+ "path": "../../plugins/catalog/config.d.ts",
1230
+ "value": {
1231
+ "type": "object",
1232
+ "properties": {
1233
+ "catalog": {
1234
+ "type": "object",
1235
+ "properties": {
1236
+ "experimentalPagination": {
1237
+ "deepVisibility": "frontend",
1238
+ "anyOf": [
1239
+ {
1240
+ "type": "object",
1241
+ "properties": {
1242
+ "limit": {
1243
+ "type": "number"
1244
+ }
1245
+ }
1246
+ },
1247
+ {
1248
+ "type": "boolean"
1249
+ }
1250
+ ]
1251
+ }
1252
+ }
1253
+ }
1254
+ },
1255
+ "$schema": "http://json-schema.org/draft-07/schema#"
1256
+ },
1257
+ "packageName": "@backstage/plugin-catalog"
1258
+ },
1259
1259
  {
1260
1260
  "path": "../backend-plugin-api/config.d.ts",
1261
1261
  "value": {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.10.1-next.0";
3
+ var version = "1.10.2-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
- "version": "1.10.1-next.0",
3
+ "version": "1.10.2-next.0",
4
4
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
5
5
  "backstage": {
6
6
  "role": "cli"