bump Meteor Rspack version to 0.0.10

This commit is contained in:
Nacho Codoñer
2025-07-29 17:37:54 +02:00
parent 8d561a4af6
commit d2171f387f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@meteorjs/rspack",
"version": "0.0.9",
"version": "0.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@meteorjs/rspack",
"version": "0.0.9",
"version": "0.0.10",
"license": "ISC",
"dependencies": {
"ignore-loader": "^0.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@meteorjs/rspack",
"version": "0.0.9",
"version": "0.0.10",
"description": "Configuration logic for using Rspack in Meteor projects",
"main": "index.js",
"type": "module",

View File

@@ -5,7 +5,7 @@
export const DEFAULT_RSPACK_VERSION = '1.4.8';
export const DEFAULT_METEOR_RSPACK_VERSION = '0.0.9';
export const DEFAULT_METEOR_RSPACK_VERSION = '0.0.10';
export const DEFAULT_METEOR_RSPACK_REACT_HMR_VERSION = '1.4.3';