Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make compatible 2.8 #2

Open
wants to merge 37 commits into
base: devel
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
dfad546
first batch of changes to make compatible with node
znewsham Sep 25, 2022
8f3cd59
allow wait for main
znewsham Sep 27, 2022
0e04239
hoist import
znewsham Sep 27, 2022
de938ec
(temp) remove fiber bindenv requirement
znewsham Sep 27, 2022
20db4f5
use globalThis
znewsham Sep 27, 2022
d579bd3
remove package global from mainModule package
znewsham Sep 27, 2022
712e11a
hoist import
znewsham Sep 27, 2022
b7b2867
make true commonjs
znewsham Sep 27, 2022
197c863
remove await from fiber dependent code
znewsham Sep 27, 2022
1ffaeb3
latest
znewsham Sep 29, 2022
ea9e553
latest
znewsham Oct 12, 2022
813e5b0
getting tests running
znewsham Oct 13, 2022
6e91948
more changes to get promises to work nicely
znewsham Oct 31, 2022
6862bc1
remove npmrc
znewsham Oct 31, 2022
b3c961b
more work to make compatible
znewsham Nov 15, 2022
bb82f2a
Merge tag 'release/[email protected]' into make-compatible-2.8
znewsham Nov 18, 2022
32b0fab
cleaner _setNewContextAndGetCurrent
znewsham Nov 18, 2022
31930e7
add assets
znewsham Nov 29, 2022
3940bd6
fix tests
znewsham Dec 5, 2022
a89079e
allow access to _meteor_dynamics from the current fiber
znewsham Dec 21, 2022
eca9730
make Meteor a global so esbuild will replace Meteor.is*
znewsham Dec 21, 2022
8507ec3
add getBinary to assets package
znewsham Apr 21, 2023
955373c
fix bug in email package
znewsham Apr 21, 2023
63820a1
handle getpath in assets
znewsham May 3, 2023
ba7e2e0
better/safer EV set/withValue - must be used with >=5.0.2-5 of fibers
znewsham Jun 30, 2023
f41621b
clean up bindEnvironment
znewsham Jul 5, 2023
741e022
remove debugger
znewsham Jul 5, 2023
3bf96c1
bump meteor package version
znewsham Jul 5, 2023
11d8a45
fix shell server
znewsham Jul 5, 2023
6cf1eab
remove unnecessary error
znewsham Sep 20, 2023
6982b2b
allow for fewer fiber yields
znewsham Oct 5, 2023
9899d94
Add options to the log-in attempt
harwood-qualia Feb 15, 2024
ae7f9d2
Merge pull request #4 from qualialabs/add_options_to_attempt
znewsham Feb 16, 2024
dc24d39
Update @meteor/accounts-base version to fix semver
harwood-qualia Mar 6, 2024
6058681
Merge pull request #5 from qualialabs/update_accounts_base_version
znewsham Mar 7, 2024
be4ea94
version bumps to get us off of RC versions
znewsham Feb 5, 2025
e31a113
regenerate npm package to get correct types
znewsham Feb 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump meteor package version
znewsham committed Jul 5, 2023
commit 3bf96c11c377d7cc73fd8e55daa5c57b899cd2a0
2 changes: 1 addition & 1 deletion packages/meteor/package.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

Package.describe({
summary: "Core Meteor environment",
version: '1.10.2-1'
version: '1.10.2-2'
});

Package.registerBuildPlugin({