@sdlcworks/components 0.0.41 → 0.0.42

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/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -650,6 +650,7 @@ export type ArtifactRegistryPublishCtx<S, P extends CloudProvider = CloudProvide
650
650
  type: DeploymentArtifactType;
651
651
  };
652
652
  version: string;
653
+ tag: string;
653
654
  publishConfig: Record<string, any>;
654
655
  state: S;
655
656
  getCredentials: GetCredentialsFn<P>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdlcworks/components",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "module": "dist/index.js",
5
5
  "files": [
6
6
  "dist"