@google-psat/cli 0.9.0-3 → 0.10.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.
@@ -100,6 +100,16 @@ and limitations under the License.
100
100
  * LICENSE file in the root directory of this source tree.
101
101
  */
102
102
 
103
+ /**
104
+ * @license React
105
+ * react-jsx-runtime.production.min.js
106
+ *
107
+ * Copyright (c) Facebook, Inc. and its affiliates.
108
+ *
109
+ * This source code is licensed under the MIT license found in the
110
+ * LICENSE file in the root directory of this source tree.
111
+ */
112
+
103
113
  /**
104
114
  * @license React
105
115
  * react.production.min.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-psat/cli",
3
- "version": "0.9.0-3",
3
+ "version": "0.10.0",
4
4
  "description": "CLI tool for analysis",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist-types/index.d.ts",
@@ -8,8 +8,7 @@
8
8
  "psat",
9
9
  "privacy sandbox",
10
10
  "google",
11
- "chrome",
12
- "3pcd"
11
+ "chrome"
13
12
  ],
14
13
  "files": [
15
14
  "assets",
@@ -19,14 +18,14 @@
19
18
  "scripts": {
20
19
  "build": "webpack --config ../../cli.webpack.config.cjs ",
21
20
  "dev": "webpack --config ../../cli.webpack.config.cjs --watch",
22
- "build:remove": "rimraf dist dist-types tsconfig.tsbuildinfo",
21
+ "prebuild": "rimraf dist dist-types tsconfig.tsbuildinfo",
23
22
  "publish:local": "npm publish --registry=http://localhost:4873",
24
23
  "publish:remote": "npm publish --access=public --registry=https://registry.npmjs.org",
25
24
  "unpublish:local": "npm unpublish --registry=http://localhost:4873 --force",
26
25
  "unpublish:remote": "npm unpublish --registry=https://registry.npmjs.org --force"
27
26
  },
28
27
  "bin": {
29
- "psat": "dist/main.js"
28
+ "psat": "./dist/main.js"
30
29
  },
31
30
  "publishConfig": {
32
31
  "access": "public"
@@ -34,7 +33,7 @@
34
33
  "type": "commonjs",
35
34
  "repository": {
36
35
  "type": "git",
37
- "url": "git+https://github.com/GoogleChromeLabs/ps-analysis-tool.git",
36
+ "url": "https://github.com/GoogleChromeLabs/ps-analysis-tool",
38
37
  "directory": "packages/cli"
39
38
  },
40
39
  "author": {
@@ -51,6 +50,7 @@
51
50
  "@google-psat/common": "*",
52
51
  "@google-psat/i18n": "*",
53
52
  "@google-psat/library-detection": "*",
53
+ "chalk": "^5.3.0",
54
54
  "commander": "^10.0.1",
55
55
  "fs-extra": "^11.1.1",
56
56
  "promptly": "^3.2.0",
@@ -63,6 +63,7 @@
63
63
  "@types/node": "^20.2.3",
64
64
  "@types/promptly": "^3.0.2",
65
65
  "@types/xml2js": "^0.4.14",
66
+ "coffee": "^5.5.1",
66
67
  "tsc-watch": "^6.0.4",
67
68
  "typescript": "^5.0.4",
68
69
  "webpack": "^5.86.0"