@esri/arcgis-rest-fetch 4.0.0-beta.1 → 4.0.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 (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +16 -0
  3. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # @esri/arcgis-rest-fetch [4.0.0](https://github.com/Esri/arcgis-rest-js/compare/@esri/arcgis-rest-fetch@3.4.3...@esri/arcgis-rest-fetch@4.0.0) (2022-04-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * add breaking change ([8205840](https://github.com/Esri/arcgis-rest-js/commit/8205840d81106173fdb1fe3750822e1754611c3b))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * force 4.x release
package/README.md CHANGED
@@ -15,3 +15,19 @@ The `package.json` contains fields for the following:
15
15
  - `import` - ESM module exposing `node-fetch`.
16
16
  - `require` - CJS module exposing `node-fetch`.
17
17
  - `default` - ESM module exposing browser globals.
18
+
19
+ Copyright © 2017-2022 Esri
20
+
21
+ Licensed under the Apache License, Version 2.0 (the "License");
22
+ you may not use this file except in compliance with the License.
23
+ You may obtain a copy of the License at
24
+
25
+ > http://www.apache.org/licenses/LICENSE-2.0
26
+
27
+ Unless required by applicable law or agreed to in writing, software
28
+ distributed under the License is distributed on an "AS IS" BASIS,
29
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30
+ See the License for the specific language governing permissions and
31
+ limitations under the License.
32
+
33
+ A copy of the license is available in the repository's [LICENSE](../../LICENSE) file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/arcgis-rest-fetch",
3
- "version": "4.0.0-beta.1",
3
+ "version": "4.0.0",
4
4
  "type": "commonjs",
5
5
  "module": "./browser-ponyfill.mjs",
6
6
  "browser": "./browser-ponyfill.js",