@vizamodo/pkg-runtime-primitives 1.1.2 → 1.1.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/dist/index.d.ts CHANGED
@@ -11,5 +11,6 @@ export * from "./github/list-workflow-runs";
11
11
  export * from "./github/put-secret";
12
12
  export * from "./github/put-var";
13
13
  export * from "./github/github-headers";
14
+ export * from "./github/github-env";
14
15
  export * from "./runtime/retry-once";
15
16
  export * from "./types/github";
package/dist/index.js CHANGED
@@ -14,6 +14,7 @@ export * from "./github/list-workflow-runs";
14
14
  export * from "./github/put-secret";
15
15
  export * from "./github/put-var";
16
16
  export * from "./github/github-headers";
17
+ export * from "./github/github-env";
17
18
  // Runtime
18
19
  export * from "./runtime/retry-once";
19
20
  // Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizamodo/pkg-runtime-primitives",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Edge-compatible runtime primitives for AWS, GitHub, crypto, and caching used across Viza services",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",