@enso-ui/monitored-emails 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
- # monitored-emails
1
+ # Monitored Emails
2
2
 
3
- See LICENSE.
3
+ Frontend package for monitoring emails.
4
+
5
+ ## Usage
6
+
7
+ The component cannot be used outside of the Enso ecosystem.
8
+
9
+ ## License
10
+
11
+ [MIT](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/monitored-emails",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Frontend package for monitoring emails",
5
5
  "main": "src/bulma/pages/monitoredEmails/Index.vue",
6
6
  "repository": {