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 +6 -0
- package/build/package.json +14 -14
- package/package.json +14 -14
package/README.md
CHANGED
package/build/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "multi-clasp2",
|
|
3
|
-
"version": "3.0.
|
|
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.
|
|
9
|
-
"commander": "^9.
|
|
10
|
-
"typescript": "^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 --
|
|
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": "^
|
|
46
|
-
"@types/jest": "^
|
|
47
|
-
"@types/node": "^18.
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
49
|
-
"@typescript-eslint/parser": "^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.
|
|
51
|
+
"eslint": "^8.26.0",
|
|
52
52
|
"fs-extra": "^10.1.0",
|
|
53
|
-
"jest": "^
|
|
54
|
-
"release-it": "^15.
|
|
55
|
-
"ts-jest": "^
|
|
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.
|
|
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.
|
|
9
|
-
"commander": "^9.
|
|
10
|
-
"typescript": "^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 --
|
|
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": "^
|
|
46
|
-
"@types/jest": "^
|
|
47
|
-
"@types/node": "^18.
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
49
|
-
"@typescript-eslint/parser": "^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.
|
|
51
|
+
"eslint": "^8.26.0",
|
|
52
52
|
"fs-extra": "^10.1.0",
|
|
53
|
-
"jest": "^
|
|
54
|
-
"release-it": "^15.
|
|
55
|
-
"ts-jest": "^
|
|
53
|
+
"jest": "^29.2.2",
|
|
54
|
+
"release-it": "^15.5.0",
|
|
55
|
+
"ts-jest": "^29.0.3"
|
|
56
56
|
}
|
|
57
57
|
}
|