bump meteor-installer for 3.3.2

This commit is contained in:
Nacho Codoñer
2025-09-09 16:57:32 +02:00
parent eed28df482
commit 6eabb00bdb
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
const os = require('os');
const path = require('path');
const METEOR_LATEST_VERSION = '3.3.1';
const METEOR_LATEST_VERSION = '3.3.2';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;

View File

@@ -1,12 +1,12 @@
{
"name": "meteor",
"version": "3.3.1",
"version": "3.3.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meteor",
"version": "3.3.1",
"version": "3.3.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "3.3.1",
"version": "3.3.2",
"description": "Install Meteor",
"main": "install.js",
"scripts": {