namirasoft-account
Advanced tools
Comparing version 1.3.29 to 1.3.30
@@ -6,3 +6,3 @@ "use strict"; | ||
getX(name) { | ||
return `x-namirasoft-account-${name}`; | ||
return `ns-account-${name}`; | ||
} | ||
@@ -9,0 +9,0 @@ } |
@@ -7,3 +7,3 @@ "use strict"; | ||
constructor(manager, onError) { | ||
super(`https://account.namirasoft.com/api/v1`, `1.3.29`, manager, onError); | ||
super(`https://account.namirasoft.com/api/v1`, `1.3.30`, manager, onError); | ||
} | ||
@@ -10,0 +10,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.29", | ||
"version": "1.3.30", | ||
"author": "Amir Abolhasani", | ||
@@ -21,4 +21,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"namirasoft-core": "^1.3.62", | ||
"namirasoft-site": "^1.3.4", | ||
"namirasoft-core": "^1.3.67", | ||
"namirasoft-site": "^1.3.5", | ||
"namirasoft-node-cli": "^1.3.8" | ||
@@ -25,0 +25,0 @@ }, |
@@ -5,4 +5,4 @@ export class NamirasoftAccountBaseHeader | ||
{ | ||
return `x-namirasoft-account-${name}`; | ||
return `ns-account-${name}`; | ||
} | ||
} |
@@ -28,4 +28,4 @@ /****************************************************************/ | ||
{ | ||
super(`https://account.namirasoft.com/api/v1`, `1.3.29`, manager, onError); | ||
super(`https://account.namirasoft.com/api/v1`, `1.3.30`, manager, onError); | ||
} | ||
}; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1080910
Updatednamirasoft-core@^1.3.67
Updatednamirasoft-site@^1.3.5