needle-cloud 0.4.0-alpha.5 → 0.4.0-alpha.50

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,60 +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.5] - 2024-10-18
8
- - add: CLI license server
9
-
10
- ## [0.3.0-alpha.4] - 2024-10-17
11
- - add: CLI support for `login` and `logout`
12
- - add: CLI `--org` option
13
-
14
- ## [0.2.0-alpha.1] - 2024-10-01
15
- - add: support to list deployments for web and CLI
16
-
17
- ## [0.1.0-alpha.13] - 2024-09-26
18
- - add: web support
19
-
20
- ## [0.0.1-alpha.25] - 2024-08-23
21
- - add: deploy command now has `--verbose` flag
22
- - fix: deploy command should not update the job status after the upload was finished
23
-
24
- ## [0.0.1-alpha.24] - 2024-08-17
25
- - minor optimize command output improvement
26
-
27
- ## [0.0.1-alpha.23] - 2024-08-16
28
- - add: Node 18 support
29
- - add: the access token can now set in a environment variable using `NEEDLE_CLOUD_TOKEN=<yourtoken>`
30
- - change: rename package to `needle-cloud`
31
-
32
- ## [0.0.1-alpha.20] - 2024-08-14
33
- - add: `deploy` does now automatically determine a project name if none is provided
34
- - add: `deploy` does now allow deployment of gzip compressed files
35
-
36
- ## [0.0.1-alpha.18] - 2024-08-13
37
- - add: better re-upload handling and optimization request for already optimized files
38
-
39
- ## [0.0.1-alpha.16] - 2024-08-12
40
- - add: optimize `--verbose` mode
41
- - fix: upload issue in SDK
42
-
43
- ## [0.0.1-alpha.10] - 2024-08-11
44
- - add: `needle-cloud optimize` command now has a `--name` argument
45
-
46
- ## [0.0.1-alpha.8] - 2024-08-09
47
- - add: `needle-cloud optimize` which allows to run compression via needle-cloud and get optimized files
48
-
49
- ## [0.0.1-alpha.5] - 2024-08-09
50
- - add: parallelized upload
51
- - add: `needle-cloud` now has a `--name` argument which allows to re-deploy to the same view
52
-
53
- ## [0.0.1-alpha.4] - 2024-07-18
54
- - change: upload with deployment type
55
-
56
- ## [0.0.1-alpha.3] - 2024-07-08
57
- - add: open pages url
58
-
59
- ## [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.26] - 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
60
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();