@emuanalytics/flow-cli 1.3.125 → 1.3.126

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 +3 -3
  2. package/CHANGELOG.md +0 -59
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emuanalytics/flow-cli",
3
- "version": "1.3.125",
3
+ "version": "1.3.126",
4
4
  "main": "index.js",
5
5
  "author": "Robin Summerhill <robin.summerhill@emu-analytics.net",
6
6
  "license": "Copyright 2018 Emu Analytics Limited",
@@ -42,7 +42,7 @@
42
42
  "typescript": "^4.7.4"
43
43
  },
44
44
  "dependencies": {
45
- "@emuanalytics/flow-engine-client": "^1.3.125",
45
+ "@emuanalytics/flow-engine-client": "^1.3.126",
46
46
  "@types/uuid": "^8.3.4",
47
47
  "JSONStream": "^1.3.5",
48
48
  "chalk": "^2.0.1",
@@ -80,5 +80,5 @@
80
80
  "git add"
81
81
  ]
82
82
  },
83
- "gitHead": "e64c9503d859b87b6215fbe2ad3bd33d2f728127"
83
+ "gitHead": "99138281a5682b8e576ce5ef186661d864b0f112"
84
84
  }
package/CHANGELOG.md DELETED
@@ -1,59 +0,0 @@
1
- # Release notes
2
- All notable changes to this project will be documented in this file.
3
- This project adheres to [Semantic Versioning](http://semver.org/).
4
-
5
- ## 0.4.2
6
-
7
- ### Features
8
-
9
- - Support CSV format for dataset queries
10
- - Dataset creation - autodetection of geometry SRID/extent and manual override are supported. (These options were previously only available on dataset update)
11
-
12
- ## 0.4.1
13
- ### Features
14
- - Added support for auto-detecting or manually specifying SRID and extent when updating a dataset SQL src.
15
- - source-srs and target-srs switches changed to source-srid and target-strid. These switches now accept a numeric SRID.
16
-
17
- ## 0.4.0
18
- ### Features
19
- - source-srs and target-srs switches added to upload command for SRS conversion during upload. Specify as an OGR2OGR-compatible SRS string e.g. `--target-srs EPSG:4326` (for WGS84), `--target-srs EPSG:3857` (for WebMercator)
20
-
21
- ## 0.2.11
22
-
23
- ### Features
24
- - New command: `users verify`
25
- - Verification status of users included with `users list`
26
-
27
- ### Bug Fixes
28
- - Remove all non-printable characters from table cells
29
-
30
- ## 0.2.10
31
-
32
- ### Features
33
- - New command: `tiles create`
34
- - New command: `tiles update`
35
- - Ability to override the map extent of a tilesource
36
-
37
- ### Bug Fixes
38
- - Remove trailing whitespace from Dataset SQL source added by editor
39
-
40
- ## 0.2.9
41
-
42
- ### Features
43
- - New command: `styles create`
44
- - New command: `datasets create`
45
- - Interactive options added to `datasets update`
46
-
47
- ### Bug Fixes
48
- - Dataset SQL queries with newline characters do not break table output
49
- - All CLI operations now deal correctly with partial IDs
50
-
51
- ## v0.2.6
52
-
53
- ### Bugfixes
54
- - Fix 'multiple prefixes' warning where provided id is an exact match
55
-
56
- ## v0.2.5
57
-
58
- ### Bugfixes
59
- - Allow changing dataset type attribute (`flow dataset update --type sql --source "..."`)