Skip to content

Commit

Permalink
Incrementing version number to 4.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcilvenna committed Jul 12, 2023
1 parent e154126 commit 23ee57d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion convertToJs.d.ts
@@ -1,4 +1,4 @@
import { ParseConformance } from './parseConformance';
import type { ParseConformance } from './parseConformance';
export declare class ConvertToJs {
private parser;
constructor(parser?: ParseConformance);
Expand Down
2 changes: 1 addition & 1 deletion convertToXml.d.ts
@@ -1,4 +1,4 @@
import { ParseConformance } from './parseConformance';
import type { ParseConformance } from './parseConformance';
export interface XmlDeclaration {
attributes?: {
[id: string]: any;
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fhir.d.ts
@@ -1,4 +1,4 @@
import { ParseConformance } from './parseConformance';
import type { ParseConformance } from './parseConformance';
import type { Bundle } from "./model/bundle";
import type { ValidatorOptions, ValidatorResponse } from './validator';
export declare enum Versions {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fhir",
"version": "4.11.3",
"version": "4.11.4",
"description": "Library that assists in handling FHIR resources. Supports serialization between JSON and XML, validation and FhirPath evaluation.",
"readme": "README.md",
"types": "index.d.ts",
Expand Down

0 comments on commit 23ee57d

Please sign in to comment.