@kno2/bluebutton 0.6.6 → 0.6.8
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/build/bluebutton.js +7 -7
- package/build/bluebutton.js.map +1 -1
- package/package.json +3 -3
- package/.idea/.name +0 -1
- package/.idea/bluebutton.js.iml +0 -9
- package/.idea/jsLibraryMappings.xml +0 -6
- package/.idea/libraries/bluebutton_js_node_modules.xml +0 -14
- package/.idea/misc.xml +0 -14
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -852
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kno2/bluebutton",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "BlueButton.js helps developers navigate complex health data with ease.",
|
|
5
5
|
"author": "Kno2, LLC",
|
|
6
6
|
"main": "build/bluebutton.js",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"test": "grunt test"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"
|
|
17
|
-
"
|
|
16
|
+
"@xmldom/xmldom": "^0.8.10",
|
|
17
|
+
"lodash": "^4.17.21"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@babel/core": "^7.13.15",
|
package/.idea/.name
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
bluebutton.js
|
package/.idea/bluebutton.js.iml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
|
5
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
<orderEntry type="library" name="bluebutton.js node_modules" level="project" />
|
|
8
|
-
</component>
|
|
9
|
-
</module>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<component name="libraryTable">
|
|
2
|
-
<library name="bluebutton.js node_modules" type="javaScript">
|
|
3
|
-
<properties>
|
|
4
|
-
<option name="frameworkName" value="node_modules" />
|
|
5
|
-
<sourceFilesUrls>
|
|
6
|
-
<item url="file://$PROJECT_DIR$/node_modules" />
|
|
7
|
-
</sourceFilesUrls>
|
|
8
|
-
</properties>
|
|
9
|
-
<CLASSES>
|
|
10
|
-
<root url="file://$PROJECT_DIR$/node_modules" />
|
|
11
|
-
</CLASSES>
|
|
12
|
-
<SOURCES />
|
|
13
|
-
</library>
|
|
14
|
-
</component>
|
package/.idea/misc.xml
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
|
|
4
|
-
<OptionsSetting value="true" id="Add" />
|
|
5
|
-
<OptionsSetting value="true" id="Remove" />
|
|
6
|
-
<OptionsSetting value="true" id="Checkout" />
|
|
7
|
-
<OptionsSetting value="true" id="Update" />
|
|
8
|
-
<OptionsSetting value="true" id="Status" />
|
|
9
|
-
<OptionsSetting value="true" id="Edit" />
|
|
10
|
-
<ConfirmationsSetting value="0" id="Add" />
|
|
11
|
-
<ConfirmationsSetting value="0" id="Remove" />
|
|
12
|
-
</component>
|
|
13
|
-
<component name="ProjectRootManager" version="2" />
|
|
14
|
-
</project>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/bluebutton.js.iml" filepath="$PROJECT_DIR$/.idea/bluebutton.js.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|