oceanic.js 1.0.0-dev.996da00 → 1.0.0-dev.9c8a5db

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.
package/README.md CHANGED
@@ -6,13 +6,13 @@ A NodeJS Library for Discord.
6
6
  ## Installation
7
7
  NodeJS **16.16.0** or higher is required.
8
8
 
9
- **Do note we are currently in the alpha stage. Releases will be made when I see fit. See [Development Builds](#development-builds) if you wish to install in-dev versions. (due to the nature of an alpha, bugs are being found all the time, so installing in-dev versions is currently your best bet for being up-to-date)**
9
+ **See [Development Builds](#development-builds) if you wish to install in-dev versions.**
10
10
 
11
11
  ```sh
12
12
  npm i oceanic.js
13
13
  ```
14
14
 
15
- This module is in its early alpha stages. See the `examples` folder on GitHub for some examples, and visit [this site](https://oceanic.owo-whats-this.dev) for documentation.
15
+ See the `examples` folder on GitHub for some examples, and visit [this site](https://oceanic.owo-whats-this.dev) for documentation.
16
16
 
17
17
  ### Development Builds
18
18
  ```sh
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.0.0-dev.996da00",
3
+ "version": "1.0.0-dev.9c8a5db",
4
4
  "description": "A NodeJS library for interfacing with Discord.",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oceanic.js",
3
- "version": "1.0.0-dev.996da00",
3
+ "version": "1.0.0-dev.9c8a5db",
4
4
  "description": "A NodeJS library for interfacing with Discord.",
5
5
  "main": "./dist/lib/index.js",
6
6
  "types": "./dist/lib/index.d.ts",