-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from Meteor-Community-Packages/meteor-3
Meteor 3.0 migration
- Loading branch information
Showing
29 changed files
with
5,010 additions
and
3,146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ignore artifacts: | ||
build | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"trailingComma": "none", | ||
"singleQuote": true, | ||
"printWidth": 100 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "meteor-collection2", | ||
"version": "1.0.0", | ||
"description": "[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) ![GitHub](https://img.shields.io/github/license/Meteor-Community-Packages/meteor-collection2) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/Meteor-Community-Packages/meteor-collection2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Meteor-Community-Packages/meteor-collection2/context:javascript) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/Meteor-Community-Packages/meteor-collection2?label=latest&sort=semver) [![](https://img.shields.io/badge/semver-2.0.0-success)](http://semver.org/spec/v2.0.0.html) ![Test suite](https://github.com/Meteor-Community-Packages/meteor-collection2/workflows/Test%20suite/badge.svg)", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Meteor-Community-Packages/meteor-collection2.git" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Meteor-Community-Packages/meteor-collection2/issues" | ||
}, | ||
"homepage": "https://github.com/Meteor-Community-Packages/meteor-collection2#readme", | ||
"devDependencies": { | ||
"prettier": "3.1.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,56 @@ | ||
aldeed:collection2@3.5.0 | ||
allow-deny@1.1.0 | ||
babel-compiler@7.7.0 | ||
babel-runtime@1.5.0 | ||
aldeed:collection2@4.0.0-beta.7 | ||
aldeed:simple-schema@1.13.1 | ||
allow-deny@1.1.1 | ||
babel-compiler@7.10.5 | ||
babel-runtime@1.5.1 | ||
base64@1.0.12 | ||
binary-heap@1.0.11 | ||
boilerplate-generator@1.7.1 | ||
callback-hook@1.3.1 | ||
check@1.3.1 | ||
ddp@1.4.0 | ||
ddp-client@2.5.0 | ||
boilerplate-generator@1.7.2 | ||
callback-hook@1.5.1 | ||
check@1.3.2 | ||
ddp@1.4.1 | ||
ddp-client@2.6.1 | ||
ddp-common@1.4.0 | ||
ddp-server@2.4.0 | ||
diff-sequence@1.1.1 | ||
dynamic-import@0.7.1 | ||
ecmascript@0.15.3 | ||
ecmascript-runtime@0.7.0 | ||
ecmascript-runtime-client@0.11.1 | ||
ecmascript-runtime-server@0.10.1 | ||
ejson@1.1.1 | ||
fetch@0.1.1 | ||
geojson-utils@1.0.10 | ||
ddp-server@2.7.0 | ||
diff-sequence@1.1.2 | ||
dynamic-import@0.7.3 | ||
ecmascript@0.16.8 | ||
ecmascript-runtime@0.8.1 | ||
ecmascript-runtime-client@0.12.1 | ||
ecmascript-runtime-server@0.11.0 | ||
ejson@1.1.3 | ||
fetch@0.1.4 | ||
geojson-utils@1.0.11 | ||
http@1.0.10 | ||
id-map@1.1.1 | ||
inter-process-messaging@0.1.1 | ||
logging@1.2.0 | ||
meteor@1.9.3 | ||
minimongo@1.7.0 | ||
modern-browsers@0.1.5 | ||
modules@0.16.0 | ||
modules-runtime@0.12.0 | ||
mongo@1.12.0 | ||
mongo-decimal@0.1.2 | ||
local-test:aldeed:collection2@4.0.0-beta.7 | ||
logging@1.3.3 | ||
meteor@1.11.4 | ||
meteortesting:browser-tests@1.6.0-beta300.0 | ||
meteortesting:mocha@3.1.0-beta300.0 | ||
meteortesting:mocha-core@8.3.1-beta300.0 | ||
minimongo@1.9.3 | ||
modern-browsers@0.1.10 | ||
modules@0.20.0 | ||
modules-runtime@0.13.1 | ||
mongo@1.16.8 | ||
mongo-decimal@0.1.3 | ||
mongo-dev-server@1.1.0 | ||
mongo-id@1.0.8 | ||
npm-mongo@3.9.1 | ||
npm-mongo@4.17.2 | ||
ordered-dict@1.1.0 | ||
promise@0.12.0 | ||
promise@0.12.2 | ||
raix:eventemitter@1.0.0 | ||
random@1.2.0 | ||
react-fast-refresh@0.1.1 | ||
random@1.2.1 | ||
react-fast-refresh@0.2.8 | ||
reload@1.3.1 | ||
retry@1.1.0 | ||
routepolicy@1.1.1 | ||
socket-stream-client@0.4.0 | ||
tmeasday:check-npm-versions@1.0.2 | ||
tracker@1.2.0 | ||
typescript@4.3.5 | ||
underscore@1.0.10 | ||
webapp@1.11.1 | ||
webapp-hashing@1.1.0 | ||
socket-stream-client@0.5.2 | ||
tracker@1.3.3 | ||
typescript@4.9.5 | ||
underscore@1.0.13 | ||
url@1.3.2 | ||
webapp@1.13.6 | ||
webapp-hashing@1.1.1 |
Oops, something went wrong.