@highstate/cloudflare 0.8.0 → 0.9.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/cloudflare",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -16,19 +16,22 @@
16
16
  "build": "highstate build"
17
17
  },
18
18
  "dependencies": {
19
- "@highstate/common": "^0.8.0",
20
- "@highstate/k8s": "^0.8.0",
21
- "@highstate/pulumi": "^0.8.0",
22
- "@pulumi/cloudflare": "^5.49.1",
19
+ "@highstate/cert-manager": "^0.9.1",
20
+ "@highstate/common": "^0.9.1",
21
+ "@highstate/contract": "^0.9.1",
22
+ "@highstate/k8s": "^0.9.1",
23
+ "@highstate/pulumi": "^0.9.1",
24
+ "@pulumi/cloudflare": "^6.1.1",
23
25
  "@pulumi/command": "^1.0.2",
24
26
  "@pulumi/kubernetes": "^4.18.0",
25
- "@pulumi/pulumi": "^3.163.0"
27
+ "@pulumi/pulumi": "^3.165.0",
28
+ "ajv": "^8.17.1"
26
29
  },
27
30
  "peerDependencies": {
28
31
  "@highstate/library": "workspace:^0.4.4"
29
32
  },
30
33
  "devDependencies": {
31
- "@highstate/cli": "^0.8.0"
34
+ "@highstate/cli": "^0.9.1"
32
35
  },
33
- "gitHead": "8590eea089a016c9b4b797299fc94ddc9afe10ba"
36
+ "gitHead": "2f9fdd9542fbdd11d4337fb59ac4f5728535fa0c"
34
37
  }
@@ -1,36 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __commonJS = (cb, mod) => function __require() {
8
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
9
- };
10
- var __export = (target, all) => {
11
- for (var name in all)
12
- __defProp(target, name, { get: all[name], enumerable: true });
13
- };
14
- var __copyProps = (to, from, except, desc) => {
15
- if (from && typeof from === "object" || typeof from === "function") {
16
- for (let key of __getOwnPropNames(from))
17
- if (!__hasOwnProp.call(to, key) && key !== except)
18
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
19
- }
20
- return to;
21
- };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
- // If the importer is in node compatibility mode or this is not an ESM
24
- // file that has been converted to a CommonJS file using a Babel-
25
- // compatible transform (i.e. "__esModule" has not been set), then set
26
- // "default" to the CommonJS "module.exports" for node compatibility.
27
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
28
- mod
29
- ));
30
-
31
- export {
32
- __commonJS,
33
- __export,
34
- __toESM
35
- };
36
- //# sourceMappingURL=chunk-G3PMV62Z.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}