@emuanalytics/flow-engine-client 1.3.125 → 1.3.127

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/package.json +2 -2
  2. package/CHANGELOG.md +0 -57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emuanalytics/flow-engine-client",
3
- "version": "1.3.125",
3
+ "version": "1.3.127",
4
4
  "description": "Flow Engine Client",
5
5
  "author": "Robin Summerhill <robin.summerhill@emu-analytics.com>",
6
6
  "license": "Copyright 2018 Emu Analytics Limited",
@@ -61,5 +61,5 @@
61
61
  "git add"
62
62
  ]
63
63
  },
64
- "gitHead": "e64c9503d859b87b6215fbe2ad3bd33d2f728127"
64
+ "gitHead": "337b9cebf9afaeb55829b626b6fdbf0f16adb2e3"
65
65
  }
package/CHANGELOG.md DELETED
@@ -1,57 +0,0 @@
1
- # Release notes
2
-
3
- All notable changes to this project will be documented in this file.
4
- This project adheres to [Semantic Versioning](http://semver.org/).
5
-
6
- ## 0.9.1
7
-
8
- - Remove browser definition from package.json
9
-
10
- ## 0.4.3
11
-
12
- ### Features
13
-
14
- - Support CSV format for dataset queries
15
-
16
- ## 0.4.2
17
-
18
- ### Features
19
-
20
- - Support adding access token to Flo.w requests to support 'auth' security model.
21
-
22
- ## 0.4.1
23
-
24
- ### Breaking changes
25
-
26
- - `sourceSrs` and `targetSrs` changed to `sourceSrid` and `targetSrid` on upload endpoint.
27
-
28
- ### Features
29
-
30
- - Added better type information for dataset endpoint
31
- - Added support for 'options' field on IDataset
32
-
33
- ## 0.4.0
34
-
35
- ### Breaking changes
36
-
37
- - `upload` now takes an options object rather than individual parameters.
38
- - `sourceSrs` and `targetSrs` optional paramters added to `upload` options object.
39
-
40
- ## 0.3.8
41
-
42
- ### Features
43
-
44
- - Add support for extent attribute to ITileSource
45
-
46
- ## 0.3.2
47
-
48
- ### Bug Fixes
49
-
50
- - Correct type information for DatasetQueryOptions
51
- - Fix location of Typescript types in package.json
52
-
53
- ## 0.3.1
54
-
55
- ### Features
56
-
57
- - Support passing of arbitrary parameters to dataset queries