Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
v6.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel committed Jun 4, 2019
1 parent 417ba50 commit 16cc95c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shr-json-schema-export",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"description": "Exports SHR data elements from SHR models to JSON Schema",
"author": "",
"license": "Apache-2.0",
Expand All @@ -24,12 +24,12 @@
"chai": "^3.5.0",
"eslint": "^3.6.1",
"mocha": "^3.2.0",
"shr-expand": "^6.0.0-beta.1",
"shr-models": "^6.0.0-beta.1",
"shr-test-helpers": "^6.0.0-beta.1"
"shr-expand": "^6.0.0-beta.2",
"shr-models": "^6.0.0-beta.2",
"shr-test-helpers": "^6.0.0-beta.2"
},
"peerDependencies": {
"bunyan": "^1.8.9",
"shr-models": "^6.0.0-beta.1"
"shr-models": "^6.0.0-beta.2"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -915,20 +915,20 @@ shelljs@^0.7.5:
interpret "^1.0.0"
rechoir "^0.6.2"

shr-expand@^6.0.0-beta.1:
version "6.0.0-beta.1"
resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-6.0.0-beta.1.tgz#2ef7ada2c5d5cc390e05216ebba88a160bb3c924"
integrity sha512-CQ2zOMQ3cD/8g0F89KfZGNoARzie7fEK4CfCM6Xd8RWMFAIK26gAJN5+M5yqEqghxCqt9RFvQP/WnmBL2mopgA==

shr-models@^6.0.0-beta.1:
version "6.0.0-beta.1"
resolved "https://registry.yarnpkg.com/shr-models/-/shr-models-6.0.0-beta.1.tgz#52f6c9ff10838820c00d6c4e524b237fb95db646"
integrity sha512-M7Iz17rCDXDnJ+Su2FbybikNT/O2fHG50BkS+rH4ydFa/6EgLvhL89VI+o9qG+mot3DRb+gvMStn9n7SVkqkwQ==

shr-test-helpers@^6.0.0-beta.1:
version "6.0.0-beta.1"
resolved "https://registry.yarnpkg.com/shr-test-helpers/-/shr-test-helpers-6.0.0-beta.1.tgz#ac43b7ab786cfa398288ae553ddc5626543e9c42"
integrity sha512-mIh7qoo/1utxjMyGbMZlTY/EWwrkWwHe8gk+1MbqtEd0L9837+pMIHCsmYFhlkj10eKvFL8g4lDzy2ZSYAPrdQ==
shr-expand@^6.0.0-beta.2:
version "6.0.0-beta.2"
resolved "https://registry.yarnpkg.com/shr-expand/-/shr-expand-6.0.0-beta.2.tgz#030b6d6c72071b1ca8e171863ad7466b4bd02aab"
integrity sha512-XBMSJcg7aeCV0OjNrARDhnYUZ0FInojpNKfjKjBb42lMP4pmEuifY/ErSzXDauJLzUZpV3BuRXQ5XueKau9p3Q==

shr-models@^6.0.0-beta.2:
version "6.0.0-beta.2"
resolved "https://registry.yarnpkg.com/shr-models/-/shr-models-6.0.0-beta.2.tgz#8a730e43dc3e044e26758d7e7569155207901215"
integrity sha512-8VpMawL//uZ5dhXoNCEfVmxBAoPhPtLHdvLDwdedujaFdggqNOKwncn8KsYbJl3FXrnwWKlG8FOMRkEYw9xXBg==

shr-test-helpers@^6.0.0-beta.2:
version "6.0.0-beta.2"
resolved "https://registry.yarnpkg.com/shr-test-helpers/-/shr-test-helpers-6.0.0-beta.2.tgz#6b8e9c5b7e46c8922c3261b691bb35c2352c0d90"
integrity sha512-onl2ZZOHFopgQmW0p30DPURg9NltmezRKiKfnp2Uww0OgHySH3kiXgVJP8/ie3P7mvv6N7aJ+yNP9luBAJ933g==
dependencies:
fs-extra "^5.0.0"

Expand Down

0 comments on commit 16cc95c

Please sign in to comment.