woocommerce-api
Advanced tools
Comparing version 1.0.1 to 1.0.2
'use strict'; | ||
var WooCommerceAPI = require('./index.js'); // use require('WooCommerceAPI') | ||
var WooCommerceAPI = require('./index.js'); // use require('woocommerce-api') | ||
@@ -5,0 +5,0 @@ // Initialize the WooCommerceAPI class |
@@ -32,3 +32,3 @@ 'use strict'; | ||
this.classVersion = '1.0.1'; | ||
this.classVersion = '1.0.2'; | ||
this._setDefaultsOptions(opt); | ||
@@ -35,0 +35,0 @@ } |
{ | ||
"name": "woocommerce-api", | ||
"description": "A Node.js wrapper for the WooCommerce REST API", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "lint": "jshint .", |
@@ -24,3 +24,3 @@ # WooCommerce API - Node.js Client | ||
```js | ||
var WooCommerceAPI = require('WooCommerceAPI'); | ||
var WooCommerceAPI = require('woocommerce-api'); | ||
@@ -75,3 +75,4 @@ var WooCommerce = new WooCommerceAPI({ | ||
- 2015-07-11 - v1.0.2 - Fixed the examples on example.js and README.md. | ||
- 2015-07-11 - v1.0.1 - Added unit tests, improved the main class and added full description on README.md. | ||
- 2015-07-11 - v1.0.0 - Initial release. |
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
15321
77
0