Updated the models.

This commit is contained in:
2022-06-20 08:24:35 -07:00
parent f5e98bee03
commit 6c6778d58e
14 changed files with 661 additions and 3186 deletions

View File

@@ -7,7 +7,7 @@
meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.15.0 # The database Meteor supports right now
jquery # Wrapper package for npm-installed jquery
jquery # Wrapper package for npm-installed jquery
reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.2.0 # Meteor's client-side reactive programming library
@@ -18,6 +18,9 @@ ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code
typescript@4.5.4 # Enable TypeScript syntax in .ts and .tsx modules
shell-server@0.5.0 # Server-side component of the `meteor shell` command
aldeed:collection2 # Attaches a schema to a collection
aldeed:schema-index # Allows the schema to specify fields to be indexed
svelte:compiler
#static-html@1.3.2
rdb:svelte-meteor-data

View File

@@ -5,6 +5,11 @@ accounts-password@2.3.1
accounts-ui@1.4.2
accounts-ui-unstyled@1.7.0
alanning:roles@3.4.0
aldeed:collection2@2.10.0
aldeed:collection2-core@1.2.0
aldeed:schema-deny@1.1.0
aldeed:schema-index@1.1.1
aldeed:simple-schema@1.5.4
allow-deny@1.1.1
autoupdate@1.8.0
babel-compiler@7.9.0
@@ -47,6 +52,7 @@ launch-screen@1.3.0
less@4.0.0
localstorage@1.2.0
logging@1.3.1
mdg:validation-error@0.2.0
meteor@1.10.0
meteor-base@1.5.1
meteortesting:browser-tests@1.3.5
@@ -72,6 +78,7 @@ oauth2@1.3.1
observe-sequence@1.0.20
ordered-dict@1.1.0
promise@0.12.0
raix:eventemitter@0.1.3
random@1.2.0
rate-limit@1.0.9
rdb:svelte-meteor-data@1.0.0