@google-psat/cli 0.10.2 → 0.11.0-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.
@@ -8,6 +8,33 @@
8
8
  http://jedwatson.github.io/classnames
9
9
  */
10
10
 
11
+ /*!
12
+ * @description Recursive object extending
13
+ * @author Viacheslav Lotsmanov <lotsmanov89@gmail.com>
14
+ * @license MIT
15
+ *
16
+ * The MIT License (MIT)
17
+ *
18
+ * Copyright (c) 2013-2018 Viacheslav Lotsmanov
19
+ *
20
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
21
+ * this software and associated documentation files (the "Software"), to deal in
22
+ * the Software without restriction, including without limitation the rights to
23
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
24
+ * the Software, and to permit persons to whom the Software is furnished to do so,
25
+ * subject to the following conditions:
26
+ *
27
+ * The above copyright notice and this permission notice shall be included in all
28
+ * copies or substantial portions of the Software.
29
+ *
30
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
32
+ * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
33
+ * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
34
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
35
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
+ */
37
+
11
38
  /*! *****************************************************************************
12
39
  Copyright (c) Microsoft Corporation. All rights reserved.
13
40
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -23,6 +50,8 @@ See the Apache Version 2.0 License for specific language governing permissions
23
50
  and limitations under the License.
24
51
  ***************************************************************************** */
25
52
 
53
+ /*! MIT License © Sindre Sorhus */
54
+
26
55
  /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
27
56
 
28
57
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-psat/cli",
3
- "version": "0.10.2",
3
+ "version": "0.11.0-1",
4
4
  "description": "CLI tool for analysis",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist-types/index.d.ts",
@@ -50,18 +50,21 @@
50
50
  "@google-psat/common": "*",
51
51
  "@google-psat/i18n": "*",
52
52
  "@google-psat/library-detection": "*",
53
+ "boxen": "^8.0.1",
53
54
  "chalk": "^5.3.0",
54
55
  "commander": "^10.0.1",
55
56
  "fs-extra": "^11.1.1",
56
57
  "promptly": "^3.2.0",
57
58
  "sitemapper": "^3.1.8",
58
59
  "spinnies": "^0.5.1",
60
+ "update-notifier": "^7.3.0",
59
61
  "xml2js": "^0.6.2"
60
62
  },
61
63
  "devDependencies": {
62
64
  "@types/fs-extra": "^11.0.1",
63
65
  "@types/node": "^20.2.3",
64
66
  "@types/promptly": "^3.0.2",
67
+ "@types/update-notifier": "^6.0.8",
65
68
  "@types/xml2js": "^0.4.14",
66
69
  "coffee": "^5.5.1",
67
70
  "tsc-watch": "^6.0.4",