@ibm-functions/composer
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -21,3 +21,3 @@ #!/usr/bin/env node | ||
const conductor = require('../conductor') | ||
const fqn = require('openwhisk-fqn') | ||
const fqn = require('../fqn') | ||
const fs = require('fs') | ||
@@ -24,0 +24,0 @@ const json = require('../package.json') |
@@ -20,3 +20,3 @@ /* | ||
const fqn = require('openwhisk-fqn') | ||
const fqn = require('./fqn') | ||
const fs = require('fs') | ||
@@ -23,0 +23,0 @@ const util = require('util') |
{ | ||
"name": "@ibm-functions/composer", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.", | ||
@@ -18,2 +18,3 @@ "homepage": "https://github.com/ibm-functions/composer", | ||
"conductor.js", | ||
"fqn.js", | ||
"docs/*.md", | ||
@@ -35,3 +36,2 @@ "samples/" | ||
"openwhisk": "^3.11.0", | ||
"openwhisk-fqn": "^0.0.2", | ||
"terser": "^3.8.2" | ||
@@ -38,0 +38,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
91167
3
14
966
1
- Removedopenwhisk-fqn@^0.0.2
- Removedopenwhisk-fqn@0.0.2(transitive)