@enso-ui/services 5.2.0 → 5.3.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 +10 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
- # services
1
+ # Services
2
2
 
3
- See LICENSE.
3
+ Basic services package for the Enso ecosystem.
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/services",
3
- "version": "5.2.0",
3
+ "version": "5.3.1",
4
4
  "description": "Basic services package",
5
5
  "main": "src/bulma/pages/administration/services/Index.vue",
6
6
  "repository": {
@@ -18,10 +18,10 @@
18
18
  },
19
19
  "homepage": "https://github.com/enso-ui/services#readme",
20
20
  "dependencies": {
21
- "@enso-ui/filters": "^3.2.0",
22
- "@enso-ui/forms": "^4.0.0",
23
- "@enso-ui/tables": "^4.0.0",
24
- "@enso-ui/ui": "^7.0.0",
21
+ "@enso-ui/filters": "^3.3.0",
22
+ "@enso-ui/forms": "^4.1.0",
23
+ "@enso-ui/tables": "^4.1.0",
24
+ "@enso-ui/ui": "^7.1.0",
25
25
  "@fortawesome/fontawesome-svg-core": "^7.2.0",
26
26
  "@fortawesome/free-solid-svg-icons": "^7.2.0",
27
27
  "vue": "^3.0"