@backstage/plugin-scaffolder-node 0.12.2-next.0 → 0.12.2

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,27 @@
1
1
  # @backstage/plugin-scaffolder-node
2
2
 
3
+ ## 0.12.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.19.0
9
+ - @backstage/backend-plugin-api@1.6.0
10
+ - @backstage/plugin-scaffolder-common@1.7.4
11
+
12
+ ## 0.12.2-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/integration@1.18.3-next.1
18
+ - @backstage/backend-plugin-api@1.6.0-next.1
19
+ - @backstage/catalog-model@1.7.6
20
+ - @backstage/errors@1.2.7
21
+ - @backstage/types@1.2.2
22
+ - @backstage/plugin-permission-common@0.9.3
23
+ - @backstage/plugin-scaffolder-common@1.7.4-next.0
24
+
3
25
  ## 0.12.2-next.0
4
26
 
5
27
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -245,4 +245,5 @@ interface ScaffolderWorkspaceProviderExtensionPoint {
245
245
  */
246
246
  declare const scaffolderWorkspaceProviderExtensionPoint: _backstage_backend_plugin_api.ExtensionPoint<ScaffolderWorkspaceProviderExtensionPoint>;
247
247
 
248
- export { type AutocompleteHandler, type CheckpointContext, type CheckpointState, type CheckpointStateValue, type CheckpointStatus, type CreatedTemplateFilter, type CreatedTemplateGlobal, type CreatedTemplateGlobalFunction, type CreatedTemplateGlobalValue, type ScaffolderAutocompleteExtensionPoint, type ScaffolderTaskBrokerExtensionPoint, type ScaffolderTemplatingExtensionPoint, type ScaffolderWorkspaceProviderExtensionPoint, type TemplateFilterExample, type TemplateGlobalFunctionExample, type UpdateTaskCheckpointOptions, type WorkspaceProvider, type ZodFunctionSchema, createTemplateFilter, createTemplateGlobalFunction, createTemplateGlobalValue, restoreWorkspace, scaffolderAutocompleteExtensionPoint, scaffolderTaskBrokerExtensionPoint, scaffolderTemplatingExtensionPoint, scaffolderWorkspaceProviderExtensionPoint, serializeWorkspace };
248
+ export { createTemplateFilter, createTemplateGlobalFunction, createTemplateGlobalValue, restoreWorkspace, scaffolderAutocompleteExtensionPoint, scaffolderTaskBrokerExtensionPoint, scaffolderTemplatingExtensionPoint, scaffolderWorkspaceProviderExtensionPoint, serializeWorkspace };
249
+ export type { AutocompleteHandler, CheckpointContext, CheckpointState, CheckpointStateValue, CheckpointStatus, CreatedTemplateFilter, CreatedTemplateGlobal, CreatedTemplateGlobalFunction, CreatedTemplateGlobalValue, ScaffolderAutocompleteExtensionPoint, ScaffolderTaskBrokerExtensionPoint, ScaffolderTemplatingExtensionPoint, ScaffolderWorkspaceProviderExtensionPoint, TemplateFilterExample, TemplateGlobalFunctionExample, UpdateTaskCheckpointOptions, WorkspaceProvider, ZodFunctionSchema };
package/dist/index.d.ts CHANGED
@@ -586,4 +586,5 @@ interface ScaffolderActionsExtensionPoint {
586
586
  */
587
587
  declare const scaffolderActionsExtensionPoint: _backstage_backend_plugin_api.ExtensionPoint<ScaffolderActionsExtensionPoint>;
588
588
 
589
- export { type ActionContext, type ExecuteShellCommandOptions, type ScaffolderActionsExtensionPoint, type SerializedFile, type SerializedTask, type SerializedTaskEvent, type TaskBroker, type TaskBrokerDispatchOptions, type TaskBrokerDispatchResult, type TaskCompletionState, type TaskContext, type TaskEventType, type TaskFilter, type TaskFilters, type TaskSecrets, type TaskStatus, type TemplateAction, type TemplateActionOptions, type TemplateExample, addFiles, cloneRepo, commitAndPushBranch, commitAndPushRepo, createBranch, createTemplateAction, deserializeDirectoryContents, executeShellCommand, fetchContents, fetchFile, getRepoSourceDirectory, initRepoAndPush, isNotGitDirectoryOrContents, parseRepoUrl, scaffolderActionsExtensionPoint, serializeDirectoryContents };
589
+ export { addFiles, cloneRepo, commitAndPushBranch, commitAndPushRepo, createBranch, createTemplateAction, deserializeDirectoryContents, executeShellCommand, fetchContents, fetchFile, getRepoSourceDirectory, initRepoAndPush, isNotGitDirectoryOrContents, parseRepoUrl, scaffolderActionsExtensionPoint, serializeDirectoryContents };
590
+ export type { ActionContext, ExecuteShellCommandOptions, ScaffolderActionsExtensionPoint, SerializedFile, SerializedTask, SerializedTaskEvent, TaskBroker, TaskBrokerDispatchOptions, TaskBrokerDispatchResult, TaskCompletionState, TaskContext, TaskEventType, TaskFilter, TaskFilters, TaskSecrets, TaskStatus, TemplateAction, TemplateActionOptions, TemplateExample };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node",
3
- "version": "0.12.2-next.0",
3
+ "version": "0.12.2",
4
4
  "description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -62,13 +62,13 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "1.5.1-next.0",
66
- "@backstage/catalog-model": "1.7.6",
67
- "@backstage/errors": "1.2.7",
68
- "@backstage/integration": "1.18.3-next.0",
69
- "@backstage/plugin-permission-common": "0.9.3",
70
- "@backstage/plugin-scaffolder-common": "1.7.4-next.0",
71
- "@backstage/types": "1.2.2",
65
+ "@backstage/backend-plugin-api": "^1.6.0",
66
+ "@backstage/catalog-model": "^1.7.6",
67
+ "@backstage/errors": "^1.2.7",
68
+ "@backstage/integration": "^1.19.0",
69
+ "@backstage/plugin-permission-common": "^0.9.3",
70
+ "@backstage/plugin-scaffolder-common": "^1.7.4",
71
+ "@backstage/types": "^1.2.2",
72
72
  "@isomorphic-git/pgp-plugin": "^0.0.7",
73
73
  "concat-stream": "^2.0.0",
74
74
  "fs-extra": "^11.2.0",
@@ -84,9 +84,9 @@
84
84
  "zod-to-json-schema": "^3.20.4"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/backend-test-utils": "1.10.1-next.0",
88
- "@backstage/cli": "0.34.6-next.0",
89
- "@backstage/config": "1.3.6",
87
+ "@backstage/backend-test-utils": "^1.10.2",
88
+ "@backstage/cli": "^0.35.0",
89
+ "@backstage/config": "^1.3.6",
90
90
  "@types/lodash": "^4.14.151"
91
91
  }
92
92
  }