needle-cloud 0.4.0-alpha.9 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,64 +1,74 @@
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.9] - 2024-10-21
8
- - add: auth flow timeout
9
- - fix: CLI node 18 support
10
-
11
- ## [0.4.0-alpha.5] - 2024-10-18
12
- - add: CLI license server
13
-
14
- ## [0.3.0-alpha.4] - 2024-10-17
15
- - add: CLI support for `login` and `logout`
16
- - add: CLI `--org` option
17
-
18
- ## [0.2.0-alpha.1] - 2024-10-01
19
- - add: support to list deployments for web and CLI
20
-
21
- ## [0.1.0-alpha.13] - 2024-09-26
22
- - add: web support
23
-
24
- ## [0.0.1-alpha.25] - 2024-08-23
25
- - add: deploy command now has `--verbose` flag
26
- - fix: deploy command should not update the job status after the upload was finished
27
-
28
- ## [0.0.1-alpha.24] - 2024-08-17
29
- - minor optimize command output improvement
30
-
31
- ## [0.0.1-alpha.23] - 2024-08-16
32
- - add: Node 18 support
33
- - add: the access token can now set in a environment variable using `NEEDLE_CLOUD_TOKEN=<yourtoken>`
34
- - change: rename package to `needle-cloud`
35
-
36
- ## [0.0.1-alpha.20] - 2024-08-14
37
- - add: `deploy` does now automatically determine a project name if none is provided
38
- - add: `deploy` does now allow deployment of gzip compressed files
39
-
40
- ## [0.0.1-alpha.18] - 2024-08-13
41
- - add: better re-upload handling and optimization request for already optimized files
42
-
43
- ## [0.0.1-alpha.16] - 2024-08-12
44
- - add: optimize `--verbose` mode
45
- - fix: upload issue in SDK
46
-
47
- ## [0.0.1-alpha.10] - 2024-08-11
48
- - add: `needle-cloud optimize` command now has a `--name` argument
49
-
50
- ## [0.0.1-alpha.8] - 2024-08-09
51
- - add: `needle-cloud optimize` which allows to run compression via needle-cloud and get optimized files
52
-
53
- ## [0.0.1-alpha.5] - 2024-08-09
54
- - add: parallelized upload
55
- - add: `needle-cloud` now has a `--name` argument which allows to re-deploy to the same view
56
-
57
- ## [0.0.1-alpha.4] - 2024-07-18
58
- - change: upload with deployment type
59
-
60
- ## [0.0.1-alpha.3] - 2024-07-08
61
- - add: open pages url
62
-
63
- ## [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
+ ## [1.0.0] - 2025-04-17
8
+ - v1
9
+
10
+ ## [0.4.0-alpha.79] - 2025-03-28
11
+ - add: deploy command now gzips HTML, JS and CSS files before upload
12
+
13
+ ## [0.4.0-alpha.55] - 2024-11-19
14
+ - change: update license flow
15
+ - change: license check updated
16
+
17
+ ## [0.4.0-alpha.24] - 2024-11-15
18
+ - add: auth flow timeout
19
+ - fix: CLI node 18 support
20
+
21
+ ## [0.4.0-alpha.5] - 2024-10-18
22
+ - add: CLI license server
23
+
24
+ ## [0.3.0-alpha.4] - 2024-10-17
25
+ - add: CLI support for `login` and `logout`
26
+ - add: CLI `--org` option
27
+
28
+ ## [0.2.0-alpha.1] - 2024-10-01
29
+ - add: support to list deployments for web and CLI
30
+
31
+ ## [0.1.0-alpha.13] - 2024-09-26
32
+ - add: web support
33
+
34
+ ## [0.0.1-alpha.25] - 2024-08-23
35
+ - add: deploy command now has `--verbose` flag
36
+ - fix: deploy command should not update the job status after the upload was finished
37
+
38
+ ## [0.0.1-alpha.24] - 2024-08-17
39
+ - minor optimize command output improvement
40
+
41
+ ## [0.0.1-alpha.23] - 2024-08-16
42
+ - add: Node 18 support
43
+ - add: the access token can now set in a environment variable using `NEEDLE_CLOUD_TOKEN=<yourtoken>`
44
+ - change: rename package to `needle-cloud`
45
+
46
+ ## [0.0.1-alpha.20] - 2024-08-14
47
+ - add: `deploy` does now automatically determine a project name if none is provided
48
+ - add: `deploy` does now allow deployment of gzip compressed files
49
+
50
+ ## [0.0.1-alpha.18] - 2024-08-13
51
+ - add: better re-upload handling and optimization request for already optimized files
52
+
53
+ ## [0.0.1-alpha.16] - 2024-08-12
54
+ - add: optimize `--verbose` mode
55
+ - fix: upload issue in SDK
56
+
57
+ ## [0.0.1-alpha.10] - 2024-08-11
58
+ - add: `needle-cloud optimize` command now has a `--name` argument
59
+
60
+ ## [0.0.1-alpha.8] - 2024-08-09
61
+ - add: `needle-cloud optimize` which allows to run compression via needle-cloud and get optimized files
62
+
63
+ ## [0.0.1-alpha.5] - 2024-08-09
64
+ - add: parallelized upload
65
+ - add: `needle-cloud` now has a `--name` argument which allows to re-deploy to the same view
66
+
67
+ ## [0.0.1-alpha.4] - 2024-07-18
68
+ - change: upload with deployment type
69
+
70
+ ## [0.0.1-alpha.3] - 2024-07-08
71
+ - add: open pages url
72
+
73
+ ## [0.0.1-alpha.1] - 2024-07-06
64
74
  - initial release
package/README.md CHANGED
@@ -1,18 +1,3 @@
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
- - TODO: docs
1
+ # Needle Cloud
2
+
3
+ [Needle Cloud](https://cloud.needle.tools) – [Documentation](https://engine.needle.tools/docs/cloud/)
package/bin/cli.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import { program } from '../dist/cli.esm.js';
2
+ import { program } from '../dist/cli.esm.js';
3
3
  program.run();