octane 0.1.50 → 0.2.0

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
@@ -1,6 +1,6 @@
1
1
  # What is octane?
2
2
 
3
- [![status: alpha](https://img.shields.io/badge/status-alpha-orange)](https://www.npmjs.com/package/octane)
3
+ [![status: beta](https://img.shields.io/badge/status-beta-yellow)](https://www.npmjs.com/package/octane)
4
4
  [![npm version](https://img.shields.io/npm/v/octane?logo=npm)](https://www.npmjs.com/package/octane)
5
5
  [![npm downloads](https://img.shields.io/npm/dm/octane?logo=npm&label=downloads)](https://www.npmjs.com/package/octane)
6
6
 
@@ -96,7 +96,8 @@ APIs. Features such as native `inert` may require a polyfill on older supported
96
96
  browsers. Validate text entry with the keyboards, languages, and browser or
97
97
  WebView versions your application supports.
98
98
 
99
- Octane is alpha software. It is ready to try, but not yet ready for production.
99
+ Octane is beta software. It is ready to build with, but its APIs may still
100
+ change before 1.0.
100
101
 
101
102
  ## License
102
103