needle-cloud 0.4.0-alpha.6 → 0.4.0-alpha.60

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.
package/CHANGELOG.md CHANGED
@@ -1,63 +1,68 @@
1
- # Changelog
2
- All notable changes to this package will be documented in this file.
3
-
4
- The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
- and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
-
7
- ## [0.4.0-alpha.6] - 2024-10-21
8
- - fix: CLI node 18 support
9
-
10
- ## [0.4.0-alpha.5] - 2024-10-18
11
- - add: CLI license server
12
-
13
- ## [0.3.0-alpha.4] - 2024-10-17
14
- - add: CLI support for `login` and `logout`
15
- - add: CLI `--org` option
16
-
17
- ## [0.2.0-alpha.1] - 2024-10-01
18
- - add: support to list deployments for web and CLI
19
-
20
- ## [0.1.0-alpha.13] - 2024-09-26
21
- - add: web support
22
-
23
- ## [0.0.1-alpha.25] - 2024-08-23
24
- - add: deploy command now has `--verbose` flag
25
- - fix: deploy command should not update the job status after the upload was finished
26
-
27
- ## [0.0.1-alpha.24] - 2024-08-17
28
- - minor optimize command output improvement
29
-
30
- ## [0.0.1-alpha.23] - 2024-08-16
31
- - add: Node 18 support
32
- - add: the access token can now set in a environment variable using `NEEDLE_CLOUD_TOKEN=<yourtoken>`
33
- - change: rename package to `needle-cloud`
34
-
35
- ## [0.0.1-alpha.20] - 2024-08-14
36
- - add: `deploy` does now automatically determine a project name if none is provided
37
- - add: `deploy` does now allow deployment of gzip compressed files
38
-
39
- ## [0.0.1-alpha.18] - 2024-08-13
40
- - add: better re-upload handling and optimization request for already optimized files
41
-
42
- ## [0.0.1-alpha.16] - 2024-08-12
43
- - add: optimize `--verbose` mode
44
- - fix: upload issue in SDK
45
-
46
- ## [0.0.1-alpha.10] - 2024-08-11
47
- - add: `needle-cloud optimize` command now has a `--name` argument
48
-
49
- ## [0.0.1-alpha.8] - 2024-08-09
50
- - add: `needle-cloud optimize` which allows to run compression via needle-cloud and get optimized files
51
-
52
- ## [0.0.1-alpha.5] - 2024-08-09
53
- - add: parallelized upload
54
- - add: `needle-cloud` now has a `--name` argument which allows to re-deploy to the same view
55
-
56
- ## [0.0.1-alpha.4] - 2024-07-18
57
- - change: upload with deployment type
58
-
59
- ## [0.0.1-alpha.3] - 2024-07-08
60
- - add: open pages url
61
-
62
- ## [0.0.1-alpha.1] - 2024-07-06
1
+ # Changelog
2
+ All notable changes to this package will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
+
7
+ ## [0.4.0-alpha.55] - 2024-11-19
8
+ - change: update license flow
9
+ - change: license check updated
10
+
11
+ ## [0.4.0-alpha.24] - 2024-11-15
12
+ - add: auth flow timeout
13
+ - fix: CLI node 18 support
14
+
15
+ ## [0.4.0-alpha.5] - 2024-10-18
16
+ - add: CLI license server
17
+
18
+ ## [0.3.0-alpha.4] - 2024-10-17
19
+ - add: CLI support for `login` and `logout`
20
+ - add: CLI `--org` option
21
+
22
+ ## [0.2.0-alpha.1] - 2024-10-01
23
+ - add: support to list deployments for web and CLI
24
+
25
+ ## [0.1.0-alpha.13] - 2024-09-26
26
+ - add: web support
27
+
28
+ ## [0.0.1-alpha.25] - 2024-08-23
29
+ - add: deploy command now has `--verbose` flag
30
+ - fix: deploy command should not update the job status after the upload was finished
31
+
32
+ ## [0.0.1-alpha.24] - 2024-08-17
33
+ - minor optimize command output improvement
34
+
35
+ ## [0.0.1-alpha.23] - 2024-08-16
36
+ - add: Node 18 support
37
+ - add: the access token can now set in a environment variable using `NEEDLE_CLOUD_TOKEN=<yourtoken>`
38
+ - change: rename package to `needle-cloud`
39
+
40
+ ## [0.0.1-alpha.20] - 2024-08-14
41
+ - add: `deploy` does now automatically determine a project name if none is provided
42
+ - add: `deploy` does now allow deployment of gzip compressed files
43
+
44
+ ## [0.0.1-alpha.18] - 2024-08-13
45
+ - add: better re-upload handling and optimization request for already optimized files
46
+
47
+ ## [0.0.1-alpha.16] - 2024-08-12
48
+ - add: optimize `--verbose` mode
49
+ - fix: upload issue in SDK
50
+
51
+ ## [0.0.1-alpha.10] - 2024-08-11
52
+ - add: `needle-cloud optimize` command now has a `--name` argument
53
+
54
+ ## [0.0.1-alpha.8] - 2024-08-09
55
+ - add: `needle-cloud optimize` which allows to run compression via needle-cloud and get optimized files
56
+
57
+ ## [0.0.1-alpha.5] - 2024-08-09
58
+ - add: parallelized upload
59
+ - add: `needle-cloud` now has a `--name` argument which allows to re-deploy to the same view
60
+
61
+ ## [0.0.1-alpha.4] - 2024-07-18
62
+ - change: upload with deployment type
63
+
64
+ ## [0.0.1-alpha.3] - 2024-07-08
65
+ - add: open pages url
66
+
67
+ ## [0.0.1-alpha.1] - 2024-07-06
63
68
  - initial release
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
- # Needle Cloud SDK
2
-
3
- ## CLI
4
-
5
- Run with `npx needle-cloud@latest <command>`
6
-
7
- #### Available Commands
8
-
9
- - `help`
10
- - `deploy`
11
- - `optimize`
12
-
13
-
14
- ## Web
15
-
16
- Install in your project with `npm i needle-cloud`.
17
-
1
+ # Needle Cloud SDK
2
+
3
+ ## CLI
4
+
5
+ Run with `npx needle-cloud@latest <command>`
6
+
7
+ #### Available Commands
8
+
9
+ - `help`
10
+ - `deploy`
11
+ - `optimize`
12
+
13
+
14
+ ## Web
15
+
16
+ Install in your project with `npm i needle-cloud`.
17
+
18
18
  - TODO: docs
package/bin/cli.js CHANGED
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env node
2
- import { program } from '../dist/cli.esm.js';
1
+ #!/usr/bin/env node --no-warnings
2
+ import { program } from '../dist/cli.esm.js';
3
3
  program.run();