bump package version to 0.0.13

This commit is contained in:
Nacho Codoñer
2025-08-13 14:56:56 +02:00
parent 0e209fddea
commit b7101a2736
3 changed files with 4 additions and 4 deletions

View File

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

View File

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