bump package version to 0.0.2

This commit is contained in:
Nacho Codoñer
2025-07-18 09:16:48 +02:00
parent cb6e1d5b94
commit ff661ebcc1
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@meteorjs/rspack",
"version": "0.0.0",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@meteorjs/rspack",
"version": "0.0.0",
"version": "0.0.2",
"license": "ISC",
"dependencies": {
"@rspack/plugin-react-refresh": "^1.4.3",

View File

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

View File

@@ -13,7 +13,7 @@ export const DEFAULT_RSPACK_VERSION = '1.4.8';
* Default Meteor RSPack version to install if not found
* @constant {string}
*/
export const DEFAULT_METEOR_RSPACK_VERSION = '0.0.1';
export const DEFAULT_METEOR_RSPACK_VERSION = '0.0.2';
/**
* Global state keys used for storing and retrieving state across the application