cityworks 2.1.1 → 2.1.2

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/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,11 @@ Some of the methods are general or top-level, and so, are accessed separately ar
63
63
 
64
64
  cw.gis.methodHere().then(resp => {})
65
65
 
66
- [General search methods](https://walker.github.io/cityworks/classes/search.Search.html):
66
+ [General query methods](https://walker.github.io/cityworks/classes/query.Query.html):
67
+
68
+ cw.query.methodHere().then(resp => {})
69
+
70
+ [(Deprecated) General search methods](https://walker.github.io/cityworks/classes/search.Search.html):
67
71
 
68
72
  cw.search.methodHere().then(resp => {})
69
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cityworks",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "A Cityworks API wrapper",
5
5
  "main": "dist/index.js",
6
6
  "umd:main": "dist/index.umd.js",