newt-client-js 3.2.4 → 3.2.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,7 +56,7 @@ client
56
56
 
57
57
  ## Documentation & References
58
58
 
59
- Please refer to the [REST API reference](https://developers.newt.so/) for the parameters and operators that can be used for query.
59
+ Please refer to the [REST API reference](https://developers.newt.so/) and the [Query Parameters Tutorial (日本語)](https://www.newt.so/docs/tutorials/understanding-query-parameters) for the parameters and operators that can be used for query.
60
60
 
61
61
  ### Configuration
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newt-client-js",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "description": "JavaScript SDK for Newt's API",
5
5
  "main": "./dist/cjs/newtClient.js",
6
6
  "module": "./dist/esm/newtClient.js",