Comparing version 0.2.7 to 0.2.8
@@ -275,3 +275,3 @@ 'use strict'; | ||
} else { | ||
console.error('Project ' + projectToken + ' wasn\'t found.'.red); | ||
console.error('Project ' + projectName + ' wasn\'t found.'.red); | ||
console.error('Run \'28 projects\' for more information.'.red); | ||
@@ -335,3 +335,3 @@ } | ||
} else { | ||
console.error('Project ' + projectToken + ' wasn\'t found.'); | ||
console.error('Project ' + projectName + ' wasn\'t found.'); | ||
console.error('Run \'28 projects\' for more information.'); | ||
@@ -392,3 +392,3 @@ } | ||
} else { | ||
console.error('Project ' + projectToken + ' wasn\'t found.'.red); | ||
console.error('Project ' + projectName + ' wasn\'t found.'.red); | ||
console.error('Run \'28 projects\' for more information.'.red); | ||
@@ -395,0 +395,0 @@ } |
@@ -9,3 +9,3 @@ { | ||
"description": "Command line utility to download and upload 28.io queries.", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"keywords": [ | ||
@@ -12,0 +12,0 @@ "jsoniq", |
@@ -129,34 +129,2 @@ 28.io CLI [![Build Status](https://travis-ci.org/28msec/28.png?branch=master)](https://travis-ci.org/28msec/28) [![NPM version](https://badge.fury.io/js/28.png)](http://badge.fury.io/js/28) | ||
Version 0.2.6 | ||
* Update xqlint version. | ||
Version 0.2.5 | ||
* Exports Client and API classes | ||
Version 0.2.4 | ||
* Add file extension for modules. (.jq, .xq, or .module) | ||
Version 0.2.3 | ||
* Add new xqlint command | ||
Version 0.2.2 | ||
* Update to 28.io version 3.1 | ||
Version 0.2.1 | ||
* New truncate command. | ||
* Execute request asynchronously if an automatic overwrite option is set. | ||
Version 0.2.0 | ||
* Bug fix for Windows clients. | ||
* Improvements in the CLI error handling. | ||
Version 0.1.9 | ||
* Bug fixes: [#1](https://github.com/28msec/28/issues/1), [#2](https://github.com/28msec/28/issues/2), [#3](https://github.com/28msec/28/issues/3). |
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
48378
130