multi-clasp2 3.0.18 → 3.0.19
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/build/package.json +7 -7
- package/package.json +7 -7
package/build/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "multi-clasp2",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.19",
|
|
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",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@google/clasp": "2.4.2",
|
|
41
|
-
"commander": "^12.
|
|
41
|
+
"commander": "^12.1.0",
|
|
42
42
|
"typescript": "^5.4.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@jest/test-sequencer": "^29.7.0",
|
|
46
46
|
"@types/jest": "^29.5.12",
|
|
47
|
-
"@types/node": "^20.12.
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
49
|
-
"@typescript-eslint/parser": "^7.
|
|
47
|
+
"@types/node": "^20.12.13",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
49
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
50
50
|
"auto-changelog": "^2.4.0",
|
|
51
51
|
"eslint": "^8.57.0",
|
|
52
52
|
"fs-extra": "^11.2.0",
|
|
53
53
|
"jest": "^29.7.0",
|
|
54
|
-
"release-it": "^17.
|
|
55
|
-
"ts-jest": "^29.1.
|
|
54
|
+
"release-it": "^17.3.0",
|
|
55
|
+
"ts-jest": "^29.1.4"
|
|
56
56
|
}
|
|
57
57
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "multi-clasp2",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.19",
|
|
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",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@google/clasp": "2.4.2",
|
|
41
|
-
"commander": "^12.
|
|
41
|
+
"commander": "^12.1.0",
|
|
42
42
|
"typescript": "^5.4.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@jest/test-sequencer": "^29.7.0",
|
|
46
46
|
"@types/jest": "^29.5.12",
|
|
47
|
-
"@types/node": "^20.12.
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
49
|
-
"@typescript-eslint/parser": "^7.
|
|
47
|
+
"@types/node": "^20.12.13",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
49
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
50
50
|
"auto-changelog": "^2.4.0",
|
|
51
51
|
"eslint": "^8.57.0",
|
|
52
52
|
"fs-extra": "^11.2.0",
|
|
53
53
|
"jest": "^29.7.0",
|
|
54
|
-
"release-it": "^17.
|
|
55
|
-
"ts-jest": "^29.1.
|
|
54
|
+
"release-it": "^17.3.0",
|
|
55
|
+
"ts-jest": "^29.1.4"
|
|
56
56
|
}
|
|
57
57
|
}
|