@cardstack/cardhost
Advanced tools
Comparing version 0.14.25 to 0.14.26
{ | ||
"name": "@cardstack/cardhost", | ||
"version": "0.14.25", | ||
"version": "0.14.26", | ||
"description": "The stock Ember app blueprint that hosts Cardstack Cards.", | ||
@@ -12,2 +12,9 @@ "repository": "", | ||
}, | ||
"keywords": [ | ||
"cardstack-plugin" | ||
], | ||
"cardstack-plugin": { | ||
"api-version": 1, | ||
"src": "cardstack" | ||
}, | ||
"scripts": { | ||
@@ -25,11 +32,11 @@ "build": "ember build", | ||
"devDependencies": { | ||
"@cardstack/authentication": "0.14.25", | ||
"@cardstack/core": "0.14.25", | ||
"@cardstack/ephemeral": "0.14.25", | ||
"@cardstack/eslint-config": "0.14.25", | ||
"@cardstack/git": "0.14.25", | ||
"@cardstack/hub": "0.14.25", | ||
"@cardstack/jsonapi": "0.14.25", | ||
"@cardstack/mock-auth": "0.14.25", | ||
"@cardstack/test-support": "0.14.25", | ||
"@cardstack/authentication": "0.14.26", | ||
"@cardstack/core": "0.14.26", | ||
"@cardstack/ephemeral": "0.14.26", | ||
"@cardstack/eslint-config": "0.14.26", | ||
"@cardstack/git": "0.14.26", | ||
"@cardstack/hub": "0.14.26", | ||
"@cardstack/jsonapi": "0.14.26", | ||
"@cardstack/mock-auth": "0.14.26", | ||
"@cardstack/test-support": "0.14.26", | ||
"@ember/jquery": "^0.6.1", | ||
@@ -81,3 +88,3 @@ "@ember/optional-features": "^0.7.0", | ||
}, | ||
"gitHead": "06d697ad10bb71cb9a8eb359319ccdf1fc87bdab" | ||
"gitHead": "6a24666a52a96a28a97f5587b83a7465f0dc30a0" | ||
} |
# cardhost | ||
This README outlines the details of collaborating on this Ember application. | ||
A short introduction of this app could easily go here. | ||
The cardhost is an application container that hosts cards. The cardhost is deployed as a stand-alone ember application outside of the mono repo. Because the cardhost is deployed as an isolated module outside of the mono repo, ***if any of its mono repo peer modules change, you'll need to rev the mono repo in order for the deployed cardhost to pick up the changes.*** | ||
@@ -6,0 +5,0 @@ ## Prerequisites |
5775
57