Socket
Socket
Sign inDemoInstall

@salutejs/scenario

Package Overview
Dependencies
Maintainers
3
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salutejs/scenario - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

12

CHANGELOG.md

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

# v0.17.1 (Tue Aug 31 2021)
#### 🐛 Bug Fix
- fix(salutejs): fix ProfileDataFieldsType [#219](https://github.com/sberdevices/salutejs/pull/219) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))
#### Authors: 1
- [@kvpolyanskiy](https://github.com/kvpolyanskiy)
---
# v0.17.0 (Tue Aug 31 2021)

@@ -2,0 +14,0 @@

2

dist/lib/types/response.d.ts

@@ -51,3 +51,3 @@ import { SystemMessage, SystemMessageName, SystemMessagePayload, AssistantCommand, BubbleCommand, CardCommand, PolicyRunAppComand } from './systemMessage';

export declare type NLPResponseE = NLPResponseBody<Extract<NLPResponseType, 'ERROR'>, EPayload>;
declare type ProfileDataFieldsType = 'address' | 'phone';
declare type ProfileDataFieldsType = 'address' | 'phone_number';
declare type ProfileDataPayloadFieldsType = {

@@ -54,0 +54,0 @@ fields: Array<ProfileDataFieldsType>;

{
"name": "@salutejs/scenario",
"version": "0.17.0",
"version": "0.17.1",
"description": "Tiny helpers to make scenario for Salute family",

@@ -39,3 +39,3 @@ "author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>",

},
"gitHead": "4a2a05f03c32ae22646e5256c2067f5794d55702"
"gitHead": "d6c30d041b252c296076c77641a0b315dbf69b91"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc