js-data-adapter
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,3 +1,7 @@ | ||
##### 0.1.1 - 06 March 2016 | ||
Fixed a comment. Upgraded js-data-repo-tools. | ||
##### 0.1.0 - 06 March 2016 | ||
Initial release |
@@ -824,2 +824,4 @@ (function (global, factory) { | ||
* @method | ||
* @param {string} level Log level. | ||
* @param {...*} values Values to log. | ||
*/ | ||
@@ -826,0 +828,0 @@ log: function log(level) { |
{ | ||
"name": "js-data-adapter", | ||
"description": "Base adapter class that all other js-data adapters extend.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/js-data/js-data-adapter", | ||
@@ -35,4 +35,3 @@ "repository": { | ||
"babel-preset-es2015-rollup": "1.1.1", | ||
"estraverse-fb": "1.3.1", | ||
"js-data-repo-tools": "0.1.0", | ||
"js-data-repo-tools": "0.2.0", | ||
"rollup": "0.25.4", | ||
@@ -39,0 +38,0 @@ "rollup-plugin-babel": "2.4.0", |
@@ -773,2 +773,4 @@ import {utils} from 'js-data' | ||
* @method | ||
* @param {string} level Log level. | ||
* @param {...*} values Values to log. | ||
*/ | ||
@@ -775,0 +777,0 @@ log (level, ...args) { |
Sorry, the diff of this file is not supported yet
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
118906
6
1662