This repository was archived by the owner on Oct 17, 2019. It is now read-only.
File tree 2 files changed +19
-16
lines changed
2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shr-json-schema-export" ,
3
- "version" : " 5.3.2 " ,
3
+ "version" : " 6.0.0-beta.1 " ,
4
4
"description" : " Exports SHR data elements from SHR models to JSON Schema" ,
5
5
"author" : " " ,
6
6
"license" : " Apache-2.0" ,
24
24
"chai" : " ^3.5.0" ,
25
25
"eslint" : " ^3.6.1" ,
26
26
"mocha" : " ^3.2.0" ,
27
- "shr-expand" : " ^5.5.2 " ,
28
- "shr-models" : " ^5.5.3 " ,
29
- "shr-test-helpers" : " ^5.2.2 "
27
+ "shr-expand" : " ^6.0.0-beta.1 " ,
28
+ "shr-models" : " ^6.0.0-beta.1 " ,
29
+ "shr-test-helpers" : " ^6.0.0-beta.1 "
30
30
},
31
31
"peerDependencies" : {
32
32
"bunyan" : " ^1.8.9" ,
33
- "shr-models" : " ^5.5.3 "
33
+ "shr-models" : " ^6.0.0-beta.1 "
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -915,17 +915,20 @@ shelljs@^0.7.5:
915
915
interpret "^1.0.0"
916
916
rechoir "^0.6.2"
917
917
918
- shr-expand@^5.5.2 :
919
- version "5.5.2"
920
- resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-5.5.2.tgz#e325327b8e1a1995229c7abb1fbef4a5347b67ff"
921
-
922
- shr-models@^5.5.3 :
923
- version "5.5.3"
924
- resolved "https://registry.yarnpkg.com/shr-models/-/shr-models-5.5.3.tgz#bc972ba2355bd7dd35d1169c7f17332967165c65"
925
-
926
- shr-test-helpers@^5.2.2 :
927
- version "5.2.2"
928
- resolved "https://registry.yarnpkg.com/shr-test-helpers/-/shr-test-helpers-5.2.2.tgz#31c18d3db71a0181cd18e74105b42881756f5834"
918
+ shr-expand@^6.0.0-beta.1 :
919
+ version "6.0.0-beta.1"
920
+ resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-6.0.0-beta.1.tgz#2ef7ada2c5d5cc390e05216ebba88a160bb3c924"
921
+ integrity sha512-CQ2zOMQ3cD/8g0F89KfZGNoARzie7fEK4CfCM6Xd8RWMFAIK26gAJN5+M5yqEqghxCqt9RFvQP/WnmBL2mopgA==
922
+
923
+ shr-models@^6.0.0-beta.1 :
924
+ version "6.0.0-beta.1"
925
+ resolved "https://registry.yarnpkg.com/shr-models/-/shr-models-6.0.0-beta.1.tgz#52f6c9ff10838820c00d6c4e524b237fb95db646"
926
+ integrity sha512-M7Iz17rCDXDnJ+Su2FbybikNT/O2fHG50BkS+rH4ydFa/6EgLvhL89VI+o9qG+mot3DRb+gvMStn9n7SVkqkwQ==
927
+
928
+ shr-test-helpers@^6.0.0-beta.1 :
929
+ version "6.0.0-beta.1"
930
+ resolved "https://registry.yarnpkg.com/shr-test-helpers/-/shr-test-helpers-6.0.0-beta.1.tgz#ac43b7ab786cfa398288ae553ddc5626543e9c42"
931
+ integrity sha512-mIh7qoo/1utxjMyGbMZlTY/EWwrkWwHe8gk+1MbqtEd0L9837+pMIHCsmYFhlkj10eKvFL8g4lDzy2ZSYAPrdQ==
929
932
dependencies :
930
933
fs-extra "^5.0.0"
931
934
You can’t perform that action at this time.
0 commit comments