Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
critocrito committed Oct 29, 2018
1 parent a21d3d9 commit 307a215
Show file tree
Hide file tree
Showing 29 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.10.0"
"version": "0.11.0"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/cli",
"version": "0.10.0",
"version": "0.11.0",
"description": "A CLI to operate SugarCube data processes.",
"main": "_dist/index.js",
"bin": {
Expand All @@ -20,7 +20,7 @@
"bugs": "https://github.com/critocrito/sugarcube/issues",
"homepage": "https://github.com/critocrito/sugarcube/tree/master/packages/cli#readme",
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"source-map-support": "^0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/core",
"version": "0.10.0",
"version": "0.11.0",
"description": "Monoidal data sequences.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-aqicn/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-aqicn",
"version": "0.10.0",
"version": "0.11.0",
"description": "Scrape air pollution measurements from aqicn.org.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"air pollution"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-csv/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-csv",
"version": "0.10.0",
"version": "0.11.0",
"description": "CSV based input and output for SugarCube.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,8 +17,8 @@
"csv"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/plugin-fs": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"@sugarcube/plugin-fs": "^0.11.0",
"csv-parse": "^1.2.4",
"csv-stringify": "^1.0.4",
"dashp": "^0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ddg/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-ddg",
"version": "0.10.0",
"version": "0.11.0",
"description": "Search on DuckDuckGo.",
"main": "lib/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"duckduckgo"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-elasticsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-elasticsearch",
"version": "0.10.0",
"version": "0.11.0",
"description": "",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -15,7 +15,7 @@
"data storage"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dashp": "^0.8.1",
"elasticsearch": "^14.1.0",
"glob": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-facebook/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-facebook",
"version": "0.10.0",
"version": "0.11.0",
"description": "Fetch data from facebook for sugarcube.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"facebook"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dashp": "^0.9.0",
"date-fns": "^1.29.0",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-fs/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-fs",
"version": "0.10.0",
"version": "0.11.0",
"description": "Operate on the file system.",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -13,7 +13,7 @@
"transformation"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dashp": "^0.9.0",
"glob": "^7.1.2",
"lodash": "^4.17.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-google/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-google",
"version": "0.10.0",
"version": "0.11.0",
"description": "A plugin for SugarCube to interact with some google services.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -18,8 +18,8 @@
"search"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/plugin-fs": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"@sugarcube/plugin-fs": "^0.11.0",
"babel-polyfill": "^6.23.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-googlesheets/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-googlesheets",
"version": "0.10.0",
"version": "0.11.0",
"description": "Import and Export units from google sheets",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -15,7 +15,7 @@
"author": "niko <niko@niko.io>",
"license": "GPL-3.0",
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dashp": "^0.9.0",
"google-auth-library": "^1.3.1",
"googleapis": "^27.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-guardian/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-guardian",
"version": "0.10.0",
"version": "0.11.0",
"description": "Fetch content from the Guardian.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -18,7 +18,7 @@
"bugs": "https://github.com/critocrito/sugarcube/issues",
"homepage": "https://github.com/critocrito/sugarcube/tree/master/packages/plugin-guardian#readme",
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-http/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-http",
"version": "0.10.0",
"version": "0.11.0",
"description": "HTTP related plugins for sugarcube.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,8 +17,8 @@
"http"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/plugin-fs": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"@sugarcube/plugin-fs": "^0.11.0",
"child-process-promise": "^2.2.0",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-instagram/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-instagram",
"version": "0.10.0",
"version": "0.11.0",
"description": "A SugarCube plugin to query Instagram.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"instagram"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
"request": "^2.81.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mail/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-mail",
"version": "0.10.0",
"version": "0.11.0",
"description": "Send email notifications.",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -14,7 +14,7 @@
"mail"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"dashp": "^0.9.0",
"dot": "^1.1.2",
"gpg": "^0.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-media/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-media",
"version": "0.10.0",
"version": "0.11.0",
"description": "Media related plugins.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -20,8 +20,8 @@
"media"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/plugin-fs": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"@sugarcube/plugin-fs": "^0.11.0",
"child-process-promise": "^2.2.1",
"dashp": "^0.9.0",
"gm": "^1.23.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-mongodb/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-mongodb",
"version": "0.10.0",
"version": "0.11.0",
"description": "Persist data in MongoDB.",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -16,7 +16,7 @@
"transformation"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"bluebird": "^3.5.1",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-regex/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-regex",
"version": "0.10.0",
"version": "0.11.0",
"description": "Match fields for regular expressions.",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -13,7 +13,7 @@
"transformation"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"lodash": "^4.17.4"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-sec/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-sec",
"version": "0.10.0",
"version": "0.11.0",
"description": "Query the company filings of the U.S. SEC.",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -15,7 +15,7 @@
"securities and exchange commission"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"cheerio": "^1.0.0-rc.2",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tap/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-tap",
"version": "0.10.0",
"version": "0.11.0",
"description": "K-combinators for sugarcube.",
"main": "_dist/index.js",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"author": "Christo <christo@cryptodrunks.net>",
"license": "GPL-3.0",
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"lodash": "^4.17.4",
"pify": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-telegram/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-telegram",
"version": "0.10.0",
"version": "0.11.0",
"description": "Plugins to utilize the Telegram API.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -17,7 +17,7 @@
"telegram"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"bluebird": "^3.5.1",
"lodash": "^4.17.4",
"telegraf": "^3.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-test/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-test",
"version": "0.10.0",
"version": "0.11.0",
"description": "Plugins useful for testing SugarCube.",
"main": "_dist/index.js",
"license": "GPL-3.0",
Expand All @@ -13,8 +13,8 @@
"transformation"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/test": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"@sugarcube/test": "^0.11.0",
"dashp": "^0.9.0",
"lodash": "^4.17.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-tika/package.json
@@ -1,6 +1,6 @@
{
"name": "@sugarcube/plugin-tika",
"version": "0.10.0",
"version": "0.11.0",
"description": "Parse files and metadata using Tika.",
"main": "_dist/index.js",
"repository": "https://github.com/critocrito/sugarcube",
Expand All @@ -20,8 +20,8 @@
"pdf extraction"
],
"dependencies": {
"@sugarcube/core": "^0.10.0",
"@sugarcube/plugin-fs": "^0.10.0",
"@sugarcube/core": "^0.11.0",
"@sugarcube/plugin-fs": "^0.11.0",
"dashp": "^0.9.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
Expand Down

0 comments on commit 307a215

Please sign in to comment.