ecqm-bundler
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -30,3 +30,3 @@ #!/usr/bin/env node | ||
const program = new commander_1.Command(); | ||
program.version('v0.3.1'); | ||
program.version('v0.3.2'); | ||
program | ||
@@ -137,3 +137,3 @@ .command('generate', { isDefault: true }) | ||
method: 'PUT', | ||
url: `/Measure/${compositeMeausureResource.id}` | ||
url: `Measure/${compositeMeausureResource.id}` | ||
} | ||
@@ -140,0 +140,0 @@ }, |
{ | ||
"name": "ecqm-bundler", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "CLI for bundling FHIR-based eCQMs", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
85509