From c8576c978fbde5e79ac7511a03630a37ac320a9c Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Thu, 30 Sep 2021 15:55:37 +0300 Subject: [PATCH] Publish - 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 --- packages/block-attributes/package.json | 2 +- packages/block-info/package.json | 4 ++-- packages/data-with-position/package.json | 2 +- .../elm-string-representation/package.json | 2 +- packages/literate-elm/package.json | 4 ++-- packages/litvis-integration-mume/package.json | 18 +++++++++--------- packages/litvis/package.json | 14 +++++++------- packages/narrative-schema-common/package.json | 4 ++-- packages/narrative-schema-label/package.json | 10 +++++----- packages/narrative-schema-rule/package.json | 12 ++++++------ packages/narrative-schema-styling/package.json | 10 +++++----- packages/narrative-schema/package.json | 12 ++++++------ 12 files changed, 47 insertions(+), 47 deletions(-) diff --git a/packages/block-attributes/package.json b/packages/block-attributes/package.json index c05a6ec..9eb58fb 100644 --- a/packages/block-attributes/package.json +++ b/packages/block-attributes/package.json @@ -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": { diff --git a/packages/block-info/package.json b/packages/block-info/package.json index 988eb36..5ae751e 100644 --- a/packages/block-info/package.json +++ b/packages/block-info/package.json @@ -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": { @@ -11,6 +11,6 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { - "block-attributes": "^0.4.0" + "block-attributes": "^0.5.0" } } diff --git a/packages/data-with-position/package.json b/packages/data-with-position/package.json index 40df778..de608be 100644 --- a/packages/data-with-position/package.json +++ b/packages/data-with-position/package.json @@ -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", diff --git a/packages/elm-string-representation/package.json b/packages/elm-string-representation/package.json index 65e59f1..cf51f2e 100644 --- a/packages/elm-string-representation/package.json +++ b/packages/elm-string-representation/package.json @@ -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", diff --git a/packages/literate-elm/package.json b/packages/literate-elm/package.json index 11878db..868be70 100644 --- a/packages/literate-elm/package.json +++ b/packages/literate-elm/package.json @@ -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", @@ -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", diff --git a/packages/litvis-integration-mume/package.json b/packages/litvis-integration-mume/package.json index 7bc834a..67a9180 100644 --- a/packages/litvis-integration-mume/package.json +++ b/packages/litvis-integration-mume/package.json @@ -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", @@ -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", diff --git a/packages/litvis/package.json b/packages/litvis/package.json index ed8bfe4..03e97e7 100644 --- a/packages/litvis/package.json +++ b/packages/litvis/package.json @@ -1,6 +1,6 @@ { "name": "litvis", - "version": "0.9.4", + "version": "0.10.0", "description": "Literate Visualization, http://litvis.org/", "keywords": [], "repository": { @@ -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", diff --git a/packages/narrative-schema-common/package.json b/packages/narrative-schema-common/package.json index 3c0612c..2e4dd55 100644 --- a/packages/narrative-schema-common/package.json +++ b/packages/narrative-schema-common/package.json @@ -1,6 +1,6 @@ { "name": "narrative-schema-common", - "version": "0.2.1", + "version": "0.3.0", "description": "Common resources for narrative schemas", "keywords": [], "repository": { @@ -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" } diff --git a/packages/narrative-schema-label/package.json b/packages/narrative-schema-label/package.json index 140a9fa..0fb31ea 100644 --- a/packages/narrative-schema-label/package.json +++ b/packages/narrative-schema-label/package.json @@ -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": { @@ -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", diff --git a/packages/narrative-schema-rule/package.json b/packages/narrative-schema-rule/package.json index 062e463..80c08b2 100644 --- a/packages/narrative-schema-rule/package.json +++ b/packages/narrative-schema-rule/package.json @@ -1,6 +1,6 @@ { "name": "narrative-schema-rule", - "version": "0.2.2", + "version": "0.3.0", "description": "Narrative schema rule validation", "keywords": [], "repository": { @@ -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" } diff --git a/packages/narrative-schema-styling/package.json b/packages/narrative-schema-styling/package.json index 8e1a604..9b0ce00 100644 --- a/packages/narrative-schema-styling/package.json +++ b/packages/narrative-schema-styling/package.json @@ -1,6 +1,6 @@ { "name": "narrative-schema-styling", - "version": "0.2.2", + "version": "0.3.0", "description": "Narrative schema styling", "keywords": [], "repository": { @@ -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" } diff --git a/packages/narrative-schema/package.json b/packages/narrative-schema/package.json index 7ce6c08..49b355e 100644 --- a/packages/narrative-schema/package.json +++ b/packages/narrative-schema/package.json @@ -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": { @@ -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"