@whook/gcp-functions 24.0.0 → 24.0.2
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/package.json +15 -12
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"name": "@whook/gcp-functions",
|
|
32
|
-
"version": "24.0.
|
|
32
|
+
"version": "24.0.2",
|
|
33
33
|
"description": "Build and deploy to GCP Cloud Functions with Whook.",
|
|
34
34
|
"type": "module",
|
|
35
35
|
"publishConfig": {
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"homepage": "https://github.com/nfroidure/whook",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@whook/cors": "^24.0.
|
|
56
|
-
"@whook/whook": "^24.0.
|
|
55
|
+
"@whook/cors": "^24.0.1",
|
|
56
|
+
"@whook/whook": "^24.0.1",
|
|
57
57
|
"ajv": "^8.18.0",
|
|
58
58
|
"ajv-formats": "^3.0.1",
|
|
59
59
|
"application-services": "^9.0.1",
|
|
@@ -69,24 +69,27 @@
|
|
|
69
69
|
"yerror": "^11.0.0",
|
|
70
70
|
"yhttperror": "^9.0.2"
|
|
71
71
|
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"@whook/dev": "^24.0.0"
|
|
74
|
+
},
|
|
72
75
|
"devDependencies": {
|
|
73
76
|
"@eslint/js": "^10.0.1",
|
|
74
77
|
"@swc/cli": "^0.8.1",
|
|
75
|
-
"@swc/core": "^1.15.
|
|
78
|
+
"@swc/core": "^1.15.30",
|
|
76
79
|
"@swc/jest": "^0.2.39",
|
|
77
|
-
"@whook/dev": "^24.0.
|
|
78
|
-
"eslint": "^10.2.
|
|
80
|
+
"@whook/dev": "^24.0.2",
|
|
81
|
+
"eslint": "^10.2.1",
|
|
79
82
|
"eslint-config-prettier": "^10.1.8",
|
|
80
|
-
"eslint-plugin-jest": "^29.15.
|
|
83
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
81
84
|
"eslint-plugin-prettier": "^5.5.5",
|
|
82
85
|
"jest": "^30.3.0",
|
|
83
86
|
"jsdoc-to-markdown": "^9.1.3",
|
|
84
87
|
"metapak": "^7.1.1",
|
|
85
|
-
"metapak-nfroidure": "22.1.
|
|
86
|
-
"prettier": "^3.8.
|
|
88
|
+
"metapak-nfroidure": "22.1.2",
|
|
89
|
+
"prettier": "^3.8.3",
|
|
87
90
|
"rimraf": "^6.1.3",
|
|
88
|
-
"typescript": "^6.0.
|
|
89
|
-
"typescript-eslint": "^8.
|
|
91
|
+
"typescript": "^6.0.3",
|
|
92
|
+
"typescript-eslint": "^8.59.0"
|
|
90
93
|
},
|
|
91
94
|
"contributors": [],
|
|
92
95
|
"engines": {
|
|
@@ -145,7 +148,7 @@
|
|
|
145
148
|
"rebuild": "swc ./src -s -d dist -C jsc.target=es2022",
|
|
146
149
|
"test": "node --run jest"
|
|
147
150
|
},
|
|
148
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "eeb8604ffb2c51fa36b10fe3c0011143948ad374",
|
|
149
152
|
"funding": {
|
|
150
153
|
"type": "individual",
|
|
151
154
|
"url": "https://github.com/sponsors/nfroidure"
|