Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 4.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments committed Apr 13, 2022
1 parent 4665ce9 commit 6560ea9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-sdk-client-js",
"version": "4.0.0",
"version": "4.0.1",
"description": "The JavaScript based client SDK that can be used for client to server communication between you and the Ingenico ePayments platform",
"homepage": "https://github.com/Ingenico-ePayments/connect-sdk-client-js#readme",
"bugs": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"node-forge": "^1.2.1"
"node-forge": "^1.3.1"
},
"devDependencies": {
"@types/applepayjs": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function createInstance(): Util {
return {
screenSize: window.innerWidth + "x" + window.innerHeight,
platformIdentifier: window.navigator.userAgent,
sdkIdentifier: (document["GC"] && document["GC"].rppEnabledPage ? "rpp-" : "") + "JavaScriptClientSDK/v4.0.0",
sdkIdentifier: (document["GC"] && document["GC"].rppEnabledPage ? "rpp-" : "") + "JavaScriptClientSDK/v4.0.1",
sdkCreator: "Ingenico",
};
},
Expand Down

0 comments on commit 6560ea9

Please sign in to comment.