@doflo/flow-interfaces
Advanced tools
Comparing version 1.20.3 to 1.20.4
@@ -8,2 +8,3 @@ import { actionAPI } from './action'; | ||
export * as globals from './globals'; | ||
export * as intercom from './intercom'; | ||
export * as signal from './signal'; | ||
@@ -10,0 +11,0 @@ export * as storage from './storage'; |
@@ -26,5 +26,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.auth = exports.table = exports.page = exports.element = exports.credential = exports.action = exports.storage = exports.signal = exports.globals = exports.env = void 0; | ||
exports.auth = exports.table = exports.page = exports.element = exports.credential = exports.action = exports.storage = exports.signal = exports.intercom = exports.globals = exports.env = void 0; | ||
exports.env = __importStar(require("./env")); | ||
exports.globals = __importStar(require("./globals")); | ||
exports.intercom = __importStar(require("./intercom")); | ||
exports.signal = __importStar(require("./signal")); | ||
@@ -31,0 +32,0 @@ exports.storage = __importStar(require("./storage")); |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.20.3", | ||
"version": "1.20.4", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -21,2 +21,7 @@ "main": "dist/index.js", | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
] | ||
}, | ||
"repository": { | ||
@@ -23,0 +28,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
421915
184
9909