@backstage/plugin-catalog-backend-module-unprocessed 0.0.0-nightly-20240407021319 → 0.0.0-nightly-20240409021110

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 +5 -5
  2. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-catalog-backend-module-unprocessed
2
2
 
3
- ## 0.0.0-nightly-20240407021319
3
+ ## 0.0.0-nightly-20240409021110
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240407021319
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240407021319
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240407021319
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240407021319
8
+ - @backstage/backend-common@0.0.0-nightly-20240409021110
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240409021110
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240409021110
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240409021110
12
12
  - @backstage/catalog-model@1.4.5
13
13
  - @backstage/errors@1.2.4
14
14
  - @backstage/plugin-catalog-unprocessed-entities-common@0.0.1
package/package.json CHANGED
@@ -1,49 +1,49 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-unprocessed",
3
+ "version": "0.0.0-nightly-20240409021110",
3
4
  "description": "Backstage Catalog module to view unprocessed entities",
4
- "version": "0.0.0-nightly-20240407021319",
5
- "main": "dist/index.cjs.js",
6
- "types": "dist/index.d.ts",
7
- "license": "Apache-2.0",
5
+ "backstage": {
6
+ "role": "backend-plugin-module"
7
+ },
8
8
  "publishConfig": {
9
9
  "access": "public",
10
10
  "main": "dist/index.cjs.js",
11
11
  "types": "dist/index.d.ts"
12
12
  },
13
- "backstage": {
14
- "role": "backend-plugin-module"
15
- },
16
13
  "homepage": "https://backstage.io",
17
14
  "repository": {
18
15
  "type": "git",
19
16
  "url": "https://github.com/backstage/backstage",
20
17
  "directory": "plugins/catalog-backend-module-unprocessed"
21
18
  },
19
+ "license": "Apache-2.0",
20
+ "main": "dist/index.cjs.js",
21
+ "types": "dist/index.d.ts",
22
+ "files": [
23
+ "dist"
24
+ ],
22
25
  "scripts": {
23
26
  "build": "backstage-cli package build",
24
- "lint": "backstage-cli package lint",
25
- "test": "backstage-cli package test",
26
27
  "clean": "backstage-cli package clean",
28
+ "lint": "backstage-cli package lint",
27
29
  "prepack": "backstage-cli package prepack",
28
- "postpack": "backstage-cli package postpack"
29
- },
30
- "devDependencies": {
31
- "@backstage/cli": "^0.0.0-nightly-20240407021319",
32
- "@types/express": "^4.17.6"
30
+ "postpack": "backstage-cli package postpack",
31
+ "test": "backstage-cli package test"
33
32
  },
34
- "files": [
35
- "dist"
36
- ],
37
33
  "dependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20240407021319",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240407021319",
34
+ "@backstage/backend-common": "^0.0.0-nightly-20240409021110",
35
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240409021110",
40
36
  "@backstage/catalog-model": "^1.4.5",
41
37
  "@backstage/errors": "^1.2.4",
42
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240407021319",
43
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240407021319",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240409021110",
39
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240409021110",
44
40
  "@backstage/plugin-catalog-unprocessed-entities-common": "^0.0.1",
45
41
  "@backstage/plugin-permission-common": "^0.7.13",
46
42
  "express-promise-router": "^4.1.1",
47
43
  "knex": "^3.0.0"
44
+ },
45
+ "devDependencies": {
46
+ "@backstage/cli": "^0.0.0-nightly-20240409021110",
47
+ "@types/express": "^4.17.6"
48
48
  }
49
49
  }