🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@emilgroup/customer-sdk

Package Overview
Dependencies
Maintainers
24
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/customer-sdk - npm Package Compare versions

Comparing version
1.57.1-beta.5
to
1.57.1-beta.6
+0
-1
base.ts

@@ -46,3 +46,2 @@ /* tslint:disable */

ProductionZurich = 'https://eu-central-2.apiv2.emil.de',
StagingZurich = 'https://eu-central-2.apiv2-staging.emil.de',
}

@@ -49,0 +48,0 @@

+1
-2

@@ -35,4 +35,3 @@ /**

Development = "https://apiv2-dev.emil.de",
ProductionZurich = "https://eu-central-2.apiv2.emil.de",
StagingZurich = "https://eu-central-2.apiv2-staging.emil.de"
ProductionZurich = "https://eu-central-2.apiv2.emil.de"
}

@@ -39,0 +38,0 @@ export declare function resetRetry(): void;

@@ -105,3 +105,2 @@ "use strict";

Environment["ProductionZurich"] = "https://eu-central-2.apiv2.emil.de";
Environment["StagingZurich"] = "https://eu-central-2.apiv2-staging.emil.de";
})(Environment = exports.Environment || (exports.Environment = {}));

@@ -108,0 +107,0 @@ var _retry_count = 0;

{
"name": "@emilgroup/customer-sdk",
"version": "1.57.1-beta.5",
"version": "1.57.1-beta.6",
"description": "OpenAPI client for @emilgroup/customer-sdk",

@@ -21,3 +21,3 @@ "author": "OpenAPI-Generator Contributors",

"dependencies": {
"axios": "1.18.0"
"axios": "1.12.0"
},

@@ -24,0 +24,0 @@ "devDependencies": {

@@ -20,7 +20,7 @@ # Emil Customer SDK

```
npm install @emilgroup/customer-sdk@1.57.1-beta.5 --save
npm install @emilgroup/customer-sdk@1.57.1-beta.6 --save
```
or
```
yarn add @emilgroup/customer-sdk@1.57.1-beta.5
yarn add @emilgroup/customer-sdk@1.57.1-beta.6
```

@@ -27,0 +27,0 @@