meteor3: purge dead client packages — web UI renders on 3.1
alanning:roles removed (client crashed the whole bundle; plain user.roles checks instead), selaias:cookie-consent replaced by in-repo React banner, publish-performant-counts vendored with countAsync, Meteor.autorun dropped (App)/Tracker.autorun (FiresMap), and the map publications not covered by the REST smoke (activefiresmyloc, activefiresunionmyloc, fireAlerts, oauth.verifyConfiguration) converted to async APIs. Verified in browser: / and /fires render with map + cookie banner, zero uncaught exceptions. REST smoke byte-identical (12/12).
This commit is contained in:
parent
0ff9848cd4
commit
eb3aec82ae
16 changed files with 194 additions and 50 deletions
|
|
@ -16,7 +16,6 @@ ecmascript@0.16.10 # Enable ECMAScript2015+ syntax in app code
|
|||
shell-server@0.6.1 # Server-side component of the `meteor shell` command
|
||||
|
||||
react-meteor-data
|
||||
alanning:roles
|
||||
fourseven:scss@5.0.0
|
||||
accounts-base@3.0.3
|
||||
accounts-password@3.0.3
|
||||
|
|
@ -33,14 +32,13 @@ dynamic-import@0.7.4
|
|||
static-html@1.4.0
|
||||
alexwine:bootstrap-4
|
||||
|
||||
selaias:cookie-consent # Cookie consent
|
||||
gadicc:blaze-react-component # Add braze to react
|
||||
255kb:meteor-status # Connect status
|
||||
# mixmax:smart-disconnect # Disconnect on lost focus (disabled to get notif)
|
||||
flowkey:raven # js errors
|
||||
vjrj:piwik # Stats
|
||||
mdg:geolocation
|
||||
natestrauser:publish-performant-counts
|
||||
tcef:publish-performant-counts
|
||||
ostrio:mailer # mailer
|
||||
# babrahams:constellation # dev utility
|
||||
percolate:migrations # db migrations
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ accounts-github@1.5.1
|
|||
accounts-google@1.4.1
|
||||
accounts-oauth@1.4.5
|
||||
accounts-password@3.0.3
|
||||
alanning:roles@1.2.10
|
||||
aldeed:collection2@4.2.0
|
||||
aldeed:schema-deny@4.0.2
|
||||
aldeed:simple-schema@1.13.1
|
||||
|
|
@ -75,7 +74,6 @@ mongo-decimal@0.2.0
|
|||
mongo-dev-server@1.1.1
|
||||
mongo-id@1.0.9
|
||||
mongo-livedata@1.0.13
|
||||
natestrauser:publish-performant-counts@0.1.2
|
||||
nimble:restivus@0.8.12
|
||||
npm-mongo@6.10.0
|
||||
nspangler:autoreconnect@0.0.1
|
||||
|
|
@ -83,7 +81,6 @@ oauth@3.0.0
|
|||
oauth2@1.3.3
|
||||
observe-sequence@2.0.1
|
||||
ordered-dict@1.2.0
|
||||
ostrio:cookies@2.8.0
|
||||
ostrio:mailer@2.5.0
|
||||
ostrio:meteor-root@1.0.7
|
||||
percolate:migrations@2.0.1
|
||||
|
|
@ -99,7 +96,6 @@ reload@1.3.2
|
|||
retry@1.1.1
|
||||
reywood:publish-composite@1.6.0
|
||||
routepolicy@1.1.2
|
||||
selaias:cookie-consent@0.4.0
|
||||
service-configuration@1.3.5
|
||||
sha@1.0.10
|
||||
shell-server@0.6.1
|
||||
|
|
@ -111,6 +107,7 @@ standard-minifier-css@1.9.3
|
|||
standard-minifier-js@3.0.0
|
||||
static-html@1.4.0
|
||||
static-html-tools@1.0.0
|
||||
tcef:publish-performant-counts@0.2.0
|
||||
templating@1.4.4
|
||||
templating-compiler@2.0.1
|
||||
templating-runtime@2.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue