@esri/solution-viewer 5.2.1 → 5.2.2

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 +4 -7
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,16 +1,13 @@
1
1
  [![npm status][npm-img]][npm-url]
2
2
  [![Build status][travis-img]][travis-url]
3
3
  [![gzip bundle size][gzip-img]][npm-url]
4
- [![Coverage status][coverage-img]][coverage-url]
5
4
  [![Apache 2.0 licensed][license-img]][license-url]
6
5
 
7
6
  [npm-img]: https://img.shields.io/npm/v/@esri/solution-viewer.svg?style=round-square&color=blue
8
7
  [npm-url]: https://www.npmjs.com/package/@esri/solution-viewer
9
- [travis-img]: https://img.shields.io/travis/Esri/solution.js/develop.svg
8
+ [travis-img]: https://img.shields.io/travis/com/Esri/solution.js/develop.svg
10
9
  [travis-url]: https://travis-ci.org/Esri/solution.js
11
- [gzip-img]: https://img.badgesize.io/https://unpkg.com/@esri/solution-viewer/dist/umd/viewer.umd.min.js?compression=gzip
12
- [coverage-img]: https://coveralls.io/repos/github/Esri/solution.js/badge.svg
13
- [coverage-url]: https://coveralls.io/github/Esri/solution.js
10
+ [gzip-img]: https://img.badgesize.io/https://unpkg.com/@esri/solution-viewer/dist/esm/index.js?compression=gzip
14
11
  [license-img]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
15
12
  [license-url]: #license
16
13
 
@@ -18,7 +15,7 @@
18
15
 
19
16
  > Simplifies access to [`@esri/solution-*`](https://github.com/Esri/solution.js).
20
17
 
21
- ### [API Reference](https://esri.github.io/solution.js/api/viewer/)
18
+ ### [API Reference](https://esri.github.io/solution.js/modules/viewer_src.html)
22
19
 
23
20
  ### Issues
24
21
 
@@ -36,7 +33,7 @@ Esri welcomes contributions from anyone and everyone. Please see our [guidelines
36
33
 
37
34
  ### License
38
35
 
39
- Copyright © 2018-2020 Esri
36
+ Copyright © 2018 Esri
40
37
 
41
38
  Licensed under the Apache License, Version 2.0 (the "License");
42
39
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-viewer",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "Simplifies access to @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -23,11 +23,11 @@
23
23
  "@esri/arcgis-rest-portal": "^3.7.0",
24
24
  "@esri/arcgis-rest-request": "^3.7.0",
25
25
  "@esri/arcgis-rest-service-admin": "^3.7.0",
26
- "@esri/hub-common": "^14.74.1",
26
+ "@esri/hub-common": "^14.84.0",
27
27
  "@esri/hub-initiatives": "^14.0.0",
28
28
  "@esri/hub-sites": "^14.2.2",
29
29
  "@esri/hub-teams": "^14.1.0",
30
- "@esri/solution-common": "^5.2.1",
30
+ "@esri/solution-common": "^5.2.2",
31
31
  "@types/jasmine": "^5.1.4",
32
32
  "fetch-mock": "^7.7.3",
33
33
  "jasmine": "^5.1.0",
@@ -88,5 +88,5 @@
88
88
  "esri",
89
89
  "ES6"
90
90
  ],
91
- "gitHead": "0f2bb444de46482baa42621310bc4e8d94bcd11a"
91
+ "gitHead": "d92c1d8e3e6df12fda59df3ecc395d7570fa60dd"
92
92
  }