rxome-generator 1.0.2 → 1.0.4-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,7 +143,7 @@
143
143
  "pseudonym": "_DEMO_PSEUDONYM_"
144
144
  },
145
145
  "credentials": {
146
- "key": "lBSkSxe/+UBWOeF5OJdQgf9qZhiI85hYE6yJCuWjCNk=",
146
+ "key": "Rf7VbeUBQmjvAagwsWx6riaZYc7h4OBD4CuxYyZ5bgA=",
147
147
  "keyId": "rxome",
148
148
  "user": "a_clinician@mgz-muenchen.de"
149
149
  }
@@ -70,7 +70,7 @@
70
70
  "excludes": ["HP:0031360", "HP:0001234"]
71
71
  },
72
72
  "credentials": {
73
- "key": "lBSkSxe/+UBWOeF5OJdQgf9qZhiI85hYE6yJCuWjCNk=",
73
+ "key": "Rf7VbeUBQmjvAagwsWx6riaZYc7h4OBD4CuxYyZ5bgA=",
74
74
  "keyId": "rxome",
75
75
  "user": "a_clinician@mgz-muenchen.de"
76
76
  }
@@ -139,7 +139,6 @@
139
139
  "created": "2021-05-14T10:35:00Z",
140
140
  "createdBy": "mgz",
141
141
  "submittedBy": "a_clinician@mgz-muenchen.de",
142
- "phenopacketSchemaVersion": "2.0",
143
- "pseudonym": "_DEMO_PSEUDONYM_"
142
+ "phenopacketSchemaVersion": "2.0"
144
143
  }
145
144
  }
@@ -0,0 +1 @@
1
+ {"status":422,"message":"Request failed with status code 403"}
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export * from './lib/rxome-api.cjs';
2
- export * from './lib/rxome-api-demo.cjs';
3
- export * from './lib/rxome-generator.cjs';
1
+ export * from './lib/rxome-api';
2
+ export * from './lib/rxome-api-demo';
3
+ export * from './lib/rxome-generator';
@@ -0,0 +1,4 @@
1
+ // Auto-generated package info for browser compatibility
2
+ export const version = "1.0.4-beta.1";
3
+ export const name = "rxome-generator";
4
+ export const description = "Generates QR codes containing medical information for use with the FindMe2Care platform.";