@accordproject/concerto-cto
Advanced tools
Comparing version 1.2.2-20211130213656 to 1.2.2-20211130214838
@@ -22,5 +22,5 @@ /* | ||
* Create decorator argument string from a metamodel | ||
* @param {object} cto - the Concerto string | ||
* @param {string} cto - the Concerto string | ||
* @param {string} [fileName] - an optional file name | ||
* @return {string} the string for the decorator argument | ||
* @return {object} the string for the decorator argument | ||
*/ | ||
@@ -27,0 +27,0 @@ function parse(cto, fileName) { |
{ | ||
"name": "@accordproject/concerto-cto", | ||
"version": "1.2.2-20211130213656", | ||
"version": "1.2.2-20211130214838", | ||
"description": "Parser for Concerto CTO files", | ||
@@ -11,2 +11,3 @@ "homepage": "https://github.com/accordproject/concerto", | ||
"main": "index.js", | ||
"typings": "types/index.d.ts", | ||
"scripts": { | ||
@@ -22,3 +23,4 @@ "pretest": "npm run lint", | ||
"mocha": "mocha --recursive -t 10000", | ||
"nyc": "nyc mocha --recursive -t 10000" | ||
"nyc": "nyc mocha --recursive -t 10000", | ||
"build:types": "npx -p typescript tsc ./lib/*.js index.js --declaration --allowJs --emitDeclarationOnly --outDir types" | ||
}, | ||
@@ -25,0 +27,0 @@ "repository": { |
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
350264
18
9521