Skip to content

Commit

Permalink
v0.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 28, 2018
1 parent 4b1cd03 commit d4feb79
Show file tree
Hide file tree
Showing 33 changed files with 155 additions and 159 deletions.
8 changes: 2 additions & 6 deletions lerna.json
Expand Up @@ -3,15 +3,11 @@
"packages": [
"packages/*"
],
"version": "0.6.13",
"version": "0.6.14",
"npmClient": "yarn",
"npmClientArgs": [
"--ignore-engines"
],
"useWorkspaces": true,
"command": {
"publish": {
"exact": true
}
}
"exact": true
}
10 changes: 5 additions & 5 deletions packages/authentication/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/authentication",
"version": "0.6.13",
"version": "0.6.14",
"description": "Authentication infrastructure for Cardstack.",
"keywords": [
"ember-addon",
Expand All @@ -25,9 +25,9 @@
"node-tests": "mocha ../test-support/bin/run.js"
},
"dependencies": {
"@cardstack/di": "^0.6.8",
"@cardstack/di": "0.6.14",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.1",
"ember-css-url": "0.2.0",
Expand All @@ -40,8 +40,8 @@
"koa-json-body": "^5.3.0"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/test-support": "0.6.13",
"@cardstack/eslint-config": "0.6.14",
"@cardstack/test-support": "0.6.14",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/codegen/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/codegen",
"version": "0.6.13",
"version": "0.6.14",
"description": "Dynamic code generation infrastructure for Cardstack",
"keywords": [
"ember-addon",
Expand All @@ -24,16 +24,16 @@
"test": "ember try:each"
},
"dependencies": {
"@cardstack/di": "^0.6.8",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/di": "0.6.14",
"@cardstack/plugin-utils": "0.6.14",
"ember-cli-babel": "^6.8.2",
"ember-fetch": "^1.4.0",
"koa-better-route": "^0.1.0"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/jsonapi": "0.6.13",
"@cardstack/test-support": "0.6.13",
"@cardstack/eslint-config": "0.6.14",
"@cardstack/jsonapi": "0.6.14",
"@cardstack/test-support": "0.6.14",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
"ember-cli-eslint": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/core-types",
"version": "0.6.8",
"version": "0.6.14",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -32,7 +32,7 @@
"postcss-import": "^9.1.0"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/eslint-config": "0.6.14",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/di/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/di",
"version": "0.6.8",
"version": "0.6.14",
"keywords": [],
"author": "Edward Faulkner <edward@eaf4.com>",
"repository": "https://github.com/cardstack/cardstack",
Expand All @@ -10,7 +10,7 @@
"resolve": "^1.3.3"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/eslint-config": "0.6.14",
"eslint": "4.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/drupal-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/drupal-auth",
"version": "0.6.13",
"version": "0.6.14",
"description": "Drupal authentication plugin for Cardstack",
"keywords": [
"ember-addon",
Expand All @@ -24,17 +24,17 @@
"test": "ember try:each"
},
"dependencies": {
"@cardstack/authentication": "0.6.13",
"@cardstack/authentication": "0.6.14",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.1",
"ember-concurrency": "^0.8.17",
"superagent": "^3.5.2",
"torii": "https://github.com/ef4/torii#925ea3149cc9e35b77e39450cd634c65200768ce"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/eslint-config": "0.6.14",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/drupal/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/drupal",
"version": "0.6.13",
"version": "0.6.14",
"description": "Drupal data source plugin for @cardstack/hub.",
"repository": "https://github.com/cardstack/cardstack",
"author": "Edward Faulkner <edward@eaf4.com>",
Expand All @@ -10,8 +10,8 @@
},
"main": "indexer.js",
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/test-support": "0.6.13",
"@cardstack/eslint-config": "0.6.14",
"@cardstack/test-support": "0.6.14",
"eslint": "4.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1"
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"ember-source": "~2.18.2",
"es6-promise": "^4.1.1",
"jsonpatch": "^3.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/elasticsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/elasticsearch",
"version": "0.6.12",
"version": "0.6.14",
"author": "Edward Faulkner <edward@eaf4.com>",
"repository": "https://github.com/cardstack/cardstack",
"keywords": [
Expand All @@ -10,15 +10,15 @@
"api-version": 1
},
"dependencies": {
"@cardstack/di": "^0.6.8",
"@cardstack/di": "0.6.14",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"elasticsearch": "^12.1.3",
"jsondiffpatch": "^0.2.5",
"lodash": "^4.17.4"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/eslint-config": "0.6.14",
"eslint": "4.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/email-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/email-auth",
"version": "0.6.13",
"version": "0.6.14",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand All @@ -20,17 +20,17 @@
"test": "ember try:each"
},
"dependencies": {
"@cardstack/di": "^0.6.8",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/di": "0.6.14",
"@cardstack/plugin-utils": "0.6.14",
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.1",
"handlebars": "^4.0.6"
},
"devDependencies": {
"@cardstack/authentication": "0.6.13",
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/test-support": "0.6.13",
"@cardstack/test-support-messenger": "^0.6.8",
"@cardstack/authentication": "0.6.14",
"@cardstack/eslint-config": "0.6.14",
"@cardstack/test-support": "0.6.14",
"@cardstack/test-support-messenger": "0.6.14",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/email/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/email",
"version": "0.6.8",
"version": "0.6.14",
"keywords": [
"cardstack-plugin"
],
Expand All @@ -12,11 +12,11 @@
"description": "Email sending plugin for Cardstack",
"dependencies": {
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"nodemailer": "^4.0.1"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/eslint-config": "0.6.14",
"eslint": "4.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/ephemeral/package.json
@@ -1,20 +1,20 @@
{
"name": "@cardstack/ephemeral",
"version": "0.6.8",
"version": "0.6.14",
"keywords": [
"cardstack-plugin"
],
"cardstack-plugin": {
"api-version": 1
},
"dependencies": {
"@cardstack/di": "^0.6.8",
"@cardstack/di": "0.6.14",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"lodash": "^4.17.4"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/eslint-config": "0.6.14",
"eslint": "4.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/eslint-config",
"version": "0.6.8",
"version": "0.6.14",
"description": "Shared eslint config for cardstack packages.",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/ethereum/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/ethereum",
"version": "0.6.13",
"version": "0.6.14",
"description": "ethereum plugin for Cardstack",
"keywords": [
"ember-addon",
Expand All @@ -25,19 +25,19 @@
"private-blockchain": "../../node_modules/.bin/truffle develop"
},
"dependencies": {
"@cardstack/di": "^0.6.8",
"@cardstack/di": "0.6.14",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"ember-source": "~2.18.2",
"inflection": "^1.12.0",
"lodash": "^4.17.4",
"web3": "^1.0.0-beta.30"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/jsonapi": "0.6.13",
"@cardstack/models": "0.6.13",
"@cardstack/test-support": "0.6.13",
"@cardstack/eslint-config": "0.6.14",
"@cardstack/jsonapi": "0.6.14",
"@cardstack/models": "0.6.14",
"@cardstack/test-support": "0.6.14",
"eslint": "4.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/git/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/git",
"version": "0.6.13",
"version": "0.6.14",
"description": "Git data source plugin for @cardstack/hub.",
"repository": "https://github.com/cardstack/cardstack",
"author": "Edward Faulkner <edward@eaf4.com>",
Expand All @@ -9,18 +9,18 @@
"node": ">= 7.7"
},
"devDependencies": {
"@cardstack/di": "^0.6.8",
"@cardstack/elasticsearch": "^0.6.12",
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/test-support": "0.6.13",
"@cardstack/di": "0.6.14",
"@cardstack/elasticsearch": "0.6.14",
"@cardstack/eslint-config": "0.6.14",
"@cardstack/test-support": "0.6.14",
"eslint": "4.9.0",
"eslint-plugin-ember": "^5.0.0",
"eslint-plugin-node": "^5.2.1"
},
"dependencies": {
"@cardstack/logger": "^0.1.0",
"@cardstack/nodegit": "^0.21.2-cardstack.1",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"moment-timezone": "^0.5.11"
},
"keywords": [
Expand Down
14 changes: 7 additions & 7 deletions packages/github-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardstack/github-auth",
"version": "0.6.13",
"version": "0.6.14",
"description": "GitHub authentication plugin for Cardstack",
"keywords": [
"ember-addon",
Expand All @@ -24,20 +24,20 @@
"test": "ember try:each"
},
"dependencies": {
"@cardstack/authentication": "0.6.13",
"@cardstack/authentication": "0.6.14",
"@cardstack/logger": "^0.1.0",
"@cardstack/plugin-utils": "^0.6.8",
"@cardstack/plugin-utils": "0.6.14",
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.1",
"ember-concurrency": "^0.8.17",
"lodash": "^4.17.4",
"torii": "https://github.com/ef4/torii#925ea3149cc9e35b77e39450cd634c65200768ce"
},
"devDependencies": {
"@cardstack/eslint-config": "^0.6.8",
"@cardstack/jsonapi": "0.6.13",
"@cardstack/models": "0.6.13",
"@cardstack/test-support": "0.6.13",
"@cardstack/eslint-config": "0.6.14",
"@cardstack/jsonapi": "0.6.14",
"@cardstack/models": "0.6.14",
"@cardstack/test-support": "0.6.14",
"broccoli-asset-rev": "^2.4.5",
"ember-cli": "^3.0.0",
"ember-cli-dependency-checker": "^2.1.0",
Expand Down

0 comments on commit d4feb79

Please sign in to comment.