bump @meteorjs/rspack package version to 0.0.12

This commit is contained in:
Nacho Codoñer
2025-08-07 11:03:59 +02:00
parent e577580899
commit a0cecb9e91
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@meteorjs/rspack",
"version": "0.0.11",
"version": "0.0.12",
"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.11';
export const DEFAULT_METEOR_RSPACK_VERSION = '0.0.12';
export const DEFAULT_METEOR_RSPACK_REACT_HMR_VERSION = '1.4.3';