Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "halfpenny", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Official javascript COINS API client. Not browser compatible!", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -8,6 +8,2 @@ # halfpenny // COINS API Javascript client | ||
### TODO: | ||
* support UMD and browser compatibility. | ||
* Auto-generate documentation from API client | ||
## peer dependencies | ||
@@ -20,3 +16,3 @@ | ||
### localstorage | ||
### storage | ||
In order to persist data to disk, a localstorage interface is required. In the | ||
@@ -26,3 +22,3 @@ browser, this means supplying `window.localStorage` in the browser, and using | ||
## basic configuration: | ||
## basic configuration | ||
*See examples* | ||
@@ -32,3 +28,3 @@ The above configuration parameters are *required*. | ||
## How it works: | ||
## how it works | ||
@@ -70,1 +66,14 @@ The source code for the client is auto-generated during the build process of the | ||
See `nodeapi/test/integration` for more | ||
## todo | ||
* support UMD and browser compatibility. | ||
* Auto-generate documentation from API client | ||
## changelog | ||
- 2.x | ||
- convert to auto-generated api client, built from server API spec | ||
- remove browser support temporarily | ||
- 1.x | ||
- commonjs-ify | ||
- 0.x | ||
- init |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12267
75
0