@esri/arcgis-rest-fetch 4.0.0 → 4.9.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/README.md +1 -1
  2. package/package.json +22 -2
  3. package/CHANGELOG.md +0 -11
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # `@esri/arcgis-rest-request`
1
+ # `@esri/arcgis-rest-fetch`
2
2
 
3
3
  This package exists to expose the `node-fetch` package in a consistent way for both Node JS 12.16+ and various bundlers with consistent TypeScript types based on the browser types.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "@esri/arcgis-rest-fetch",
3
- "version": "4.0.0",
3
+ "version": "4.9.0",
4
+ "license": "Apache-2.0",
5
+ "keywords": [
6
+ "ES6",
7
+ "Node",
8
+ "browsers",
9
+ "fetch",
10
+ "ponyfill"
11
+ ],
4
12
  "type": "commonjs",
5
13
  "module": "./browser-ponyfill.mjs",
6
14
  "browser": "./browser-ponyfill.js",
@@ -15,7 +23,19 @@
15
23
  "./package.json": "./package.json"
16
24
  },
17
25
  "types": "index.types.d.ts",
26
+ "files": [
27
+ "browser-ponyfill.js",
28
+ "browser-ponyfill.mjs",
29
+ "index.types.d.ts",
30
+ "node-ponyfill.js",
31
+ "node-ponyfill.mjs"
32
+ ],
18
33
  "dependencies": {
19
- "node-fetch": "^3.0.0"
34
+ "node-fetch": "^3.2.10"
35
+ },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/Esri/arcgis-rest-js.git",
39
+ "directory": "packages/arcgis-rest-fetch"
20
40
  }
21
41
  }
package/CHANGELOG.md DELETED
@@ -1,11 +0,0 @@
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