Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@voiceflow/base-types

Package Overview
Dependencies
Maintainers
25
Versions
352
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/base-types - npm Package Compare versions

Comparing version
2.137.0
to
2.138.0
+3
-1
build/cjs/runtimeLogs/logs/steps/set.d.ts
import type { ChangedVariables, PathReference } from '../../../runtimeLogs/utils';
import type { BaseStepLog } from '../base';
import type { StepLogKind } from '../kinds';
export type SetStepLog = BaseStepLog<StepLogKind.SET, PathReference & ChangedVariables<any>>;
export type SetStepLog = BaseStepLog<StepLogKind.SET, PathReference & ChangedVariables<any> & {
changedTranscriptProperties?: Record<string, string>;
}>;
//# sourceMappingURL=set.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../../src/runtimeLogs/logs/steps/set.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAErF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,WAAW,CAAC,GAAG,EAAE,aAAa,GAAG,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAAC"}
{"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../../src/runtimeLogs/logs/steps/set.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAErF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,UAAU,GAAG,WAAW,CAClC,WAAW,CAAC,GAAG,EACf,aAAa,GAAG,gBAAgB,CAAC,GAAG,CAAC,GAAG;IAAE,2BAA2B,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,CACjG,CAAC"}
import type { ChangedVariables, PathReference } from '../../../runtimeLogs/utils/index.js';
import type { BaseStepLog } from '../base.js';
import type { StepLogKind } from '../kinds.js';
export type SetStepLog = BaseStepLog<StepLogKind.SET, PathReference & ChangedVariables<any>>;
export type SetStepLog = BaseStepLog<StepLogKind.SET, PathReference & ChangedVariables<any> & {
changedTranscriptProperties?: Record<string, string>;
}>;
//# sourceMappingURL=set.d.ts.map

@@ -1,1 +0,1 @@

{"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../../src/runtimeLogs/logs/steps/set.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAErF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,UAAU,GAAG,WAAW,CAAC,WAAW,CAAC,GAAG,EAAE,aAAa,GAAG,gBAAgB,CAAC,GAAG,CAAC,CAAC,CAAC"}
{"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../../src/runtimeLogs/logs/steps/set.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAErF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,MAAM,MAAM,UAAU,GAAG,WAAW,CAClC,WAAW,CAAC,GAAG,EACf,aAAa,GAAG,gBAAgB,CAAC,GAAG,CAAC,GAAG;IAAE,2BAA2B,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,CACjG,CAAC"}
{
"name": "@voiceflow/base-types",
"version": "2.137.0",
"version": "2.138.0",
"description": "Voiceflow base project types",

@@ -51,3 +51,3 @@ "keywords": [

},
"gitHead": "94bd4e1b18f7067a2c7c0799347eb68e2b8735a0"
"gitHead": "39b4fefee9e96fcac5f780cd9b9a61bcf9127167"
}