@integration-app/sdk
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -38,4 +38,4 @@ export declare enum DataLocatorStepType { | ||
locator: DataLocator; | ||
items?: DataComposerRecipe; | ||
constructor(locator: DataLocator, items?: DataComposerRecipe); | ||
items?: any; | ||
constructor(locator: DataLocator, items?: any); | ||
} | ||
@@ -42,0 +42,0 @@ export declare class DataComposerRecipePlain extends DataComposerRecipeBase { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "npm run build:compile && npm run build:bundle", | ||
"build": "npm run cleanup && npm run build:compile && npm run build:bundle", | ||
"cleanup": "rm *.js.map && rm *.d.ts && find . -type f -name \"*.js\" -depth 1 -not -name \"rollup.config.js\" -not -name \".eslintrc.js\" -delete", | ||
@@ -11,0 +11,0 @@ "build:compile": "tsc", |
@@ -55,3 +55,3 @@ export enum DataLocatorStepType { | ||
export class DataComposerRecipeRef extends DataComposerRecipeBase { | ||
constructor(public locator: DataLocator, public items?: DataComposerRecipe) { | ||
constructor(public locator: DataLocator, public items?: any) { | ||
super() | ||
@@ -58,0 +58,0 @@ this.type = DataComposerRecipeType.REF |
Sorry, the diff of this file is not supported yet
885900