@beauraines/rtm-cli 1.8.13 → 1.9.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.
@@ -8,14 +8,14 @@ updates:
8
8
  - package-ecosystem: "npm" # See documentation for possible values
9
9
  directory: "/" # Location of package manifests
10
10
  schedule:
11
- interval: "weekly"
11
+ interval: "monthly"
12
12
  day: "friday"
13
13
  commit-message:
14
14
  prefix: fix
15
15
  prefix-development: chore
16
16
  include: scope
17
17
  groups:
18
- dev-dependencies:
19
- dependency-type: "development"
20
- patterns:
21
- - "*"
18
+ dev-dependencies:
19
+ dependency-type: "development"
20
+ patterns:
21
+ - "*"
@@ -21,7 +21,7 @@ jobs:
21
21
  - name: setup node
22
22
  uses: actions/setup-node@v3
23
23
  with:
24
- node-version: 16.x
24
+ node-version: 18.x
25
25
  registry-url: 'https://registry.npmjs.org'
26
26
  - name: npm install
27
27
  run: npm ci
@@ -13,7 +13,7 @@ jobs:
13
13
 
14
14
  strategy:
15
15
  matrix:
16
- node-version: [16.x,18.x]
16
+ node-version: [18.x,20.x]
17
17
 
18
18
  steps:
19
19
  - uses: actions/checkout@v3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.9.0](https://github.com/beauraines/rtm-cli/compare/v1.8.14...v1.9.0) (2025-08-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * login workaround ([#145](https://github.com/beauraines/rtm-cli/issues/145)) ([7a308d4](https://github.com/beauraines/rtm-cli/commit/7a308d4d164fdd4ecac7507a4e2940d3a0b2d325)), closes [#68](https://github.com/beauraines/rtm-cli/issues/68) [#131](https://github.com/beauraines/rtm-cli/issues/131)
11
+
12
+ ### [1.8.14](https://github.com/beauraines/rtm-cli/compare/v1.8.13...v1.8.14) (2025-07-05)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** bump copy-paste from 1.5.3 to 2.1.1 ([#136](https://github.com/beauraines/rtm-cli/issues/136)) ([6e25366](https://github.com/beauraines/rtm-cli/commit/6e2536698540dbc9739e58e6ce9748c1863327e5))
18
+ * **deps:** bump debug from 4.4.0 to 4.4.1 ([#137](https://github.com/beauraines/rtm-cli/issues/137)) ([8945c7d](https://github.com/beauraines/rtm-cli/commit/8945c7d909386c8a6948bf4f0478d0e30a5e71a7)), closes [debug-js/debug#997](https://github.com/debug-js/debug/issues/997) [#987](https://github.com/beauraines/rtm-cli/issues/987) [debug-js/debug#988](https://github.com/debug-js/debug/issues/988) [debug-js/debug#997](https://github.com/debug-js/debug/issues/997) [debug-js/debug#988](https://github.com/debug-js/debug/issues/988) [#987](https://github.com/beauraines/rtm-cli/issues/987) [#988](https://github.com/beauraines/rtm-cli/issues/988)
19
+
5
20
  ### [1.8.13](https://github.com/beauraines/rtm-cli/compare/v1.8.12...v1.8.13) (2024-12-07)
6
21
 
7
22
 
package/README.md CHANGED
@@ -4,6 +4,9 @@ Remember The Milk Command Line Interface
4
4
  **node module:** [rtm-cli](https://www.npmjs.com/package/@beauraines/rtm-cli)<br />
5
5
  **GitHub repo:** [beauraines/rtm-cli](https://github.com/beauraines/rtm-cli)
6
6
 
7
+
8
+ ❗❗ **Resolved login issue blocking new users** ❗❗
9
+
7
10
  ---
8
11
 
9
12
  This Node module provides a command line interface, written in JavaScript,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beauraines/rtm-cli",
3
- "version": "1.8.13",
3
+ "version": "1.9.0",
4
4
  "description": "RTM CLI",
5
5
  "keywords": [
6
6
  "rtm",
@@ -40,7 +40,7 @@
40
40
  "chalk": "^4.0.0",
41
41
  "cli-table3": "^0.6.3",
42
42
  "commander": "^2.11.0",
43
- "copy-paste": "^1.3.0",
43
+ "copy-paste": "^2.1.1",
44
44
  "dateformat": "^4.0.0",
45
45
  "debug": "^4.3.4",
46
46
  "deepmerge": "^4.0.0",
@@ -54,8 +54,8 @@
54
54
  "devDependencies": {
55
55
  "archiver": "^5.3.1",
56
56
  "eslint": "^9.5.0",
57
- "eslint-plugin-jest": "^28.6.0",
58
- "jest": "^29.4.3",
57
+ "eslint-plugin-jest": "^29.0.1",
58
+ "jest": "^30.0.4",
59
59
  "pkg": "^5.8.0"
60
60
  },
61
61
  "pkg": {
@@ -3,6 +3,7 @@
3
3
  const cp = require('copy-paste');
4
4
  const log = require('./log.js');
5
5
  const finish = require('../utils/finish.js');
6
+ const readline = require("node:readline")
6
7
 
7
8
 
8
9
  /**
@@ -17,6 +18,9 @@ function login(callback) {
17
18
 
18
19
  log.info("Authorization Required:");
19
20
 
21
+
22
+
23
+
20
24
  // Get the Auth URL
21
25
  log.spinner.start('Getting Login URL...');
22
26
  client.auth.getAuthUrl(function(err, url, frob) {
@@ -35,8 +39,14 @@ function login(callback) {
35
39
  log.style(') and authorize RTM CLI:', true);
36
40
  log.style(url, 'blue.underline', true);
37
41
 
42
+
43
+ const rl = readline.createInterface({
44
+ input: process.stdin,
45
+ output: process.stdout
46
+ });
47
+
38
48
  // Wait for User Input
39
- global._rl.question('Press [enter] when done: ', function() {
49
+ rl.question('Press [enter] when done: ', function() {
40
50
  log.spinner.start('Logging In...');
41
51
 
42
52
  // Get the Authorized User