Skip to content

Commit

Permalink
Merge pull request #531 from jplomas/master
Browse files Browse the repository at this point in the history
Release public web wallet Mainnet NFT support
  • Loading branch information
jplomas committed Jul 8, 2023
2 parents 64145fe + 1ffd9f3 commit be1e4dd
Show file tree
Hide file tree
Showing 19 changed files with 3,668 additions and 1,774 deletions.
6 changes: 3 additions & 3 deletions .meteor/packages
Expand Up @@ -8,16 +8,16 @@ meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
blaze-html-templates # Compile .html files into Meteor Blaze views
tracker@1.2.0 # Meteor's client-side reactive programming library
standard-minifier-js@2.7.2 # JS minifier run for production mode
standard-minifier-js@2.8.0 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.16.0 # Enable ECMAScript2015+ syntax in app code
ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code

kadira:flow-router # FlowRouter is a very simple router for Meteor
kadira:blaze-layout # Layout manager for blaze (works well with FlowRouter)


johanbrook:publication-collector # Test a Meteor publication by collecting its output
http@1.4.2
http
session@1.2.0
check@1.3.1
jayuda:flx-qrcode
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
@@ -1 +1 @@
METEOR@2.5.1
METEOR@2.7.1
32 changes: 16 additions & 16 deletions .meteor/versions
@@ -1,7 +1,7 @@
allow-deny@1.1.0
allow-deny@1.1.1
audit-argument-checks@1.0.7
autoupdate@1.8.0
babel-compiler@7.7.0
babel-compiler@7.9.0
babel-runtime@1.5.0
base64@1.0.12
binary-heap@1.0.11
Expand All @@ -13,7 +13,7 @@ browser-policy-common@1.0.11
browser-policy-content@1.1.1
browser-policy-framing@1.1.0
caching-compiler@1.2.2
caching-html-compiler@1.2.0
caching-html-compiler@1.2.1
callback-hook@1.4.0
check@1.3.1
ddp@1.4.0
Expand All @@ -23,11 +23,11 @@ ddp-server@2.5.0
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.7.2
ecmascript@0.16.0
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.1
ejson@1.1.2
es5-shim@4.8.0
fastclick@1.0.13
fetch@0.1.1
Expand Down Expand Up @@ -56,26 +56,26 @@ meteor@1.10.0
meteor-base@1.5.1
meteor-platform@1.2.6
minifier-css@1.6.0
minifier-js@2.7.2
minimongo@1.7.0
minifier-js@2.7.4
minimongo@1.8.0
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.7
modules@0.17.0
modules-runtime@0.12.0
modules@0.18.0
modules-runtime@0.13.0
momentjs:moment@2.29.1
mongo@1.13.0
mongo@1.14.6
mongo-decimal@0.1.2
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@3.9.1
npm-mongo@4.3.1
observe-sequence@1.0.19
ordered-dict@1.1.0
promise@0.12.0
qrl:browser-policy@1.1.1
qrl:browser-policy-common@1.0.13
random@1.2.0
react-fast-refresh@0.2.0
react-fast-refresh@0.2.3
reactive-dict@1.3.0
reactive-var@1.0.11
reload@1.3.1
Expand All @@ -86,16 +86,16 @@ semantic:ui-data@2.3.1
session@1.2.0
socket-stream-client@0.4.0
spacebars@1.2.0
spacebars-compiler@1.2.1
standard-minifier-js@2.7.2
spacebars-compiler@1.3.0
standard-minifier-js@2.8.0
steeve:jquery-qrcode@0.2.2
templating@1.4.1
templating-compiler@1.4.1
templating-runtime@1.5.0
templating-tools@1.2.0
templating-tools@1.2.1
tracker@1.2.0
ui@1.0.13
underscore@1.0.10
url@1.3.2
webapp@1.13.0
webapp@1.13.1
webapp-hashing@1.1.0

0 comments on commit be1e4dd

Please sign in to comment.