multi-clasp2 3.0.4 → 3.0.5

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/README.md CHANGED
@@ -12,6 +12,12 @@ The solution is to maintain a reference to each artifact's Apps Script project,
12
12
 
13
13
  ## Install
14
14
 
15
+ Install `clasp`:
16
+
17
+ ```sh
18
+ npm install -g @google/clasp
19
+ ```
20
+
15
21
  Install `multi-clasp2`:
16
22
 
17
23
  ```sh
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "multi-clasp2",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Google Clasp wrapper to push changes to multiple Apps Script projects at once.",
5
5
  "exports": "./build/index.js",
6
6
  "main": "build/index.js",
7
7
  "dependencies": {
8
- "@google/clasp": "2.4.1",
9
- "commander": "^9.3.0",
10
- "typescript": "^4.7.4"
8
+ "@google/clasp": "2.4.2",
9
+ "commander": "^9.4.1",
10
+ "typescript": "^4.8.4"
11
11
  },
12
12
  "author": "Fabrizio Antonangeli",
13
13
  "license": "GPL-3.0",
14
14
  "scripts": {
15
15
  "test": "jest",
16
- "e2e": "npm run build; jest --silent --runInBand --config=jest.e2e.config.js",
16
+ "e2e": "npm run build; jest --runInBand --config=jest.e2e.config.js",
17
17
  "lint": "eslint .",
18
18
  "release": "release-it",
19
19
  "build": "tsc",
@@ -42,16 +42,16 @@
42
42
  "build"
43
43
  ],
44
44
  "devDependencies": {
45
- "@jest/test-sequencer": "^28.1.1",
46
- "@types/jest": "^28.1.4",
47
- "@types/node": "^18.0.3",
48
- "@typescript-eslint/eslint-plugin": "^5.30.5",
49
- "@typescript-eslint/parser": "^5.30.5",
45
+ "@jest/test-sequencer": "^29.2.2",
46
+ "@types/jest": "^29.2.0",
47
+ "@types/node": "^18.11.7",
48
+ "@typescript-eslint/eslint-plugin": "^5.41.0",
49
+ "@typescript-eslint/parser": "^5.41.0",
50
50
  "auto-changelog": "^2.4.0",
51
- "eslint": "^8.19.0",
51
+ "eslint": "^8.26.0",
52
52
  "fs-extra": "^10.1.0",
53
- "jest": "^28.1.2",
54
- "release-it": "^15.1.1",
55
- "ts-jest": "^28.0.5"
53
+ "jest": "^29.2.2",
54
+ "release-it": "^15.5.0",
55
+ "ts-jest": "^29.0.3"
56
56
  }
57
57
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "multi-clasp2",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Google Clasp wrapper to push changes to multiple Apps Script projects at once.",
5
5
  "exports": "./build/index.js",
6
6
  "main": "build/index.js",
7
7
  "dependencies": {
8
- "@google/clasp": "2.4.1",
9
- "commander": "^9.3.0",
10
- "typescript": "^4.7.4"
8
+ "@google/clasp": "2.4.2",
9
+ "commander": "^9.4.1",
10
+ "typescript": "^4.8.4"
11
11
  },
12
12
  "author": "Fabrizio Antonangeli",
13
13
  "license": "GPL-3.0",
14
14
  "scripts": {
15
15
  "test": "jest",
16
- "e2e": "npm run build; jest --silent --runInBand --config=jest.e2e.config.js",
16
+ "e2e": "npm run build; jest --runInBand --config=jest.e2e.config.js",
17
17
  "lint": "eslint .",
18
18
  "release": "release-it",
19
19
  "build": "tsc",
@@ -42,16 +42,16 @@
42
42
  "build"
43
43
  ],
44
44
  "devDependencies": {
45
- "@jest/test-sequencer": "^28.1.1",
46
- "@types/jest": "^28.1.4",
47
- "@types/node": "^18.0.3",
48
- "@typescript-eslint/eslint-plugin": "^5.30.5",
49
- "@typescript-eslint/parser": "^5.30.5",
45
+ "@jest/test-sequencer": "^29.2.2",
46
+ "@types/jest": "^29.2.0",
47
+ "@types/node": "^18.11.7",
48
+ "@typescript-eslint/eslint-plugin": "^5.41.0",
49
+ "@typescript-eslint/parser": "^5.41.0",
50
50
  "auto-changelog": "^2.4.0",
51
- "eslint": "^8.19.0",
51
+ "eslint": "^8.26.0",
52
52
  "fs-extra": "^10.1.0",
53
- "jest": "^28.1.2",
54
- "release-it": "^15.1.1",
55
- "ts-jest": "^28.0.5"
53
+ "jest": "^29.2.2",
54
+ "release-it": "^15.5.0",
55
+ "ts-jest": "^29.0.3"
56
56
  }
57
57
  }