@techdocs/cli 0.0.0-nightly-20230813020939 → 0.0.0-nightly-20230815020958

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20230813020939
3
+ ## 0.0.0-nightly-20230815020958
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 971bdd6a4732: Bumped internal `nodemon` dependency.
7
8
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230813020939
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20230813020939
9
+ - @backstage/backend-common@0.0.0-nightly-20230815020958
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20230815020958
10
11
  - @backstage/catalog-model@1.4.1
11
12
  - @backstage/cli-common@0.1.12
12
13
  - @backstage/config@1.0.8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
3
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
4
- "version": "0.0.0-nightly-20230813020939",
4
+ "version": "0.0.0-nightly-20230815020958",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -36,7 +36,7 @@
36
36
  "techdocs-cli": "bin/techdocs-cli"
37
37
  },
38
38
  "devDependencies": {
39
- "@backstage/cli": "^0.0.0-nightly-20230813020939",
39
+ "@backstage/cli": "^0.0.0-nightly-20230815020958",
40
40
  "@frsource/cypress-plugin-visual-regression-diff": "^3.2.8",
41
41
  "@types/commander": "^2.12.2",
42
42
  "@types/fs-extra": "^9.0.6",
@@ -46,7 +46,7 @@
46
46
  "@types/webpack-env": "^1.15.3",
47
47
  "cypress": "^10.0.0",
48
48
  "find-process": "^1.4.5",
49
- "nodemon": "^2.0.2",
49
+ "nodemon": "^3.0.1",
50
50
  "techdocs-cli-embedded-app": "link:../techdocs-cli-embedded-app",
51
51
  "ts-node": "^10.0.0"
52
52
  },
@@ -60,11 +60,11 @@
60
60
  "ext": "ts"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-common": "^0.0.0-nightly-20230813020939",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20230815020958",
64
64
  "@backstage/catalog-model": "^1.4.1",
65
65
  "@backstage/cli-common": "^0.1.12",
66
66
  "@backstage/config": "^1.0.8",
67
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230813020939",
67
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20230815020958",
68
68
  "@types/dockerode": "^3.3.0",
69
69
  "commander": "^9.1.0",
70
70
  "dockerode": "^3.3.1",