Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - block-attributes@0.5.0
 - block-info@0.5.0
 - data-with-position@0.5.0
 - elm-string-representation@2.0.0
 - literate-elm@0.9.0
 - litvis-integration-mume@0.10.0
 - litvis@0.10.0
 - narrative-schema-common@0.3.0
 - narrative-schema-label@0.5.0
 - narrative-schema-rule@0.3.0
 - narrative-schema-styling@0.3.0
 - narrative-schema@0.5.0
  • Loading branch information
kachkaev committed Sep 30, 2021
1 parent 03045a6 commit c8576c9
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion packages/block-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "block-attributes",
"version": "0.4.0",
"version": "0.5.0",
"description": "Parses and stringifies code block attributes in markdown files",
"keywords": [],
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/block-info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "block-info",
"version": "0.4.0",
"version": "0.5.0",
"description": "Parses and normalizes code block info in markdown files",
"keywords": [],
"repository": {
Expand All @@ -11,6 +11,6 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"block-attributes": "^0.4.0"
"block-attributes": "^0.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/data-with-position/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-with-position",
"version": "0.4.1",
"version": "0.5.0",
"description": "Pseudo AST that contains data with its positions attached.",
"keywords": [
"ast",
Expand Down
2 changes: 1 addition & 1 deletion packages/elm-string-representation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-string-representation",
"version": "1.2.1",
"version": "2.0.0",
"description": "Parses Elm string representation for data",
"keywords": [
"elm",
Expand Down
4 changes: 2 additions & 2 deletions packages/literate-elm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "literate-elm",
"version": "0.8.1",
"version": "0.9.0",
"description": "Runs literate Elm code blocks and calculates Elm expressions",
"keywords": [
"elm",
Expand All @@ -19,7 +19,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@kachkaev/run-elm": "3.0.0-node-12-litvis-patch.0",
"elm-string-representation": "^1.2.1",
"elm-string-representation": "^2.0.0",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
Expand Down
18 changes: 9 additions & 9 deletions packages/litvis-integration-mume/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "litvis-integration-mume",
"version": "0.9.4",
"version": "0.10.0",
"description": "Enables litvis functionality in mume and markdown-preview-enhanced",
"keywords": [
"elm",
Expand All @@ -15,18 +15,18 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"block-attributes": "^0.4.0",
"block-info": "^0.4.0",
"block-attributes": "^0.5.0",
"block-info": "^0.5.0",
"cheerio": "1.0.0-rc.3",
"elm-string-representation": "^1.2.1",
"elm-string-representation": "^2.0.0",
"html-entities": "^2.3.2",
"litvis": "^0.9.4",
"litvis": "^0.10.0",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"narrative-schema": "^0.4.2",
"narrative-schema-common": "^0.2.1",
"narrative-schema-label": "^0.4.2",
"narrative-schema-styling": "^0.2.2",
"narrative-schema": "^0.5.0",
"narrative-schema-common": "^0.3.0",
"narrative-schema-label": "^0.5.0",
"narrative-schema-styling": "^0.3.0",
"object-hash": "^2.2.0",
"unist-util-select": "^3.0.4",
"vfile": "^4.2.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/litvis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "litvis",
"version": "0.9.4",
"version": "0.10.0",
"description": "Literate Visualization, http://litvis.org/",
"keywords": [],
"repository": {
Expand All @@ -11,17 +11,17 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"block-attributes": "^0.4.0",
"block-info": "^0.4.0",
"data-with-position": "^0.4.1",
"block-attributes": "^0.5.0",
"block-info": "^0.5.0",
"data-with-position": "^0.5.0",
"fs-extra": "^10.0.0",
"immer": "^9.0.6",
"is-whitespace-character": "^1.0.4",
"kind-of": "^6.0.3",
"literate-elm": "^0.8.1",
"literate-elm": "^0.9.0",
"lodash": "^4.17.21",
"narrative-schema": "^0.4.2",
"narrative-schema-label": "^0.4.2",
"narrative-schema": "^0.5.0",
"narrative-schema-label": "^0.5.0",
"remark-frontmatter": "^2.0.0",
"remark-parse": "^8.0.3",
"temp-dir": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/narrative-schema-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrative-schema-common",
"version": "0.2.1",
"version": "0.3.0",
"description": "Common resources for narrative schemas",
"keywords": [],
"repository": {
Expand All @@ -11,7 +11,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"data-with-position": "^0.4.1",
"data-with-position": "^0.5.0",
"kind-of": "^6.0.3",
"vfile": "^4.2.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/narrative-schema-label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrative-schema-label",
"version": "0.4.2",
"version": "0.5.0",
"description": "Narrative schema label parsing and printing",
"keywords": [],
"repository": {
Expand All @@ -11,15 +11,15 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"block-attributes": "^0.4.0",
"block-info": "^0.4.0",
"block-attributes": "^0.5.0",
"block-info": "^0.5.0",
"cheerio": "1.0.0-rc.3",
"data-with-position": "^0.4.1",
"data-with-position": "^0.5.0",
"handlebars": "^4.7.7",
"html-entities": "^2.3.2",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"narrative-schema-common": "^0.2.1",
"narrative-schema-common": "^0.3.0",
"object-hash": "^2.2.0",
"unist-util-visit": "^2.0.3",
"unist-util-visit-parents": "^3.1.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/narrative-schema-rule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrative-schema-rule",
"version": "0.2.2",
"version": "0.3.0",
"description": "Narrative schema rule validation",
"keywords": [],
"repository": {
Expand All @@ -11,15 +11,15 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"block-attributes": "^0.4.0",
"block-info": "^0.4.0",
"block-attributes": "^0.5.0",
"block-info": "^0.5.0",
"cheerio": "1.0.0-rc.3",
"data-with-position": "^0.4.1",
"data-with-position": "^0.5.0",
"handlebars": "^4.7.7",
"html-entities": "^2.3.2",
"lodash": "^4.17.21",
"narrative-schema-common": "^0.2.1",
"narrative-schema-label": "^0.4.2",
"narrative-schema-common": "^0.3.0",
"narrative-schema-label": "^0.5.0",
"unist-util-visit": "^2.0.3",
"vfile": "^4.2.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/narrative-schema-styling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrative-schema-styling",
"version": "0.2.2",
"version": "0.3.0",
"description": "Narrative schema styling",
"keywords": [],
"repository": {
Expand All @@ -11,14 +11,14 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"block-attributes": "^0.4.0",
"block-info": "^0.4.0",
"block-attributes": "^0.5.0",
"block-info": "^0.5.0",
"cheerio": "1.0.0-rc.3",
"data-with-position": "^0.4.1",
"data-with-position": "^0.5.0",
"handlebars": "^4.7.7",
"html-entities": "^2.3.2",
"lodash": "^4.17.21",
"narrative-schema-common": "^0.2.1",
"narrative-schema-common": "^0.3.0",
"unist-util-visit": "^2.0.3",
"vfile": "^4.2.1"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/narrative-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrative-schema",
"version": "0.4.2",
"version": "0.5.0",
"description": "Implements loading and validation of litvis narrative schemas",
"keywords": [],
"repository": {
Expand All @@ -11,13 +11,13 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"data-with-position": "^0.4.1",
"data-with-position": "^0.5.0",
"jsonschema": "^1.4.0",
"lodash": "^4.17.21",
"narrative-schema-common": "^0.2.1",
"narrative-schema-label": "^0.4.2",
"narrative-schema-rule": "^0.2.2",
"narrative-schema-styling": "^0.2.2",
"narrative-schema-common": "^0.3.0",
"narrative-schema-label": "^0.5.0",
"narrative-schema-rule": "^0.3.0",
"narrative-schema-styling": "^0.3.0",
"pseudo-yaml-ast": "^1.0.10",
"to-vfile": "^6.1.0",
"vfile": "^4.2.1"
Expand Down

0 comments on commit c8576c9

Please sign in to comment.