@graphistry/falcor-react-schema
Advanced tools
Comparing version 2.9.20 to 2.10.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="2.10.0"></a> | ||
# [2.10.0](https://github.com/graphistry/falcor/compare/v2.9.20...v2.10.0) (2018-07-03) | ||
**Note:** Version bump only for package @graphistry/falcor-react-schema | ||
<a name="2.9.20"></a> | ||
@@ -7,0 +15,0 @@ ## 2.9.20 (2018-03-05) |
@@ -22,3 +22,3 @@ 'use strict'; | ||
var _templateObject = _taggedTemplateLiteral(['{\n [id, name]: ', ',\n rating: ', '\n }'], ['{\n [id, name]: ', ',\n rating: ', '\n }']), | ||
_templateObject2 = _taggedTemplateLiteral(['{\n id: ', ',\n titles: {\n length: ', ',\n [{ integers: titleIndexes }]: ', '\n }\n }'], ['{\n id: ', ',\n titles: {\n length: ', ',\n [{ integers: titleIndexes }]: ', '\n }\n }']), | ||
_templateObject2 = _taggedTemplateLiteral(['{\n [id, name]: ', ',\n titles: {\n length: ', ',\n [{ integers: titleIndexes }]: ', '\n }\n }'], ['{\n [id, name]: ', ',\n titles: {\n length: ', ',\n [{ integers: titleIndexes }]: ', '\n }\n }']), | ||
_templateObject3 = _taggedTemplateLiteral(['{\n genres: {\n length: ', ',\n [{ integers: listIndexes }]: ', '\n },\n listsById: {\n [{ keys: listIds }]: ', '\n },\n titlesById: {\n [{ keys: titleIds }]: ', '\n }\n }'], ['{\n genres: {\n length: ', ',\n [{ integers: listIndexes }]: ', '\n },\n listsById: {\n [{ keys: listIds }]: ', '\n },\n titlesById: {\n [{ keys: titleIds }]: ', '\n }\n }']); | ||
@@ -77,3 +77,3 @@ | ||
'ul', | ||
null, | ||
{ className: 'genreList' }, | ||
genres.map(function (genre, index) { | ||
@@ -105,3 +105,3 @@ return _react2.default.createElement( | ||
'ul', | ||
null, | ||
{ className: 'titlesList' }, | ||
titles.map(function (title, index) { | ||
@@ -125,3 +125,3 @@ return _react2.default.createElement( | ||
'div', | ||
null, | ||
{ className: 'title' }, | ||
_react2.default.createElement( | ||
@@ -189,3 +189,3 @@ 'h6', | ||
return '{\n id, titles: ' + Title.fragments(titles) + '\n }'; | ||
return '{\n id, name, titles: ' + Title.fragments(titles) + '\n }'; | ||
}); | ||
@@ -192,0 +192,0 @@ |
{ | ||
"name": "@graphistry/falcor-react-schema", | ||
"version": "2.9.20", | ||
"version": "2.10.0", | ||
"description": "", | ||
@@ -39,2 +39,3 @@ "main": "lib/index.js", | ||
"babel-runtime": "^6.26.0", | ||
"create-react-app": "1.5.2", | ||
"invariant": "^2.2.2", | ||
@@ -41,0 +42,0 @@ "pegjs-util": "^1.4.1" |
@@ -23,3 +23,3 @@ import React from 'react'; | ||
<h1>Genres</h1> | ||
<ul> | ||
<ul className='genreList'> | ||
{genres.map((genre, index) => ( | ||
@@ -39,3 +39,3 @@ <li key={`${index}: ${genre.id}`}> | ||
<h3>{name}</h3> | ||
<ul> | ||
<ul className='titlesList'> | ||
{titles.map((title, index) => ( | ||
@@ -53,3 +53,3 @@ <li key={`${index}: ${title.id}`}> | ||
return ( | ||
<div> | ||
<div className='title'> | ||
<h6>{name} - {rating}/100</h6> | ||
@@ -89,3 +89,3 @@ </div> | ||
return `{ | ||
id, titles: ${ | ||
id, name, titles: ${ | ||
Title.fragments(titles) | ||
@@ -102,3 +102,3 @@ } | ||
return QL`{ | ||
id: ${ readListsById }, | ||
[id, name]: ${ readListsById }, | ||
titles: { | ||
@@ -105,0 +105,0 @@ length: ${ readListsById }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
236299
12
+ Addedcreate-react-app@1.5.2
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedblock-stream@0.0.9(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedbuffer-from@0.1.2(transitive)
+ Addedbuiltins@1.0.3(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedcreate-react-app@1.5.2(transitive)
+ Addedcross-spawn@4.0.2(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addedduplexer2@0.0.2(transitive)
+ Addedenvinfo@3.4.2(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedfs-extra@1.0.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedfstream@1.0.12(transitive)
+ Addedfstream-ignore@1.0.5(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhyperquest@2.1.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@0.0.11.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjsonfile@2.4.0(transitive)
+ Addedklaw@1.3.1(transitive)
+ Addedlru-cache@4.1.5(transitive)
+ Addedmacos-release@1.1.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addedms@2.0.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedos-name@2.0.1(transitive)
+ Addedos-tmpdir@1.0.2(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedreadable-stream@1.0.341.1.142.3.8(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedstring_decoder@0.10.311.1.1(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
+ Addedtar@2.2.2(transitive)
+ Addedtar-pack@3.4.1(transitive)
+ Addedthrough2@0.6.5(transitive)
+ Addedtmp@0.0.31(transitive)
+ Addeduid-number@0.0.6(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedvalidate-npm-package-name@3.0.0(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedwin-release@1.1.1(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedxtend@4.0.2(transitive)
+ Addedyallist@2.1.2(transitive)