@backstage/plugin-scaffolder-backend-module-yeoman 0.4.13-next.0 → 0.4.14-next.0
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,24 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-yeoman
|
|
2
2
|
|
|
3
|
+
## 0.4.14-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-plugin-api@1.4.2
|
|
9
|
+
- @backstage/types@1.2.1
|
|
10
|
+
- @backstage/plugin-scaffolder-node@0.11.0
|
|
11
|
+
- @backstage/plugin-scaffolder-node-test-utils@0.3.3-next.0
|
|
12
|
+
|
|
13
|
+
## 0.4.13
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/plugin-scaffolder-node@0.11.0
|
|
19
|
+
- @backstage/plugin-scaffolder-node-test-utils@0.3.2
|
|
20
|
+
- @backstage/backend-plugin-api@1.4.2
|
|
21
|
+
|
|
3
22
|
## 0.4.13-next.0
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"yeoman.cjs.js","sources":["../../../src/actions/run/yeoman.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTemplateAction } from '@backstage/plugin-scaffolder-node';\nimport { yeomanRun } from './yeomanRun';\nimport { examples } from './yeoman.examples';\n\n/**\n * Creates a `run:yeoman` Scaffolder action.\n *\n * @remarks\n *\n * See {@link https://yeoman.io/} and {@link https://backstage.io/docs/features/software-templates/writing-custom-actions}.\n *\n * @public\n */\nexport function createRunYeomanAction() {\n return createTemplateAction({\n id: 'run:yeoman',\n description: 'Runs Yeoman on an installed Yeoman generator',\n examples,\n schema: {\n input: {\n namespace: z =>\n z.string({\n description: 'Yeoman generator namespace, e.g: node:app',\n }),\n args: z =>\n z\n .array(z.string(), {\n description: 'Arguments to pass on to Yeoman for templating',\n })\n .optional(),\n options: z =>\n z\n .record(z.any(), {\n description: 'Options to pass on to Yeoman for templating',\n })\n .optional(),\n },\n },\n supportsDryRun: true,\n async handler(ctx) {\n ctx.logger.info(\n `Templating using Yeoman generator: ${ctx.input.namespace}`,\n );\n await yeomanRun(\n ctx.workspacePath,\n ctx.input.namespace,\n ctx.input.args,\n ctx.input.options,\n );\n },\n });\n}\n"],"names":["createTemplateAction","examples","yeomanRun"],"mappings":";;;;;;AA6BO,SAAS,
|
|
1
|
+
{"version":3,"file":"yeoman.cjs.js","sources":["../../../src/actions/run/yeoman.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTemplateAction } from '@backstage/plugin-scaffolder-node';\nimport { yeomanRun } from './yeomanRun';\nimport { examples } from './yeoman.examples';\n\n/**\n * Creates a `run:yeoman` Scaffolder action.\n *\n * @remarks\n *\n * See {@link https://yeoman.io/} and {@link https://backstage.io/docs/features/software-templates/writing-custom-actions}.\n *\n * @public\n */\nexport function createRunYeomanAction() {\n return createTemplateAction({\n id: 'run:yeoman',\n description: 'Runs Yeoman on an installed Yeoman generator',\n examples,\n schema: {\n input: {\n namespace: z =>\n z.string({\n description: 'Yeoman generator namespace, e.g: node:app',\n }),\n args: z =>\n z\n .array(z.string(), {\n description: 'Arguments to pass on to Yeoman for templating',\n })\n .optional(),\n options: z =>\n z\n .record(z.any(), {\n description: 'Options to pass on to Yeoman for templating',\n })\n .optional(),\n },\n },\n supportsDryRun: true,\n async handler(ctx) {\n ctx.logger.info(\n `Templating using Yeoman generator: ${ctx.input.namespace}`,\n );\n await yeomanRun(\n ctx.workspacePath,\n ctx.input.namespace,\n ctx.input.args,\n ctx.input.options,\n );\n },\n });\n}\n"],"names":["createTemplateAction","examples","yeomanRun"],"mappings":";;;;;;AA6BO,SAAS,qBAAA,GAAwB;AACtC,EAAA,OAAOA,yCAAA,CAAqB;AAAA,IAC1B,EAAA,EAAI,YAAA;AAAA,IACJ,WAAA,EAAa,8CAAA;AAAA,cACbC,wBAAA;AAAA,IACA,MAAA,EAAQ;AAAA,MACN,KAAA,EAAO;AAAA,QACL,SAAA,EAAW,CAAA,CAAA,KACT,CAAA,CAAE,MAAA,CAAO;AAAA,UACP,WAAA,EAAa;AAAA,SACd,CAAA;AAAA,QACH,MAAM,CAAA,CAAA,KACJ,CAAA,CACG,KAAA,CAAM,CAAA,CAAE,QAAO,EAAG;AAAA,UACjB,WAAA,EAAa;AAAA,SACd,EACA,QAAA,EAAS;AAAA,QACd,SAAS,CAAA,CAAA,KACP,CAAA,CACG,MAAA,CAAO,CAAA,CAAE,KAAI,EAAG;AAAA,UACf,WAAA,EAAa;AAAA,SACd,EACA,QAAA;AAAS;AAChB,KACF;AAAA,IACA,cAAA,EAAgB,IAAA;AAAA,IAChB,MAAM,QAAQ,GAAA,EAAK;AACjB,MAAA,GAAA,CAAI,MAAA,CAAO,IAAA;AAAA,QACT,CAAA,mCAAA,EAAsC,GAAA,CAAI,KAAA,CAAM,SAAS,CAAA;AAAA,OAC3D;AACA,MAAA,MAAMC,mBAAA;AAAA,QACJ,GAAA,CAAI,aAAA;AAAA,QACJ,IAAI,KAAA,CAAM,SAAA;AAAA,QACV,IAAI,KAAA,CAAM,IAAA;AAAA,QACV,IAAI,KAAA,CAAM;AAAA,OACZ;AAAA,IACF;AAAA,GACD,CAAA;AACH;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"yeoman.examples.cjs.js","sources":["../../../src/actions/run/yeoman.examples.ts"],"sourcesContent":["/*\n * Copyright 2023 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { TemplateExample } from '@backstage/plugin-scaffolder-node';\nimport yaml from 'yaml';\n\nexport const examples: TemplateExample[] = [\n {\n description: 'Run a Yeoman generator with minimal options',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n },\n },\n ],\n }),\n },\n {\n description:\n 'Run a yeoman generator with arguments to pass on to Yeoman for templating',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n args: ['arg1', 'arg2'],\n },\n },\n ],\n }),\n },\n {\n description:\n 'Run a yeoman generator with options to pass on to Yeoman for templating',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n options: { option1: 'value1', option2: 'value2' },\n },\n },\n ],\n }),\n },\n {\n description: 'Run a yeoman generator with all options',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n args: ['arg1', 'arg2'],\n options: { option1: 'value1', option2: 'value2' },\n },\n },\n ],\n }),\n },\n];\n"],"names":["yaml"],"mappings":";;;;;;;;AAmBO,MAAM,
|
|
1
|
+
{"version":3,"file":"yeoman.examples.cjs.js","sources":["../../../src/actions/run/yeoman.examples.ts"],"sourcesContent":["/*\n * Copyright 2023 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { TemplateExample } from '@backstage/plugin-scaffolder-node';\nimport yaml from 'yaml';\n\nexport const examples: TemplateExample[] = [\n {\n description: 'Run a Yeoman generator with minimal options',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n },\n },\n ],\n }),\n },\n {\n description:\n 'Run a yeoman generator with arguments to pass on to Yeoman for templating',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n args: ['arg1', 'arg2'],\n },\n },\n ],\n }),\n },\n {\n description:\n 'Run a yeoman generator with options to pass on to Yeoman for templating',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n options: { option1: 'value1', option2: 'value2' },\n },\n },\n ],\n }),\n },\n {\n description: 'Run a yeoman generator with all options',\n example: yaml.stringify({\n steps: [\n {\n id: 'run:yeoman',\n action: 'run:yeoman',\n name: 'Running a yeoman generator',\n input: {\n namespace: 'node:app',\n args: ['arg1', 'arg2'],\n options: { option1: 'value1', option2: 'value2' },\n },\n },\n ],\n }),\n },\n];\n"],"names":["yaml"],"mappings":";;;;;;;;AAmBO,MAAM,QAAA,GAA8B;AAAA,EACzC;AAAA,IACE,WAAA,EAAa,6CAAA;AAAA,IACb,OAAA,EAASA,sBAAK,SAAA,CAAU;AAAA,MACtB,KAAA,EAAO;AAAA,QACL;AAAA,UACE,EAAA,EAAI,YAAA;AAAA,UACJ,MAAA,EAAQ,YAAA;AAAA,UACR,IAAA,EAAM,4BAAA;AAAA,UACN,KAAA,EAAO;AAAA,YACL,SAAA,EAAW;AAAA;AACb;AACF;AACF,KACD;AAAA,GACH;AAAA,EACA;AAAA,IACE,WAAA,EACE,2EAAA;AAAA,IACF,OAAA,EAASA,sBAAK,SAAA,CAAU;AAAA,MACtB,KAAA,EAAO;AAAA,QACL;AAAA,UACE,EAAA,EAAI,YAAA;AAAA,UACJ,MAAA,EAAQ,YAAA;AAAA,UACR,IAAA,EAAM,4BAAA;AAAA,UACN,KAAA,EAAO;AAAA,YACL,SAAA,EAAW,UAAA;AAAA,YACX,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM;AAAA;AACvB;AACF;AACF,KACD;AAAA,GACH;AAAA,EACA;AAAA,IACE,WAAA,EACE,yEAAA;AAAA,IACF,OAAA,EAASA,sBAAK,SAAA,CAAU;AAAA,MACtB,KAAA,EAAO;AAAA,QACL;AAAA,UACE,EAAA,EAAI,YAAA;AAAA,UACJ,MAAA,EAAQ,YAAA;AAAA,UACR,IAAA,EAAM,4BAAA;AAAA,UACN,KAAA,EAAO;AAAA,YACL,SAAA,EAAW,UAAA;AAAA,YACX,OAAA,EAAS,EAAE,OAAA,EAAS,QAAA,EAAU,SAAS,QAAA;AAAS;AAClD;AACF;AACF,KACD;AAAA,GACH;AAAA,EACA;AAAA,IACE,WAAA,EAAa,yCAAA;AAAA,IACb,OAAA,EAASA,sBAAK,SAAA,CAAU;AAAA,MACtB,KAAA,EAAO;AAAA,QACL;AAAA,UACE,EAAA,EAAI,YAAA;AAAA,UACJ,MAAA,EAAQ,YAAA;AAAA,UACR,IAAA,EAAM,4BAAA;AAAA,UACN,KAAA,EAAO;AAAA,YACL,SAAA,EAAW,UAAA;AAAA,YACX,IAAA,EAAM,CAAC,MAAA,EAAQ,MAAM,CAAA;AAAA,YACrB,OAAA,EAAS,EAAE,OAAA,EAAS,QAAA,EAAU,SAAS,QAAA;AAAS;AAClD;AACF;AACF,KACD;AAAA;AAEL;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"yeomanRun.cjs.js","sources":["../../../src/actions/run/yeomanRun.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { JsonObject } from '@backstage/types';\n\n/*\n * This module should use '@types/yeoman-environment' eventually as soon as '@types/yeoman-environment' supports\n * the latest version of Yeoman -> 3.x. Then it will be possible to test this module with jest.\n */\n\nexport async function yeomanRun(\n workspace: string,\n namespace: string,\n args?: string[],\n opts?: JsonObject,\n) {\n const yeoman = require('yeoman-environment');\n const generator = yeoman.lookupGenerator(namespace);\n const env = yeoman.createEnv(undefined, { cwd: workspace });\n env.register(generator, namespace);\n const yeomanArgs = [namespace, ...(args ?? [])];\n await env.run(yeomanArgs, opts);\n}\n"],"names":[],"mappings":";;AAuBA,eAAsB,
|
|
1
|
+
{"version":3,"file":"yeomanRun.cjs.js","sources":["../../../src/actions/run/yeomanRun.ts"],"sourcesContent":["/*\n * Copyright 2021 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { JsonObject } from '@backstage/types';\n\n/*\n * This module should use '@types/yeoman-environment' eventually as soon as '@types/yeoman-environment' supports\n * the latest version of Yeoman -> 3.x. Then it will be possible to test this module with jest.\n */\n\nexport async function yeomanRun(\n workspace: string,\n namespace: string,\n args?: string[],\n opts?: JsonObject,\n) {\n const yeoman = require('yeoman-environment');\n const generator = yeoman.lookupGenerator(namespace);\n const env = yeoman.createEnv(undefined, { cwd: workspace });\n env.register(generator, namespace);\n const yeomanArgs = [namespace, ...(args ?? [])];\n await env.run(yeomanArgs, opts);\n}\n"],"names":[],"mappings":";;AAuBA,eAAsB,SAAA,CACpB,SAAA,EACA,SAAA,EACA,IAAA,EACA,IAAA,EACA;AACA,EAAA,MAAM,MAAA,GAAS,QAAQ,oBAAoB,CAAA;AAC3C,EAAA,MAAM,SAAA,GAAY,MAAA,CAAO,eAAA,CAAgB,SAAS,CAAA;AAClD,EAAA,MAAM,MAAM,MAAA,CAAO,SAAA,CAAU,QAAW,EAAE,GAAA,EAAK,WAAW,CAAA;AAC1D,EAAA,GAAA,CAAI,QAAA,CAAS,WAAW,SAAS,CAAA;AACjC,EAAA,MAAM,aAAa,CAAC,SAAA,EAAW,GAAI,IAAA,IAAQ,EAAG,CAAA;AAC9C,EAAA,MAAM,GAAA,CAAI,GAAA,CAAI,UAAA,EAAY,IAAI,CAAA;AAChC;;;;"}
|
package/dist/module.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.cjs.js","sources":["../src/module.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createBackendModule } from '@backstage/backend-plugin-api';\nimport { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-node/alpha';\nimport { createRunYeomanAction } from './actions';\n\n/**\n * @public\n * The Yeoman Module for the Scaffolder Backend\n */\nexport const yeomanModule = createBackendModule({\n pluginId: 'scaffolder',\n moduleId: 'yeoman',\n register({ registerInit }) {\n registerInit({\n deps: {\n scaffolder: scaffolderActionsExtensionPoint,\n },\n async init({ scaffolder }) {\n scaffolder.addActions(createRunYeomanAction());\n },\n });\n },\n});\n"],"names":["createBackendModule","scaffolderActionsExtensionPoint","createRunYeomanAction"],"mappings":";;;;;;AAuBO,MAAM,eAAeA,
|
|
1
|
+
{"version":3,"file":"module.cjs.js","sources":["../src/module.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createBackendModule } from '@backstage/backend-plugin-api';\nimport { scaffolderActionsExtensionPoint } from '@backstage/plugin-scaffolder-node/alpha';\nimport { createRunYeomanAction } from './actions';\n\n/**\n * @public\n * The Yeoman Module for the Scaffolder Backend\n */\nexport const yeomanModule = createBackendModule({\n pluginId: 'scaffolder',\n moduleId: 'yeoman',\n register({ registerInit }) {\n registerInit({\n deps: {\n scaffolder: scaffolderActionsExtensionPoint,\n },\n async init({ scaffolder }) {\n scaffolder.addActions(createRunYeomanAction());\n },\n });\n },\n});\n"],"names":["createBackendModule","scaffolderActionsExtensionPoint","createRunYeomanAction"],"mappings":";;;;;;AAuBO,MAAM,eAAeA,oCAAA,CAAoB;AAAA,EAC9C,QAAA,EAAU,YAAA;AAAA,EACV,QAAA,EAAU,QAAA;AAAA,EACV,QAAA,CAAS,EAAE,YAAA,EAAa,EAAG;AACzB,IAAA,YAAA,CAAa;AAAA,MACX,IAAA,EAAM;AAAA,QACJ,UAAA,EAAYC;AAAA,OACd;AAAA,MACA,MAAM,IAAA,CAAK,EAAE,UAAA,EAAW,EAAG;AACzB,QAAA,UAAA,CAAW,UAAA,CAAWC,8BAAuB,CAAA;AAAA,MAC/C;AAAA,KACD,CAAA;AAAA,EACH;AACF,CAAC;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-yeoman",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.14-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "backend-plugin-module",
|
|
6
6
|
"pluginId": "scaffolder",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"test": "backstage-cli package test"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@backstage/backend-plugin-api": "1.4.2
|
|
54
|
-
"@backstage/plugin-scaffolder-node": "0.11.0
|
|
55
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.3.
|
|
53
|
+
"@backstage/backend-plugin-api": "1.4.2",
|
|
54
|
+
"@backstage/plugin-scaffolder-node": "0.11.0",
|
|
55
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.3.3-next.0",
|
|
56
56
|
"@backstage/types": "1.2.1",
|
|
57
57
|
"winston": "^3.2.1",
|
|
58
58
|
"yaml": "^2.0.0",
|
|
59
59
|
"yeoman-environment": "^3.9.1"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@backstage/cli": "0.
|
|
62
|
+
"@backstage/cli": "0.34.1-next.0"
|
|
63
63
|
}
|
|
64
64
|
}
|