@mcpg-dev/pulumi 0.1.0-canary.727 → 0.1.0-canary.732
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/copy.bara.sky +1 -12
- package/package.json +2 -2
package/copy.bara.sky
CHANGED
|
@@ -79,18 +79,7 @@ core.workflow(
|
|
|
79
79
|
# 1) subdir -> repo root.
|
|
80
80
|
core.move("iac/pulumi/components", ""),
|
|
81
81
|
|
|
82
|
-
# 2)
|
|
83
|
-
# naming the monorepo, a published package sends every reader
|
|
84
|
-
# to a repository they cannot open.
|
|
85
|
-
core.transform([
|
|
86
|
-
core.replace(
|
|
87
|
-
before = "\"repository\": \"https://github.com/mcpg-dev/source-code\"",
|
|
88
|
-
after = "\"repository\": \"https://github.com/mcpg-dev/pulumi-mcpg\"",
|
|
89
|
-
paths = glob(["package.json"]),
|
|
90
|
-
),
|
|
91
|
-
], reversal = []),
|
|
92
|
-
|
|
93
|
-
# 3) release message + PKG_VERSION label from the mirrored
|
|
82
|
+
# 2) release message + PKG_VERSION label from the mirrored
|
|
94
83
|
# manifest — replaces the squashed history's message entirely: NO
|
|
95
84
|
# commit list, NO authors, NO subjects.
|
|
96
85
|
_release_meta,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcpg-dev/pulumi",
|
|
3
|
-
"version": "0.1.0-canary.
|
|
3
|
+
"version": "0.1.0-canary.732",
|
|
4
4
|
"repository": "https://github.com/mcpg-dev/pulumi-mcpg",
|
|
5
5
|
"description": "Opinionated Pulumi components for MCPG (operator, gateway, tenant, trust).",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"typecheck": "tsc --noEmit"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@mcpg-dev/pulumi-crds": "0.1.0-canary.
|
|
14
|
+
"@mcpg-dev/pulumi-crds": "0.1.0-canary.732",
|
|
15
15
|
"@pulumi/kubernetes": "4.31.1",
|
|
16
16
|
"@pulumi/pulumi": "^3.142.0"
|
|
17
17
|
},
|