puter-cli 1.2.0 → 1.2.1

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/CHANGELOG.md +70 -0
  2. package/package.json +4 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,70 @@
1
+ ### Changelog
2
+
3
+ All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4
+
5
+ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
+
7
+ #### [v1.2.1](https://github.com/bitsnaps/puter-cli/compare/v1.2.0...v1.2.1)
8
+
9
+ - feat: update changelog [`028ca0c`](https://github.com/bitsnaps/puter-cli/commit/028ca0cf72e09bb63468d2b0a0ba7602d3b870ad)
10
+ - feat: auto-update changelog [`3004bed`](https://github.com/bitsnaps/puter-cli/commit/3004beda6afcf68cc916d544a45be85fa7e658e3)
11
+
12
+ #### [v1.2.0](https://github.com/bitsnaps/puter-cli/compare/v1.1.5...v1.2.0)
13
+
14
+ > 18 January 2025
15
+
16
+ - ci: attempt to fix npm install [`32fc508`](https://github.com/bitsnaps/puter-cli/commit/32fc508c4807119de485926674274b70e034288f)
17
+ - feat: basic history command [`18da28c`](https://github.com/bitsnaps/puter-cli/commit/18da28c83aa0760128d7b18e66e6b4d2b08b48d3)
18
+ - chore: improve structure [`70b67ad`](https://github.com/bitsnaps/puter-cli/commit/70b67adad5bd5e0bad4a9276160d17538d9b4bb6)
19
+
20
+ #### [v1.1.5](https://github.com/bitsnaps/puter-cli/compare/v1.1.4...v1.1.5)
21
+
22
+ > 16 January 2025
23
+
24
+ - fix: description arg handling & improve args parsing [`45c5a8c`](https://github.com/bitsnaps/puter-cli/commit/45c5a8c19034379e3cd7f30e724b8675d98bf28f)
25
+
26
+ #### [v1.1.4](https://github.com/bitsnaps/puter-cli/compare/v1.1.3...v1.1.4)
27
+
28
+ > 16 January 2025
29
+
30
+ - improve compatibility crypto api [`b015e6f`](https://github.com/bitsnaps/puter-cli/commit/b015e6f1318a2c4994675dd7390fab09d45bf3e9)
31
+ - fix: temporary disabled description [`c7456be`](https://github.com/bitsnaps/puter-cli/commit/c7456bed1c496f1a52156801aa4c0ea0191279c7)
32
+
33
+ #### [v1.1.3](https://github.com/bitsnaps/puter-cli/compare/v1.1.2...v1.1.3)
34
+
35
+ > 14 January 2025
36
+
37
+ - fix: unavailable subdomain when update app [`2497de4`](https://github.com/bitsnaps/puter-cli/commit/2497de41b5691df4d3a141952841c08cace4703c)
38
+
39
+ #### [v1.1.2](https://github.com/bitsnaps/puter-cli/compare/v1.1.1...v1.1.2)
40
+
41
+ > 14 January 2025
42
+
43
+ - grab latest version from npm [`9c32190`](https://github.com/bitsnaps/puter-cli/commit/9c321906415dfb5baa3d2bbba7b352f2766f8b84)
44
+
45
+ #### [v1.1.1](https://github.com/bitsnaps/puter-cli/compare/v1.1.0...v1.1.1)
46
+
47
+ > 14 January 2025
48
+
49
+ - Create npm-publish action [`48d9a70`](https://github.com/bitsnaps/puter-cli/commit/48d9a709417664900681e2219ea2af5e9bf33c01)
50
+ - update README: badges [`49241d7`](https://github.com/bitsnaps/puter-cli/commit/49241d7144c8c128955891a64acb448e79e1822c)
51
+
52
+ #### [v1.1.0](https://github.com/bitsnaps/puter-cli/compare/v1.0.3...v1.1.0)
53
+
54
+ > 14 January 2025
55
+
56
+ - feat: add support for 2FA logins [`#1`](https://github.com/bitsnaps/puter-cli/pull/1)
57
+
58
+ #### [v1.0.3](https://github.com/bitsnaps/puter-cli/compare/v1.0.1...v1.0.3)
59
+
60
+ > 13 January 2025
61
+
62
+ - update README [`479b8fc`](https://github.com/bitsnaps/puter-cli/commit/479b8fc9c784061146f453bc68759dbdb417ea1e)
63
+
64
+ #### v1.0.1
65
+
66
+ > 13 January 2025
67
+
68
+ - initial commit [`604d4a4`](https://github.com/bitsnaps/puter-cli/commit/604d4a47c8b593b7e24757c115df728f09233664)
69
+ - output nicely formatted table [`a0adb75`](https://github.com/bitsnaps/puter-cli/commit/a0adb75813bcecb21878c8ae7228b0ecbfdb397f)
70
+ - remove unused packages [`925b6cb`](https://github.com/bitsnaps/puter-cli/commit/925b6cbf827e619e65eb5afaa566a4d14e919cb8)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "puter-cli",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Command line interface for Puter cloud platform",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -11,7 +11,8 @@
11
11
  "scripts": {
12
12
  "start": "node bin/index.js",
13
13
  "test": "vitest run tests/*",
14
- "test:watch": "vitest --watch tests/*"
14
+ "test:watch": "vitest --watch tests/*",
15
+ "version": "auto-changelog -p && git add CHANGELOG.md"
15
16
  },
16
17
  "engines": {
17
18
  "node": ">=18.0.0"
@@ -38,6 +39,7 @@
38
39
  "yargs-parser": "^21.1.1"
39
40
  },
40
41
  "devDependencies": {
42
+ "auto-changelog": "^2.5.0",
41
43
  "vitest": "^2.1.8"
42
44
  },
43
45
  "repository": {