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.18.1 to 0.18.2

12

CHANGELOG.md

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

# v0.18.2 (Thu Oct 14 2021)
#### 🐛 Bug Fix
- fix(scenario): loyalty_info is optional [#240](https://github.com/sberdevices/salutejs/pull/240) ([@kvpolyanskiy](https://github.com/kvpolyanskiy))
#### Authors: 1
- [@kvpolyanskiy](https://github.com/kvpolyanskiy)
---
# v0.18.1 (Fri Oct 08 2021)

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

7

dist/lib/types/payment.d.ts

@@ -239,4 +239,7 @@ /** Тип оплаты счета */

};
/** Информация по бонусам после оплаты */
loyalty_info: {
/**
* Информация по бонусам после оплаты.
* Блок передается только, если при оплате были использованы бонусы
*/
loyalty_info?: {
/** Код бонусной программы */

@@ -243,0 +246,0 @@ service_code: string;

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

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

},
"gitHead": "14f666ef6f7a5844c4db9d30b33f6d41e9bbadec"
"gitHead": "fc65ac2d49ba636d881c122ea69764a54bbf30e1"
}

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