@whook/gcp-functions 20.0.1 → 20.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/README.md +1 -1
- package/package.json +21 -20
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"name": "@whook/gcp-functions",
|
|
32
|
-
"version": "20.0.
|
|
32
|
+
"version": "20.0.2",
|
|
33
33
|
"description": "Build and deploy to GCP Cloud Functions with Whook.",
|
|
34
34
|
"type": "module",
|
|
35
35
|
"main": "dist/index.js",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
},
|
|
50
50
|
"homepage": "https://github.com/nfroidure/whook",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@whook/cors": "^20.0.
|
|
53
|
-
"@whook/whook": "^20.0.
|
|
52
|
+
"@whook/cors": "^20.0.2",
|
|
53
|
+
"@whook/whook": "^20.0.2",
|
|
54
54
|
"ajv": "^8.17.1",
|
|
55
55
|
"ajv-formats": "^3.0.1",
|
|
56
56
|
"application-services": "^7.0.2",
|
|
@@ -67,23 +67,23 @@
|
|
|
67
67
|
"yhttperror": "^8.1.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@eslint/js": "^9.
|
|
71
|
-
"@swc/cli": "^0.7.
|
|
72
|
-
"@swc/core": "^1.11
|
|
70
|
+
"@eslint/js": "^9.30.1",
|
|
71
|
+
"@swc/cli": "^0.7.8",
|
|
72
|
+
"@swc/core": "^1.12.11",
|
|
73
73
|
"@swc/helpers": "^0.5.17",
|
|
74
|
-
"@swc/jest": "^0.2.
|
|
75
|
-
"eslint": "^9.
|
|
74
|
+
"@swc/jest": "^0.2.39",
|
|
75
|
+
"eslint": "^9.30.1",
|
|
76
76
|
"eslint-config-prettier": "^10.1.5",
|
|
77
|
-
"eslint-plugin-jest": "^
|
|
78
|
-
"eslint-plugin-prettier": "^5.
|
|
79
|
-
"jest": "^
|
|
77
|
+
"eslint-plugin-jest": "^29.0.1",
|
|
78
|
+
"eslint-plugin-prettier": "^5.5.1",
|
|
79
|
+
"jest": "^30.0.4",
|
|
80
80
|
"jsdoc-to-markdown": "^9.1.1",
|
|
81
|
-
"metapak": "^6.0.
|
|
82
|
-
"metapak-nfroidure": "20.0.
|
|
83
|
-
"prettier": "^3.
|
|
81
|
+
"metapak": "^6.0.4",
|
|
82
|
+
"metapak-nfroidure": "20.0.5",
|
|
83
|
+
"prettier": "^3.6.2",
|
|
84
84
|
"rimraf": "^6.0.1",
|
|
85
85
|
"typescript": "^5.8.3",
|
|
86
|
-
"typescript-eslint": "^8.
|
|
86
|
+
"typescript-eslint": "^8.36.0"
|
|
87
87
|
},
|
|
88
88
|
"contributors": [],
|
|
89
89
|
"engines": {
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"cli": "env NODE_ENV=${NODE_ENV:-cli}",
|
|
136
136
|
"cover": "node --run jest -- --coverage",
|
|
137
137
|
"doc": "echo \"# API\" > API.md; jsdoc2md 'dist/**/*.js' >> API.md && git add API.md",
|
|
138
|
-
"format": "
|
|
138
|
+
"format": "node --run prettier",
|
|
139
139
|
"jest": "NODE_OPTIONS=--experimental-vm-modules NODE_ENV=test jest",
|
|
140
140
|
"lint": "eslint 'src/**/*.ts'",
|
|
141
141
|
"metapak": "metapak",
|
|
@@ -143,8 +143,9 @@
|
|
|
143
143
|
"rebuild": "swc ./src -s -d dist -C jsc.target=es2022",
|
|
144
144
|
"test": "node --run jest"
|
|
145
145
|
},
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
146
|
+
"gitHead": "3a5c04f092b76bd2e96799143264843c23decb69",
|
|
147
|
+
"funding": {
|
|
148
|
+
"type": "individual",
|
|
149
|
+
"url": "https://github.com/sponsors/nfroidure"
|
|
150
|
+
}
|
|
150
151
|
}
|