private-thailand-address 1.0.5 → 1.0.6

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 +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -220,8 +220,6 @@ function getZipCodes(search, limit = 10) {
220
220
  return [...new Set(cleaned.map((c) => c.zipCode))].slice(0, limit)
221
221
  }
222
222
 
223
- console.log('zip', getZipCodes('20110'))
224
-
225
223
  module.exports = {
226
224
  getAllData: () => data,
227
225
  getAutoSuggestion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "private-thailand-address",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Private Thailand Address. Required node version 16 or later.",
5
5
  "main": "index.js",
6
6
  "scripts": {