From 55a2aa90cbbf44200e9b0b9f4bd08b6177f1bb95 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 16 Jan 2020 06:07:22 +0200 Subject: Use Meteor 1.8.x on Snap. --- .snap-meteor-1.8/.meteor/.finished-upgraders | 20 +++ .snap-meteor-1.8/.meteor/.gitignore | 2 + .snap-meteor-1.8/.meteor/.id | 7 + .snap-meteor-1.8/.meteor/cordova-plugins | 0 .snap-meteor-1.8/.meteor/packages | 99 ++++++++++++++ .snap-meteor-1.8/.meteor/platforms | 2 + .snap-meteor-1.8/.meteor/release | 1 + .snap-meteor-1.8/.meteor/versions | 198 +++++++++++++++++++++++++++ 8 files changed, 329 insertions(+) create mode 100644 .snap-meteor-1.8/.meteor/.finished-upgraders create mode 100644 .snap-meteor-1.8/.meteor/.gitignore create mode 100644 .snap-meteor-1.8/.meteor/.id create mode 100644 .snap-meteor-1.8/.meteor/cordova-plugins create mode 100644 .snap-meteor-1.8/.meteor/packages create mode 100644 .snap-meteor-1.8/.meteor/platforms create mode 100644 .snap-meteor-1.8/.meteor/release create mode 100644 .snap-meteor-1.8/.meteor/versions (limited to '.snap-meteor-1.8/.meteor') diff --git a/.snap-meteor-1.8/.meteor/.finished-upgraders b/.snap-meteor-1.8/.meteor/.finished-upgraders new file mode 100644 index 00000000..bc5b50f7 --- /dev/null +++ b/.snap-meteor-1.8/.meteor/.finished-upgraders @@ -0,0 +1,20 @@ +# This file contains information which helps Meteor properly upgrade your +# app when you run 'meteor update'. You should check it into version control +# with your project. + +notices-for-0.9.0 +notices-for-0.9.1 +0.9.4-platform-file +notices-for-facebook-graph-api-2 +1.2.0-standard-minifiers-package +1.2.0-meteor-platform-split +1.2.0-cordova-changes +1.2.0-breaking-changes +1.3.0-split-minifiers-package +1.3.5-remove-old-dev-bundle-link +1.4.0-remove-old-dev-bundle-link +1.4.1-add-shell-server-package +1.4.3-split-account-service-packages +1.5-add-dynamic-import-package +1.7-split-underscore-from-meteor-base +1.8.3-split-jquery-from-blaze diff --git a/.snap-meteor-1.8/.meteor/.gitignore b/.snap-meteor-1.8/.meteor/.gitignore new file mode 100644 index 00000000..501f92e4 --- /dev/null +++ b/.snap-meteor-1.8/.meteor/.gitignore @@ -0,0 +1,2 @@ +dev_bundle +local diff --git a/.snap-meteor-1.8/.meteor/.id b/.snap-meteor-1.8/.meteor/.id new file mode 100644 index 00000000..0556ccf7 --- /dev/null +++ b/.snap-meteor-1.8/.meteor/.id @@ -0,0 +1,7 @@ +# This file contains a token that is unique to your project. +# Check it into your repository along with the rest of this directory. +# It can be used for purposes such as: +# - ensuring you don't accidentally deploy one app on top of another +# - providing package authors with aggregated statistics + +dvyihgykyzec6y1dpg diff --git a/.snap-meteor-1.8/.meteor/cordova-plugins b/.snap-meteor-1.8/.meteor/cordova-plugins new file mode 100644 index 00000000..e69de29b diff --git a/.snap-meteor-1.8/.meteor/packages b/.snap-meteor-1.8/.meteor/packages new file mode 100644 index 00000000..8d25f206 --- /dev/null +++ b/.snap-meteor-1.8/.meteor/packages @@ -0,0 +1,99 @@ +# Meteor packages used by this project, one per line. +# +# 'meteor add' and 'meteor remove' will edit this file for you, +# but you can also edit it by hand. + +meteor-base@1.4.0 + +# Build system +ecmascript@0.13.2 +standard-minifier-css@1.5.4 +standard-minifier-js@2.5.2 +mquandalle:jade + +# Polyfills +es5-shim@4.8.0 + +# Collections +aldeed:collection2 +cfs:standard-packages +cottz:publish-relations +dburles:collection-helpers +idmontie:migrations +matb33:collection-hooks +matteodem:easy-search +mongo@1.7.0 +mquandalle:collection-mutations + +# Account system +kenton:accounts-sandstorm +service-configuration@1.0.11 +useraccounts:unstyled +useraccounts:flow-routing +wekan-ldap +wekan-accounts-cas +wekan-accounts-oidc + +# Utilities +check@1.3.1 +jquery@1.11.10 +random@1.1.0 +reactive-dict@1.3.0 +session@1.2.0 +tracker@1.2.0 +underscore@1.0.10 +3stack:presence +alethes:pages +arillo:flow-router-helpers +audit-argument-checks@1.0.7 +kadira:blaze-layout +kadira:dochead +mquandalle:autofocus +ongoworks:speakingurl +raix:handlebar-helpers +tap:i18n +http@1.4.2 + +# UI components +blaze +reactive-var@1.0.11 +fortawesome:fontawesome +mousetrap:mousetrap +mquandalle:jquery-textcomplete +mquandalle:jquery-ui-drag-drop-sort +mquandalle:mousetrap-bindglobal +peerlibrary:blaze-components@=0.15.1 +templates:tabs +verron:autosize +simple:json-routes +rajit:bootstrap3-datepicker +shell-server@0.4.0 +simple:rest-accounts-password +useraccounts:core +email@1.2.3 +horka:swipebox +dynamic-import@0.5.1 +staringatlights:fast-render + +accounts-password@1.5.2 +cfs:gridfs +rzymek:fullcalendar +momentjs:moment@2.22.2 +browser-policy-framing@1.1.0 +mquandalle:moment +msavin:usercache +wekan-scrollbar +mquandalle:perfect-scrollbar +mdg:meteor-apm-agent@3.2.0-rc.0! +coagmano:stylus +lucasantoniassi:accounts-lockout +meteorhacks:subs-manager +meteorhacks:picker +lamhieu:unblock +meteorhacks:aggregate@1.3.0 +wekan-markdown +konecty:mongo-counter +percolate:synced-cron +easylogic:summernote +cfs:filesystem +ostrio:cookies diff --git a/.snap-meteor-1.8/.meteor/platforms b/.snap-meteor-1.8/.meteor/platforms new file mode 100644 index 00000000..efeba1b5 --- /dev/null +++ b/.snap-meteor-1.8/.meteor/platforms @@ -0,0 +1,2 @@ +server +browser diff --git a/.snap-meteor-1.8/.meteor/release b/.snap-meteor-1.8/.meteor/release new file mode 100644 index 00000000..bfccdc2c --- /dev/null +++ b/.snap-meteor-1.8/.meteor/release @@ -0,0 +1 @@ +METEOR@1.8.3 diff --git a/.snap-meteor-1.8/.meteor/versions b/.snap-meteor-1.8/.meteor/versions new file mode 100644 index 00000000..ce5a6635 --- /dev/null +++ b/.snap-meteor-1.8/.meteor/versions @@ -0,0 +1,198 @@ +3stack:presence@1.1.2 +accounts-base@1.4.5 +accounts-oauth@1.1.16 +accounts-password@1.5.2 +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 +alethes:pages@1.8.6 +allow-deny@1.1.0 +arillo:flow-router-helpers@0.5.2 +audit-argument-checks@1.0.7 +autoupdate@1.6.0 +babel-compiler@7.4.2 +babel-runtime@1.4.0 +base64@1.0.12 +binary-heap@1.0.11 +blaze@2.3.4 +blaze-tools@1.0.10 +boilerplate-generator@1.6.0 +browser-policy-common@1.0.11 +browser-policy-framing@1.1.0 +caching-compiler@1.2.1 +caching-html-compiler@1.1.3 +callback-hook@1.2.0 +cfs:access-point@0.1.49 +cfs:base-package@0.0.30 +cfs:collection@0.5.5 +cfs:collection-filters@0.2.4 +cfs:data-man@0.0.6 +cfs:file@0.1.17 +cfs:filesystem@0.1.2 +cfs:gridfs@0.0.34 +cfs:http-methods@0.0.32 +cfs:http-publish@0.0.13 +cfs:power-queue@0.9.11 +cfs:reactive-list@0.0.9 +cfs:reactive-property@0.0.4 +cfs:standard-packages@0.5.10 +cfs:storage-adapter@0.2.4 +cfs:tempstore@0.1.6 +cfs:upload-http@0.0.20 +cfs:worker@0.1.5 +check@1.3.1 +chuangbo:cookie@1.1.0 +coagmano:stylus@2.0.0 +coffeescript@1.0.17 +cottz:publish-relations@2.0.8 +dburles:collection-helpers@1.1.0 +ddp@1.4.0 +ddp-client@2.3.3 +ddp-common@1.4.0 +ddp-rate-limiter@1.0.7 +ddp-server@2.3.0 +deps@1.0.12 +diff-sequence@1.1.1 +dynamic-import@0.5.1 +easylogic:summernote@0.8.8 +ecmascript@0.13.2 +ecmascript-runtime@0.7.0 +ecmascript-runtime-client@0.9.0 +ecmascript-runtime-server@0.8.0 +ejson@1.1.1 +email@1.2.3 +es5-shim@4.8.0 +fastclick@1.0.13 +fetch@0.1.1 +fortawesome:fontawesome@4.7.0 +geojson-utils@1.0.10 +horka:swipebox@1.0.2 +hot-code-push@1.0.4 +html-tools@1.0.11 +htmljs@1.0.11 +http@1.4.2 +id-map@1.1.0 +idmontie:migrations@1.0.3 +inter-process-messaging@0.1.0 +jquery@1.11.11 +kadira:blaze-layout@2.3.0 +kadira:dochead@1.5.0 +kadira:flow-router@2.12.1 +kenton:accounts-sandstorm@0.7.0 +konecty:mongo-counter@0.0.5_3 +lamhieu:meteorx@2.1.1 +lamhieu:unblock@1.0.0 +launch-screen@1.1.1 +livedata@1.0.18 +localstorage@1.2.0 +logging@1.1.20 +lucasantoniassi:accounts-lockout@1.0.0 +matb33:collection-hooks@0.9.1 +matteodem:easy-search@1.6.4 +mdg:meteor-apm-agent@3.2.5 +mdg:validation-error@0.5.1 +meteor@1.9.3 +meteor-base@1.4.0 +meteor-platform@1.2.6 +meteorhacks:aggregate@1.3.0 +meteorhacks:collection-utils@1.2.0 +meteorhacks:picker@1.0.3 +meteorhacks:subs-manager@1.6.4 +meteorspark:util@0.2.0 +minifier-css@1.4.3 +minifier-js@2.5.1 +minifiers@1.1.8-faster-rebuild.0 +minimongo@1.4.5 +mobile-status-bar@1.0.14 +modern-browsers@0.1.4 +modules@0.14.0 +modules-runtime@0.11.0 +momentjs:moment@2.24.0 +mongo@1.7.0 +mongo-decimal@0.1.1 +mongo-dev-server@1.1.0 +mongo-id@1.0.7 +mongo-livedata@1.0.12 +mousetrap:mousetrap@1.4.6_1 +mquandalle:autofocus@1.0.0 +mquandalle:collection-mutations@0.1.0 +mquandalle:jade@0.4.9 +mquandalle:jade-compiler@0.4.5 +mquandalle:jquery-textcomplete@0.8.0_1 +mquandalle:jquery-ui-drag-drop-sort@0.2.0 +mquandalle:moment@1.0.1 +mquandalle:mousetrap-bindglobal@0.0.1 +mquandalle:perfect-scrollbar@0.6.5_2 +msavin:usercache@1.8.0 +npm-bcrypt@0.9.3 +npm-mongo@3.2.0 +oauth@1.2.8 +oauth2@1.2.1 +observe-sequence@1.0.16 +ongoworks:speakingurl@1.1.0 +ordered-dict@1.1.0 +ostrio:cookies@2.5.0 +peerlibrary:assert@0.3.0 +peerlibrary:base-component@0.16.0 +peerlibrary:blaze-components@0.15.1 +peerlibrary:computed-field@0.10.0 +peerlibrary:reactive-field@0.6.0 +percolate:synced-cron@1.3.2 +promise@0.11.2 +raix:eventemitter@0.1.3 +raix:handlebar-helpers@0.2.5 +rajit:bootstrap3-datepicker@1.7.1_1 +random@1.1.0 +rate-limit@1.0.9 +reactive-dict@1.3.0 +reactive-var@1.0.11 +reload@1.3.0 +retry@1.1.0 +routepolicy@1.1.0 +rzymek:fullcalendar@3.8.0 +server-render@0.3.1 +service-configuration@1.0.11 +session@1.2.0 +sha@1.0.9 +shell-server@0.4.0 +simple:authenticate-user-by-token@1.0.1 +simple:json-routes@2.1.0 +simple:rest-accounts-password@1.1.2 +simple:rest-bearer-token-parser@1.0.1 +simple:rest-json-error-handler@1.0.1 +socket-stream-client@0.2.2 +softwarerero:accounts-t9n@1.3.11 +spacebars@1.0.15 +spacebars-compiler@1.1.3 +srp@1.0.12 +standard-minifier-css@1.5.4 +standard-minifier-js@2.5.2 +staringatlights:fast-render@3.2.0 +staringatlights:inject-data@2.3.0 +tap:i18n@1.8.2 +templates:tabs@2.3.0 +templating@1.3.2 +templating-compiler@1.3.3 +templating-runtime@1.3.2 +templating-tools@1.1.2 +tracker@1.2.0 +twbs:bootstrap@3.3.6 +ui@1.0.13 +underscore@1.0.10 +url@1.2.0 +useraccounts:core@1.14.2 +useraccounts:flow-routing@1.14.2 +useraccounts:unstyled@1.14.2 +verron:autosize@3.0.8 +webapp@1.7.5 +webapp-hashing@1.0.9 +wekan-accounts-cas@0.1.0 +wekan-accounts-oidc@1.0.10 +wekan-ldap@0.0.2 +wekan-markdown@1.0.7 +wekan-oidc@1.0.12 +wekan-scrollbar@3.1.3 +yasaricli:slugify@0.0.7 +zimme:active-route@2.3.2 -- cgit v1.2.3-1-g7c22