mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
bump package version to 0.0.2
This commit is contained in:
4
npm-packages/meteor-rspack/package-lock.json
generated
4
npm-packages/meteor-rspack/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user