Comparing version 0.2.0 to 0.3.0
module.exports = { | ||
Resource: require('./Resource'), | ||
Reference: require('./Reference'), | ||
Bundle: require('./Bundle'), | ||
BundleEntry: require('./Bundle').Entry, | ||
Resources: require('./resources'), | ||
Types: require('./types'), | ||
Primitives: require('./primitives') | ||
Primitives: require('./primitives'), | ||
// util | ||
fromJSON: require('tcomb/lib/fromJSON') | ||
}; |
@@ -8,3 +8,3 @@ var t = require('tcomb'); | ||
var Coding = require('./types/Coding'); | ||
// var Coding = require('./types/Coding'); | ||
@@ -15,4 +15,4 @@ var Meta = t.struct({ | ||
profile: t.maybe(uri), | ||
security: t.maybe(Coding), | ||
tag: t.maybe(Coding), | ||
// security: t.maybe(Coding), | ||
// tag: t.maybe(Coding), | ||
}); | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "fhir-proof", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "typed javascript classes for fhir", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
112312
36
251