Skip to content

Commit

Permalink
v0.16.29
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Feb 26, 2020
1 parent e7b9f6b commit dcb2811
Show file tree
Hide file tree
Showing 25 changed files with 130 additions and 130 deletions.
4 changes: 2 additions & 2 deletions cards/base-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/base-card",
"version": "0.16.28",
"version": "0.16.29",
"keywords": [
"cardstack",
"card"
Expand All @@ -12,7 +12,7 @@
"jsonapi-typescript": "^0.1.3"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28"
"@cardstack/eslint-config": "0.16.29"
},
"engines": {
"node": ">= 8"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.16.28",
"version": "0.16.29",
"npmClient": "yarn",
"npmClientArgs": [
"--ignore-engines"
Expand Down
10 changes: 5 additions & 5 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/authentication",
"version": "0.16.28",
"version": "0.16.29",
"description": "Authentication infrastructure for Cardstack.",
"keywords": [
"ember-addon",
Expand All @@ -27,9 +27,9 @@
"node-tests": "mocha ../test-support/bin/run.js"
},
"dependencies": {
"@cardstack/di": "0.16.28",
"@cardstack/di": "0.16.29",
"@cardstack/logger": "^0.2.0",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/plugin-utils": "0.16.29",
"ember-cli-babel": "^7.1.2",
"ember-cli-htmlbars": "^3.0.0",
"ember-css-url": "0.2.0",
Expand All @@ -41,8 +41,8 @@
"koa-json-body": "^5.3.0"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28",
"@cardstack/test-support": "0.16.28",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/test-support": "0.16.29",
"@ember/jquery": "^0.6.0",
"@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/cardhost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/cardhost",
"version": "0.16.28",
"version": "0.16.29",
"description": "The stock Ember app blueprint that hosts Cardstack Cards.",
"repository": "",
"license": "MIT",
Expand Down Expand Up @@ -28,18 +28,18 @@
"test": "ember test"
},
"devDependencies": {
"@cardstack/authentication": "0.16.28",
"@cardstack/base-card": "0.16.28",
"@cardstack/di": "0.16.28",
"@cardstack/ephemeral": "0.16.28",
"@cardstack/eslint-config": "0.16.28",
"@cardstack/git": "0.16.28",
"@cardstack/hub": "0.16.28",
"@cardstack/jsonapi": "0.16.28",
"@cardstack/authentication": "0.16.29",
"@cardstack/base-card": "0.16.29",
"@cardstack/di": "0.16.29",
"@cardstack/ephemeral": "0.16.29",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/git": "0.16.29",
"@cardstack/hub": "0.16.29",
"@cardstack/jsonapi": "0.16.29",
"@cardstack/logger": "0.2.0",
"@cardstack/mock-auth": "0.16.28",
"@cardstack/mock-auth": "0.16.29",
"@cardstack/requirejs-monaco-ember-polyfill": "^0.0.1",
"@cardstack/test-support": "0.16.28",
"@cardstack/test-support": "0.16.29",
"@cardstack/ui-components": "^0.2.21",
"@ember/jquery": "^1.1.0",
"@ember/optional-features": "^1.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/codegen",
"version": "0.16.28",
"version": "0.16.29",
"description": "Dynamic code generation infrastructure for Cardstack",
"keywords": [
"ember-addon",
Expand All @@ -27,18 +27,18 @@
},
"dependencies": {
"@babel/core": "^7.4.4",
"@cardstack/di": "0.16.28",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/di": "0.16.29",
"@cardstack/plugin-utils": "0.16.29",
"@types/babel__core": "^7.1.1",
"ember-cli-babel": "^7.1.2",
"ember-fetch": "^6.4.0",
"koa-better-route": "^0.1.0",
"koa-compose": "^3.2.1"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28",
"@cardstack/jsonapi": "0.16.28",
"@cardstack/test-support": "0.16.28",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/jsonapi": "0.16.29",
"@cardstack/test-support": "0.16.29",
"@ember/jquery": "^0.6.0",
"@ember/optional-features": "^0.6.3",
"ember-cli": "~3.8.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/core-types",
"version": "0.16.28",
"version": "0.16.29",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand All @@ -25,10 +25,10 @@
"moment-timezone": "^0.5.11"
},
"devDependencies": {
"@cardstack/ephemeral": "0.16.28",
"@cardstack/eslint-config": "0.16.28",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/test-support": "0.16.28"
"@cardstack/ephemeral": "0.16.29",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/plugin-utils": "0.16.29",
"@cardstack/test-support": "0.16.29"
},
"engines": {
"node": ">= 8"
Expand Down
14 changes: 7 additions & 7 deletions packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/data",
"version": "0.16.28",
"version": "0.16.29",
"description": "Data support for Cardstack cards",
"keywords": [
"ember-addon",
Expand All @@ -20,17 +20,17 @@
"test": "ember try:each"
},
"dependencies": {
"@cardstack/models": "0.16.28",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/models": "0.16.29",
"@cardstack/plugin-utils": "0.16.29",
"ember-cli-babel": "^7.1.2",
"ember-concurrency": "^0.10.0",
"ember-inflector": "^3.0.0"
},
"devDependencies": {
"@cardstack/ephemeral": "0.16.28",
"@cardstack/eslint-config": "0.16.28",
"@cardstack/jsonapi": "0.16.28",
"@cardstack/test-support": "0.16.28",
"@cardstack/ephemeral": "0.16.29",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/jsonapi": "0.16.29",
"@cardstack/test-support": "0.16.29",
"@ember/jquery": "^0.6.0",
"@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/di",
"version": "0.16.28",
"version": "0.16.29",
"keywords": [],
"author": "Edward Faulkner <edward@eaf4.com>",
"repository": "https://github.com/cardstack/cardstack",
Expand All @@ -11,7 +11,7 @@
"resolve": "^1.3.3"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28"
"@cardstack/eslint-config": "0.16.29"
},
"engines": {
"node": ">= 8"
Expand Down
2 changes: 1 addition & 1 deletion packages/edges/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/edges",
"version": "0.16.28",
"version": "0.16.29",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down
10 changes: 5 additions & 5 deletions packages/ephemeral/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@cardstack/ephemeral",
"version": "0.16.28",
"version": "0.16.29",
"keywords": [
"cardstack-plugin"
],
"cardstack-plugin": {
"api-version": 1
},
"dependencies": {
"@cardstack/di": "0.16.28",
"@cardstack/di": "0.16.29",
"@cardstack/logger": "^0.2.0",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/plugin-utils": "0.16.29",
"lodash": "^4.17.11",
"stream-to-promise": "2.2.0"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28",
"@cardstack/test-support": "0.16.28",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/test-support": "0.16.29",
"koa": "2",
"superagent-defaults": "0.1.14",
"supertest": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/eslint-config",
"version": "0.16.28",
"version": "0.16.29",
"description": "Shared eslint config for cardstack packages.",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/git",
"version": "0.16.28",
"version": "0.16.29",
"description": "Git data source plugin for @cardstack/hub.",
"keywords": [
"cardstack-plugin",
Expand All @@ -13,9 +13,9 @@
"test": "mocha ../test-support/bin/run.js"
},
"dependencies": {
"@cardstack/di": "0.16.28",
"@cardstack/di": "0.16.29",
"@cardstack/logger": "^0.2.0",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/plugin-utils": "0.16.29",
"delay": "^4.1.0",
"filenamify-url": "^1.0.0",
"githereum": "0.0.1",
Expand All @@ -29,8 +29,8 @@
"truffle-contract": "^4.0.30"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28",
"@cardstack/test-support": "0.16.28",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/test-support": "0.16.29",
"sinon": "7.2.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/handlebars",
"version": "0.16.28",
"version": "0.16.29",
"description": "Mobiledoc field plugin for plain handlebars templates",
"keywords": [
"cardstack-plugin"
Expand All @@ -17,7 +17,7 @@
"handlebars": "^4.0.6"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28"
"@cardstack/eslint-config": "0.16.29"
},
"engines": {
"node": ">= 8"
Expand Down
24 changes: 12 additions & 12 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/hub",
"version": "0.16.28",
"version": "0.16.29",
"bin": {
"cardstack-hub": "./bin/cardstack-hub.js",
"cardstack-generate-key": "./bin/generate-key.js",
Expand All @@ -18,16 +18,16 @@
"description": "Stock API server for the Cardstack tech stack.",
"dependencies": {
"@babel/plugin-transform-modules-amd": "^7.2.0",
"@cardstack/base-card": "0.16.28",
"@cardstack/codegen": "0.16.28",
"@cardstack/core-types": "0.16.28",
"@cardstack/di": "0.16.28",
"@cardstack/handlebars": "0.16.28",
"@cardstack/base-card": "0.16.29",
"@cardstack/codegen": "0.16.29",
"@cardstack/core-types": "0.16.29",
"@cardstack/di": "0.16.29",
"@cardstack/handlebars": "0.16.29",
"@cardstack/logger": "^0.2.0",
"@cardstack/pgsearch": "0.16.28",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/queue": "0.16.28",
"@cardstack/routing": "0.16.28",
"@cardstack/pgsearch": "0.16.29",
"@cardstack/plugin-utils": "0.16.29",
"@cardstack/queue": "0.16.29",
"@cardstack/routing": "0.16.29",
"@types/fs-extra": "^5.0.5",
"broccoli-concat": "^3.2.2",
"broccoli-funnel": "^2.0.1",
Expand Down Expand Up @@ -56,8 +56,8 @@
"tar-stream": "^1.5.4"
},
"devDependencies": {
"@cardstack/eslint-config": "0.16.28",
"@cardstack/test-support": "0.16.28",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/test-support": "0.16.29",
"koa-better-route": "^0.1.0",
"supertest": "^2.0.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardstack/jsonapi",
"version": "0.16.28",
"version": "0.16.29",
"description": "JSONAPI middleware for @cardstack/hub",
"repository": "https://github.com/cardstack/cardstack",
"author": "Edward Faulkner <edward@eaf4.com>",
Expand All @@ -9,19 +9,19 @@
"node": ">= 7.7"
},
"devDependencies": {
"@cardstack/base-card": "0.16.28",
"@cardstack/eslint-config": "0.16.28",
"@cardstack/test-support": "0.16.28",
"@cardstack/test-support-authenticator": "0.16.28",
"@cardstack/base-card": "0.16.29",
"@cardstack/eslint-config": "0.16.29",
"@cardstack/test-support": "0.16.29",
"@cardstack/test-support-authenticator": "0.16.29",
"fs-extra": "^7.0.1",
"koa": "2",
"superagent-defaults": "0.1.14",
"supertest": "^2.0.1"
},
"dependencies": {
"@cardstack/di": "0.16.28",
"@cardstack/di": "0.16.29",
"@cardstack/logger": "^0.2.0",
"@cardstack/plugin-utils": "0.16.28",
"@cardstack/plugin-utils": "0.16.29",
"async-busboy": "^0.7.0",
"koa-json-body": "^5.3.0",
"lodash": "^4.17.11",
Expand Down

0 comments on commit dcb2811

Please sign in to comment.