@highstate/gateway-api 0.9.23 → 0.9.24

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.9.24 (Sun Sep 21 2025)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - update pulumi ([@Exeteres](https://github.com/Exeteres))
6
+
7
+ #### Authors: 1
8
+
9
+ - Fedor Chubukov ([@Exeteres](https://github.com/Exeteres))
10
+
11
+ ---
12
+
1
13
  # v0.9.20 (Sun Sep 21 2025)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@highstate/gateway-api",
3
+ "version": "0.9.23",
4
+ "keywords": [
5
+ "pulumi",
6
+ "kubernetes",
7
+ "category/cloud",
8
+ "kind/native"
9
+ ],
10
+ "homepage": "https://pulumi.com",
11
+ "repository": "https://github.com/pulumi/pulumi-kubernetes",
12
+ "license": "Apache-2.0",
13
+ "main": "bin/index.js",
14
+ "scripts": {
15
+ "build": "tsc && cp package.json bin/package.json"
16
+ },
17
+ "dependencies": {
18
+ "@pulumi/kubernetes": "4.18.0",
19
+ "@pulumi/pulumi": "^3.25.0",
20
+ "@types/node-fetch": "^2.1.4",
21
+ "@types/tmp": "^0.0.33",
22
+ "glob": "^10.3.10",
23
+ "node-fetch": "^2.3.0",
24
+ "shell-quote": "^1.6.1",
25
+ "tmp": "^0.0.33"
26
+ },
27
+ "devDependencies": {
28
+ "@types/mocha": "^5.2.5",
29
+ "@types/node": "^14",
30
+ "@types/shell-quote": "^1.6.0",
31
+ "mocha": "^5.2.0",
32
+ "typescript": "^5.7.2"
33
+ },
34
+ "pulumi": {
35
+ "resource": true,
36
+ "name": "crds",
37
+ "version": "0.0.0-dev"
38
+ },
39
+ "publishConfig": {
40
+ "access": "public"
41
+ }
42
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/gateway-api",
3
- "version": "0.9.23",
3
+ "version": "0.9.24",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "kubernetes",
@@ -12,7 +12,7 @@
12
12
  "license": "Apache-2.0",
13
13
  "main": "bin/index.js",
14
14
  "scripts": {
15
- "build": "tsc"
15
+ "build": "tsc && cp package.json bin/package.json"
16
16
  },
17
17
  "dependencies": {
18
18
  "@pulumi/kubernetes": "4.18.0",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "389be30a2144dfb1499b02e8a1e71074c26a3f9f"
42
+ "gitHead": "63ed289a56f9d39075b7d92a45482c15cafd42f2"
43
43
  }