Skip to content

Commit

Permalink
⬆️ updated to Meteor.js version 3.0.2
Browse files Browse the repository at this point in the history
🐛 fixed OIDC integration (thanks @the-markus!)
  • Loading branch information
faburem committed Aug 20, 2024
1 parent d4b6b09 commit 275657c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@

[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected].0 # The database Meteor supports right now
[email protected].1 # The database Meteor supports right now
[email protected] # Reactive variable for tracker
[email protected] # Meteor's client-side reactive programming library

[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code
[email protected] # Server-side component of the `meteor shell` command

[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
ostrio:loggerconsole
faburem:client-server-logger
[email protected].0
[email protected].1
ostrio:[email protected]
[email protected]
faburem:accounts-anonymous
mdg:validated-method
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected].1
[email protected].2
22 changes: 11 additions & 11 deletions .meteor/versions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "titra",
"version": "0.99.9",
"version": "0.99.10",
"private": true,
"scripts": {
"start": "meteor run"
Expand Down

0 comments on commit 275657c

Please sign in to comment.