@openmrs/esm-api
Advanced tools
Comparing version 1.0.8-alpha.0 to 1.0.8
{ | ||
"name": "@openmrs/esm-api", | ||
"version": "1.0.8-alpha.0", | ||
"version": "1.0.8", | ||
"description": "The javascript module for interacting with the OpenMRS API", | ||
@@ -9,3 +9,3 @@ "main": "dist/openmrs-esm-api.js", | ||
"start": "webpack-dev-server", | ||
"build": "rimraf dist && concurrently 'webpack --mode=production' 'npm run typescript'", | ||
"build": "rimraf dist && concurrently -n webpack,typescript 'webpack --mode=production' 'npm run typescript'", | ||
"build-webpack": "webpack --mode=production", | ||
@@ -22,3 +22,3 @@ "typescript": "tsc", | ||
"hooks": { | ||
"pre-commit": "concurrently 'pretty-quick --staged' 'npm run lint' 'npm test' 'npm run typescript'" | ||
"pre-commit": "concurrently -n prettier,lint,test,typescript 'pretty-quick --staged' 'npm run lint' 'npm test' 'npm run typescript'" | ||
} | ||
@@ -25,0 +25,0 @@ }, |
@@ -0,1 +1,7 @@ | ||
/* | ||
Originally taken from https://github.com/FHIR/fhir.js/blob/ec82ccfc125e05dbb645f47c100fe60f2c34bb73/src/fhir.d.ts | ||
Has been adapted to be even better - if we can get fhir.js to publish a good version to npm with better typedefs, | ||
we can remove this file in favor of the one they maintain | ||
*/ | ||
type ClientFn = (...args: any[]) => Promise<{ data: any }>; | ||
@@ -2,0 +8,0 @@ type ResourceName = |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
294104
1269
0