@zackaustin/simple-test-npmjs-dependency-project 1.0.0 → 1.0.2
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.
package/.index.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"index-version":1,"files":[{"resourceType":"Library","id":"FHIRHelpers","url":"http://hl7.org/fhir/Library/FHIRHelpers","version":"1.0.2","filename":"src-fhir-library-FHIRHelpers.resource.json"},{"resourceType":"Library","id":"HelloWorld","url":"http://content.smiledigitalhealth.com/fhir/uv/simple-test-npmjs-dependency-project/Library/HelloWorld","version":"1.0.
|
|
1
|
+
{"index-version":1,"files":[{"resourceType":"Library","id":"FHIRHelpers","url":"http://hl7.org/fhir/Library/FHIRHelpers","version":"1.0.2","filename":"src-fhir-library-FHIRHelpers.resource.json"},{"resourceType":"Library","id":"HelloWorld","url":"http://content.smiledigitalhealth.com/fhir/uv/simple-test-npmjs-dependency-project/Library/HelloWorld","version":"1.0.2","filename":"src-fhir-library-HelloWorld.resource.json"}]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zackaustin/simple-test-npmjs-dependency-project",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"canonical": "http://content.smiledigitalhealth.com/fhir/uv/simple-test-npmjs-dependency-project",
|
|
5
5
|
"description": "Mock dependency for KALM dependency resolution testing.",
|
|
6
6
|
"dependencies": {
|
|
@@ -23,8 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"registry": "https://registry.npmjs.org/",
|
|
25
25
|
"access": "public"
|
|
26
|
-
},
|
|
27
|
-
"kalm": {
|
|
28
|
-
"fhirServerUrl": "http://localhost:8002"
|
|
29
26
|
}
|
|
30
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"resourceType":"Library","id":"HelloWorld","name":"HelloWorld","title":"Hello World CQL Library","status":"draft","content":[{"contentType":"text/cql","data":"
|
|
1
|
+
{"resourceType":"Library","id":"HelloWorld","name":"HelloWorld","title":"Hello World CQL Library","status":"draft","content":[{"contentType":"text/cql","data":"bGlicmFyeSBIZWxsb1dvcmxkIHZlcnNpb24gJzEuMC4yJwoKdXNpbmcgRkhJUiB2ZXJzaW9uICc0LjAuMScKCmluY2x1ZGUgRkhJUkhlbHBlcnMgdmVyc2lvbiAnNC4wLjEnIGNhbGxlZCBGSElSSGVscGVycwoKY29udGV4dCBQYXRpZW50CgpkZWZpbmUgIkhlbGxvV29ybGQiOiAnSGVsbG8gTlBNSlMgRGVwZW5kZW5jeSBXb3JsZCEnCg=="}],"version":"1.0.2","url":"http://content.smiledigitalhealth.com/fhir/uv/simple-test-npmjs-dependency-project/Library/HelloWorld"}
|