@highstate/gateway-api 0.7.1 → 0.7.3

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,3 +1,15 @@
1
+ # v0.7.3 (Fri Apr 18 2025)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - code code ([@Exeteres](https://github.com/Exeteres))
6
+
7
+ #### Authors: 1
8
+
9
+ - Fedor Chubukov ([@Exeteres](https://github.com/Exeteres))
10
+
11
+ ---
12
+
1
13
  # v0.7.0 (Sat Mar 15 2025)
2
14
 
3
15
  #### 🚀 Enhancement
package/bin/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/gateway-api",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@pulumi/kubernetes": "4.18.0",
22
- "@pulumi/pulumi": "^3.25.0",
22
+ "@pulumi/pulumi": "patch:@pulumi/pulumi@npm%3A3.159.0#~/.yarn/patches/@pulumi-pulumi-npm-3.159.0-d07eefce5c.patch",
23
23
  "@types/node-fetch": "^2.1.4",
24
24
  "@types/tmp": "^0.0.33",
25
25
  "glob": "^10.3.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/gateway-api",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "@pulumi/kubernetes": "4.18.0",
22
- "@pulumi/pulumi": "^3.25.0",
22
+ "@pulumi/pulumi": "patch:@pulumi/pulumi@npm%3A3.159.0#~/.yarn/patches/@pulumi-pulumi-npm-3.159.0-d07eefce5c.patch",
23
23
  "@types/node-fetch": "^2.1.4",
24
24
  "@types/tmp": "^0.0.33",
25
25
  "glob": "^10.3.10",
@@ -39,5 +39,5 @@
39
39
  "name": "@highstate/gateway-api",
40
40
  "version": "0.6.1"
41
41
  },
42
- "gitHead": "76c38ce5dbf7a710cf0e6339f52e86358537a99a"
42
+ "gitHead": "5cf7cec27262c8fa1d96f6478833b94841459d64"
43
43
  }