@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20240222020948 → 0.0.0-nightly-20240224020839

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/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20240222020948
3
+ ## 0.0.0-nightly-20240224020839
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240222020948
9
- - @backstage/backend-tasks@0.0.0-nightly-20240222020948
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240222020948
11
- - @backstage/catalog-model@1.4.4
12
- - @backstage/config@1.1.1
13
- - @backstage/errors@1.2.3
8
+ - @backstage/backend-common@0.0.0-nightly-20240224020839
9
+ - @backstage/errors@0.0.0-nightly-20240224020839
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240224020839
11
+ - @backstage/backend-tasks@0.0.0-nightly-20240224020839
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240224020839
13
+ - @backstage/catalog-model@0.0.0-nightly-20240224020839
14
+ - @backstage/config@0.0.0-nightly-20240224020839
14
15
  - @backstage/types@1.1.1
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240222020948
16
16
 
17
17
  ## 0.1.15
18
18
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
- "version": "0.0.0-nightly-20240222020948",
3
+ "version": "0.0.0-nightly-20240224020839",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,13 +1,25 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
+ "version": "0.0.0-nightly-20240224020839",
3
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
4
- "version": "0.0.0-nightly-20240222020948",
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
  },
11
+ "keywords": [
12
+ "backstage",
13
+ "puppetdb",
14
+ "puppet"
15
+ ],
16
+ "homepage": "https://backstage.io",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/backstage/backstage",
20
+ "directory": "plugins/catalog-backend-module-puppetdb"
21
+ },
22
+ "license": "Apache-2.0",
11
23
  "exports": {
12
24
  ".": {
13
25
  "require": "./dist/index.cjs.js",
@@ -21,37 +33,30 @@
21
33
  },
22
34
  "./package.json": "./package.json"
23
35
  },
24
- "backstage": {
25
- "role": "backend-plugin-module"
26
- },
27
- "homepage": "https://backstage.io",
28
- "repository": {
29
- "type": "git",
30
- "url": "https://github.com/backstage/backstage",
31
- "directory": "plugins/catalog-backend-module-puppetdb"
32
- },
33
- "keywords": [
34
- "backstage",
35
- "puppetdb",
36
- "puppet"
36
+ "main": "./dist/index.cjs.js",
37
+ "types": "./dist/index.d.ts",
38
+ "files": [
39
+ "dist",
40
+ "config.d.ts",
41
+ "alpha"
37
42
  ],
38
43
  "scripts": {
39
- "start": "backstage-cli package start",
40
44
  "build": "backstage-cli package build",
41
- "lint": "backstage-cli package lint",
42
- "test": "backstage-cli package test",
43
45
  "clean": "backstage-cli package clean",
46
+ "lint": "backstage-cli package lint",
44
47
  "prepack": "backstage-cli package prepack",
45
- "postpack": "backstage-cli package postpack"
48
+ "postpack": "backstage-cli package postpack",
49
+ "start": "backstage-cli package start",
50
+ "test": "backstage-cli package test"
46
51
  },
47
52
  "dependencies": {
48
- "@backstage/backend-common": "^0.0.0-nightly-20240222020948",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240222020948",
50
- "@backstage/backend-tasks": "^0.0.0-nightly-20240222020948",
51
- "@backstage/catalog-model": "^1.4.4",
52
- "@backstage/config": "^1.1.1",
53
- "@backstage/errors": "^1.2.3",
54
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240222020948",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240224020839",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240224020839",
55
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240224020839",
56
+ "@backstage/catalog-model": "^0.0.0-nightly-20240224020839",
57
+ "@backstage/config": "^0.0.0-nightly-20240224020839",
58
+ "@backstage/errors": "^0.0.0-nightly-20240224020839",
59
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240224020839",
55
60
  "@backstage/types": "^1.1.1",
56
61
  "lodash": "^4.17.21",
57
62
  "luxon": "^3.0.0",
@@ -60,15 +65,10 @@
60
65
  "winston": "^3.2.1"
61
66
  },
62
67
  "devDependencies": {
63
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240222020948",
64
- "@backstage/cli": "^0.0.0-nightly-20240222020948",
68
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240224020839",
69
+ "@backstage/cli": "^0.0.0-nightly-20240224020839",
65
70
  "@types/lodash": "^4.14.151",
66
71
  "msw": "^1.0.0"
67
72
  },
68
- "files": [
69
- "dist",
70
- "config.d.ts",
71
- "alpha"
72
- ],
73
73
  "configSchema": "config.d.ts"
74
74
  }