@backstage/plugin-scaffolder-backend 1.7.0-next.0 → 1.7.0-next.1

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,5 +1,26 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 1.7.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 489621f613: Switching off duplicated timestamp in case of logging via task logger in a custom action
8
+ - a35a27df70: Updated the `moduleId` of the experimental module export.
9
+ - Updated dependencies
10
+ - @backstage/catalog-client@1.1.1-next.1
11
+ - @backstage/backend-common@0.15.2-next.1
12
+ - @backstage/backend-plugin-api@0.1.3-next.1
13
+ - @backstage/backend-tasks@0.3.6-next.1
14
+ - @backstage/catalog-model@1.1.2-next.1
15
+ - @backstage/config@1.0.3-next.1
16
+ - @backstage/errors@1.1.2-next.1
17
+ - @backstage/integration@1.3.2-next.1
18
+ - @backstage/types@1.0.0
19
+ - @backstage/plugin-auth-node@0.2.6-next.1
20
+ - @backstage/plugin-catalog-backend@1.4.1-next.1
21
+ - @backstage/plugin-catalog-node@1.1.1-next.1
22
+ - @backstage/plugin-scaffolder-common@1.2.1-next.1
23
+
3
24
  ## 1.7.0-next.0
4
25
 
5
26
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "1.7.0-next.0",
3
+ "version": "1.7.0-next.1",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/dist/index.cjs.js CHANGED
@@ -4172,7 +4172,6 @@ const createStepLogger = ({
4172
4172
  level: process.env.LOG_LEVEL || "info",
4173
4173
  format: winston__namespace.format.combine(
4174
4174
  winston__namespace.format.colorize(),
4175
- winston__namespace.format.timestamp(),
4176
4175
  winston__namespace.format.simple()
4177
4176
  ),
4178
4177
  defaultMeta: {}
@@ -5035,7 +5034,7 @@ class ScaffolderEntitiesProcessor {
5035
5034
  }
5036
5035
 
5037
5036
  const scaffolderCatalogModule = backendPluginApi.createBackendModule({
5038
- moduleId: "scaffolder.module",
5037
+ moduleId: "scaffolder",
5039
5038
  pluginId: "catalog",
5040
5039
  register(env) {
5041
5040
  env.registerInit({