@promptbook/google
Advanced tools
Comparing version 0.78.2 to 0.78.3
@@ -16,3 +16,3 @@ import colors from 'colors'; | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.1'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.2'; | ||
/** | ||
@@ -19,0 +19,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
@@ -9,3 +9,2 @@ import type { PipelineCollection } from '../collection/PipelineCollection'; | ||
import type { CommandType } from '../commands/_common/types/CommandType'; | ||
import type { CommandTypeOrAlias } from '../commands/_common/types/CommandType'; | ||
import type { CommandUsagePlace } from '../commands/_common/types/CommandUsagePlaces'; | ||
@@ -270,3 +269,2 @@ import type { ExpectCommand } from '../commands/EXPECT/ExpectCommand'; | ||
export type { CommandType }; | ||
export type { CommandTypeOrAlias }; | ||
export type { CommandUsagePlace }; | ||
@@ -273,0 +271,0 @@ export type { ExpectCommand }; |
@@ -15,4 +15,4 @@ import type { Command } from './Command'; | ||
* | ||
export type CommandTypeOrAlias = Command['type'] | Command['aliasNames'] | Command['deprecatedNames']; | ||
ex--rt type CommandTypeOrAlias = Command['type'] | Command['aliasNames'] | Command['deprecatedNames']; | ||
// <- TODO: [๐ง] Implement | ||
*/ |
{ | ||
"name": "@promptbook/google", | ||
"version": "0.78.2", | ||
"version": "0.78.3", | ||
"description": "It's time for a paradigm shift. The future of software in plain English, French or Latin", | ||
@@ -57,3 +57,3 @@ "--note-0": " <- [๐]", | ||
"peerDependencies": { | ||
"@promptbook/core": "0.78.2" | ||
"@promptbook/core": "0.78.3" | ||
}, | ||
@@ -60,0 +60,0 @@ "dependencies": { |
@@ -24,3 +24,3 @@ (function (global, factory) { | ||
*/ | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.1'; | ||
var PROMPTBOOK_ENGINE_VERSION = '0.78.2'; | ||
/** | ||
@@ -27,0 +27,0 @@ * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine |
693632
13568