erlc-v2 1.0.0 → 1.0.1

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,9 @@ JavaScript client for the ER:LC API v2.
4
4
 
5
5
  Built for Node 18+.
6
6
 
7
- ## Beta Notice
8
-
9
- This wrapper is in beta (`1.0.0-beta.x`) and is not guaranteed to work 100% in all environments or API states.
7
+ ## Stable Release
8
+
9
+ This wrapper is now on a stable release track (`1.0.0+`).
10
10
 
11
11
  ## Responsibility and API Safety
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erlc-v2",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Premium, lightweight JavaScript wrapper for the ER:LC API v2.",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",