@backstage/plugin-techdocs-node 0.0.0-nightly-20240223020953 → 0.0.0-nightly-20240225021220

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 +9 -9
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
- ## 0.0.0-nightly-20240223020953
3
+ ## 0.0.0-nightly-20240225021220
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240223020953
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240223020953
10
- - @backstage/catalog-model@1.4.4
11
- - @backstage/config@1.1.1
12
- - @backstage/errors@1.2.3
13
- - @backstage/integration@1.9.0
14
- - @backstage/integration-aws-node@0.1.9
15
- - @backstage/plugin-search-common@1.2.10
8
+ - @backstage/backend-common@0.0.0-nightly-20240225021220
9
+ - @backstage/errors@0.0.0-nightly-20240225021220
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240225021220
11
+ - @backstage/catalog-model@0.0.0-nightly-20240225021220
12
+ - @backstage/config@0.0.0-nightly-20240225021220
13
+ - @backstage/integration@0.0.0-nightly-20240225021220
14
+ - @backstage/integration-aws-node@0.0.0-nightly-20240225021220
15
+ - @backstage/plugin-search-common@0.0.0-nightly-20240225021220
16
16
 
17
17
  ## 1.11.2
18
18
 
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-node",
3
+ "version": "0.0.0-nightly-20240225021220",
3
4
  "description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
4
- "version": "0.0.0-nightly-20240223020953",
5
- "main": "dist/index.cjs.js",
6
- "types": "dist/index.d.ts",
5
+ "backstage": {
6
+ "role": "node-library"
7
+ },
7
8
  "publishConfig": {
8
9
  "access": "public",
9
10
  "main": "dist/index.cjs.js",
10
11
  "types": "dist/index.d.ts"
11
12
  },
12
- "backstage": {
13
- "role": "node-library"
14
- },
13
+ "keywords": [
14
+ "techdocs",
15
+ "backstage"
16
+ ],
15
17
  "homepage": "https://backstage.io",
18
+ "bugs": {
19
+ "url": "https://github.com/backstage/backstage/issues"
20
+ },
16
21
  "repository": {
17
22
  "type": "git",
18
23
  "url": "https://github.com/backstage/backstage",
19
24
  "directory": "plugins/techdocs-node"
20
25
  },
21
- "keywords": [
22
- "techdocs",
23
- "backstage"
24
- ],
25
26
  "license": "Apache-2.0",
27
+ "main": "dist/index.cjs.js",
28
+ "types": "dist/index.d.ts",
26
29
  "files": [
27
30
  "dist"
28
31
  ],
29
32
  "scripts": {
30
33
  "build": "backstage-cli package build",
34
+ "clean": "backstage-cli package clean",
31
35
  "lint": "backstage-cli package lint",
32
- "test": "backstage-cli package test",
33
36
  "prepack": "backstage-cli package prepack",
34
37
  "postpack": "backstage-cli package postpack",
35
- "clean": "backstage-cli package clean",
36
- "start": "backstage-cli package start"
37
- },
38
- "bugs": {
39
- "url": "https://github.com/backstage/backstage/issues"
38
+ "start": "backstage-cli package start",
39
+ "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
42
  "@aws-sdk/client-s3": "^3.350.0",
@@ -45,14 +45,14 @@
45
45
  "@aws-sdk/types": "^3.347.0",
46
46
  "@azure/identity": "^4.0.0",
47
47
  "@azure/storage-blob": "^12.5.0",
48
- "@backstage/backend-common": "^0.0.0-nightly-20240223020953",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240223020953",
50
- "@backstage/catalog-model": "^1.4.4",
51
- "@backstage/config": "^1.1.1",
52
- "@backstage/errors": "^1.2.3",
53
- "@backstage/integration": "^1.9.0",
54
- "@backstage/integration-aws-node": "^0.1.9",
55
- "@backstage/plugin-search-common": "^1.2.10",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20240225021220",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240225021220",
50
+ "@backstage/catalog-model": "^0.0.0-nightly-20240225021220",
51
+ "@backstage/config": "^0.0.0-nightly-20240225021220",
52
+ "@backstage/errors": "^0.0.0-nightly-20240225021220",
53
+ "@backstage/integration": "^0.0.0-nightly-20240225021220",
54
+ "@backstage/integration-aws-node": "^0.0.0-nightly-20240225021220",
55
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240225021220",
56
56
  "@google-cloud/storage": "^7.0.0",
57
57
  "@smithy/node-http-handler": "^2.1.7",
58
58
  "@trendyol-js/openstack-swift-sdk": "^0.0.7",
@@ -69,8 +69,8 @@
69
69
  "winston": "^3.2.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240223020953",
73
- "@backstage/cli": "^0.0.0-nightly-20240223020953",
72
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240225021220",
73
+ "@backstage/cli": "^0.0.0-nightly-20240225021220",
74
74
  "@types/fs-extra": "^11.0.0",
75
75
  "@types/js-yaml": "^4.0.0",
76
76
  "@types/mime-types": "^2.1.0",