@haste-health/hl7.fhir.uv.subscriptions-backport.r4 0.0.4 → 0.1.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +7 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,12 @@
1
+ # @haste-health/hl7.fhir.uv.subscriptions-backport.r4
2
+
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9fcd8ed: Bump all package minor version
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [9fcd8ed]
12
+ - @haste-health/hl7.fhir.r4.core@0.5.0
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.4",
2
+ "version": "0.1.0",
3
3
  "tools-version": 3,
4
4
  "type": "IG",
5
5
  "date": "20240617160736",
@@ -10,21 +10,20 @@
10
10
  "title": "Subscriptions R5 Backport",
11
11
  "description": "The Subscription R5 Backport Implementation Guide enables servers running versions of FHIR earlier than R5 to implement a subset of R5 Subscriptions in a standardized way. (built Mon, Jun 17, 2024 16:07+0000+00:00)",
12
12
  "dependencies": {
13
- "@haste-health/hl7.fhir.r4.core": "workspace:^"
13
+ "@haste-health/hl7.fhir.r4.core": "^0.5.0"
14
14
  },
15
15
  "author": "HL7 International / FHIR Infrastructure",
16
16
  "directories": {
17
17
  "lib": "package",
18
18
  "example": "example"
19
19
  },
20
- "scripts": {
21
- "minify": "pnpm node ../../../packages/cli/lib/hastehealth.js minimize artifacts -d .",
22
- "generate-index": "pnpm node ../../../packages/cli/lib/hastehealth.js generate index-file --extension .json -p . -r .",
23
- "publish": "pnpm npm publish --access public --tolerate-republish"
24
- },
25
20
  "jurisdiction": "http://unstats.un.org/unsd/methods/m49/m49.htm#001",
26
21
  "name": "@haste-health/hl7.fhir.uv.subscriptions-backport.r4",
27
22
  "fhirVersions": [
28
23
  "4.0.0"
29
- ]
24
+ ],
25
+ "scripts": {
26
+ "minify": "pnpm node ../../../packages/cli/lib/hastehealth.js minimize artifacts -d .",
27
+ "generate-index": "pnpm node ../../../packages/cli/lib/hastehealth.js generate index-file --extension .json -p . -r ."
28
+ }
30
29
  }