@doflo/flow-interfaces
Advanced tools
Comparing version 1.16.4 to 1.16.5
@@ -5,3 +5,5 @@ import { actionAPI } from './action'; | ||
import { signalAPI } from './signal'; | ||
import { globalsAPI } from './globals'; | ||
export * as env from './env'; | ||
export * as globals from './globals'; | ||
export * as signal from './signal'; | ||
@@ -19,2 +21,3 @@ export * as storage from './storage'; | ||
env: envAPI; | ||
globals: globalsAPI; | ||
} | ||
@@ -21,0 +24,0 @@ /** |
@@ -22,4 +22,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.credential = exports.action = exports.storage = exports.signal = exports.env = void 0; | ||
exports.credential = exports.action = exports.storage = exports.signal = exports.globals = exports.env = void 0; | ||
exports.env = __importStar(require("./env")); | ||
exports.globals = __importStar(require("./globals")); | ||
exports.signal = __importStar(require("./signal")); | ||
@@ -26,0 +27,0 @@ exports.storage = __importStar(require("./storage")); |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.16.4", | ||
"version": "1.16.5", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
293706
136
4714