fbp-manifest
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "fbp-manifest", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Flow-Based Programming Manifest tools", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -85,3 +85,5 @@ Flow-Based Programming Manifest Tools [![Build Status](https://travis-ci.org/flowbased/fbp-manifest.svg?branch=master)](https://travis-ci.org/flowbased/fbp-manifest) [![Coverage Status](https://coveralls.io/repos/github/flowbased/fbp-manifest/badge.svg?branch=master)](https://coveralls.io/github/flowbased/fbp-manifest?branch=master) | ||
* 0.2.3 (2020-09-17) | ||
- Fixed a minor bug with collecting NoFlo graphs | ||
* 0.2.2 (2020-09-17) | ||
- Added support for finding NoFlo TypeScript components |
@@ -107,3 +107,3 @@ const path = require('path'); | ||
} else { | ||
component.name = utils.parseid(source, componentPath); | ||
component.name = utils.parseId(source, componentPath); | ||
} | ||
@@ -110,0 +110,0 @@ component.runtime = null; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50711
89