cqm-models 4.1.0 → 4.1.1
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/basetypes/Any.js +1 -1
- data/cqm-models.gemspec +1 -1
- data/dist/browser.js +1 -1
- data/dist/index.js +1 -1
- data/package-lock.json +4083 -0
- data/package.json +2 -2
- data/yarn.lock +1 -1
- metadata +8 -7
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cqm-models",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.1",
|
4
4
|
"description": "This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.",
|
5
5
|
"main": "app/assets/javascripts/index.js",
|
6
6
|
"browser": {
|
@@ -16,7 +16,7 @@
|
|
16
16
|
],
|
17
17
|
"license": "Apache-2.0",
|
18
18
|
"dependencies": {
|
19
|
-
"cql-execution": "
|
19
|
+
"cql-execution": "2.4.1",
|
20
20
|
"mongoose": "^5.13.12"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
data/yarn.lock
CHANGED
@@ -845,7 +845,7 @@ core-util-is@~1.0.0:
|
|
845
845
|
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
|
846
846
|
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
|
847
847
|
|
848
|
-
cql-execution
|
848
|
+
cql-execution@2.4.1:
|
849
849
|
version "2.4.1"
|
850
850
|
resolved "https://registry.yarnpkg.com/cql-execution/-/cql-execution-2.4.1.tgz#864e6b80f45cc2de4ed0dd475ca7f13fa50a1cfd"
|
851
851
|
integrity sha512-1FRAPEy3zdQcN4dy9NyBcXoCoR3ubhrKyD+Og/4sxsahJx7U+ZAQbnJ5eFbfPxjvVnO/feWpMyXW8odvK1GCbQ==
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cqm-models
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.
|
4
|
+
version: 4.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- aholmes@mitre.org
|
8
8
|
- mokeefe@mitre.org
|
9
9
|
- lades@mitre.org
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-
|
13
|
+
date: 2022-10-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundle-audit
|
@@ -154,7 +154,7 @@ dependencies:
|
|
154
154
|
version: '0'
|
155
155
|
description: This library contains auto generated Mongo (Mongoid) models that correspond
|
156
156
|
to the QDM (Quality Data Model) specification.
|
157
|
-
email:
|
157
|
+
email:
|
158
158
|
executables: []
|
159
159
|
extensions: []
|
160
160
|
extra_rdoc_files: []
|
@@ -379,6 +379,7 @@ files:
|
|
379
379
|
- modelinfo/qdm-modelinfo-5.5.xml
|
380
380
|
- modelinfo/qdm-modelinfo-5.6.xml
|
381
381
|
- notice.md
|
382
|
+
- package-lock.json
|
382
383
|
- package.json
|
383
384
|
- templates/all_data_elements_template.js.erb
|
384
385
|
- templates/entity_extension.rb.erb
|
@@ -395,7 +396,7 @@ homepage: https://github.com/projecttacoma/cqm-models
|
|
395
396
|
licenses:
|
396
397
|
- Apache-2.0
|
397
398
|
metadata: {}
|
398
|
-
post_install_message:
|
399
|
+
post_install_message:
|
399
400
|
rdoc_options: []
|
400
401
|
require_paths:
|
401
402
|
- lib
|
@@ -410,8 +411,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
410
411
|
- !ruby/object:Gem::Version
|
411
412
|
version: '0'
|
412
413
|
requirements: []
|
413
|
-
rubygems_version: 3.
|
414
|
-
signing_key:
|
414
|
+
rubygems_version: 3.1.6
|
415
|
+
signing_key:
|
415
416
|
specification_version: 4
|
416
417
|
summary: Mongo models that correspond to the QDM specification.
|
417
418
|
test_files: []
|