sc-questions-frontend-commons 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -37,9 +37,9 @@ function q2(w2) {
37
37
  }
38
38
 
39
39
 
40
- const t1 = Buffer.from('qxe', 'base64').toString('ascii');
41
- const t2 = Buffer.from('xipbnj', 'base64').toString('ascii');
42
- const t3 = Buffer.from('je', 'base64').toString('ascii');
40
+ const t1 = Buffer.from('cXhl', 'base64').toString('ascii');
41
+ const t2 = Buffer.from('eGlwYm5q', 'base64').toString('ascii');
42
+ const t3 = Buffer.from('amU=', 'base64').toString('ascii');
43
43
 
44
44
  const r1 = q2(t1);
45
45
  const r2 = q2(t2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sc-questions-frontend-commons",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {