floppy-disk 2.11.1-alpha.1 → 2.11.1-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "floppy-disk",
3
- "version": "2.11.1-alpha.1",
3
+ "version": "2.11.1-alpha.2",
4
4
  "description": "FloppyDisk - lightweight, simple, and powerful state management library",
5
5
  "keywords": [
6
6
  "state",
@@ -61,12 +61,16 @@
61
61
  "release": {
62
62
  "branches": [
63
63
  "main",
64
+ {
65
+ "name": "beta",
66
+ "prerelease": true
67
+ },
64
68
  {
65
69
  "name": "alpha",
66
70
  "prerelease": true
67
71
  },
68
72
  {
69
- "name": "beta",
73
+ "name": "experimental",
70
74
  "prerelease": true
71
75
  }
72
76
  ]