create-zuplo-api 1.1.0 → 1.4.0
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 +5 -2
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-zuplo-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": "https://github.com/zuplo/create-zuplo-api",
|
|
6
6
|
"description": "The official way to create a new Zuplo API Gateway",
|
|
7
7
|
"author": "Zuplo, Inc.",
|
|
8
8
|
"license": "See LICENSE in LICENSE.txt",
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "tsc --build"
|
|
10
|
+
"build": "tsc --build",
|
|
11
|
+
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org zuplo --project create-zuplo-api ./dist"
|
|
11
12
|
},
|
|
12
13
|
"engines": {
|
|
13
14
|
"node": ">=18.0.0"
|
|
@@ -24,6 +25,7 @@
|
|
|
24
25
|
]
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
28
|
+
"@sentry/cli": "^2.21.1",
|
|
27
29
|
"@types/node": "^18.5.3",
|
|
28
30
|
"@types/semver": "^7.5.3",
|
|
29
31
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
@@ -52,6 +54,7 @@
|
|
|
52
54
|
"pino": "^8.15.1",
|
|
53
55
|
"pino-pretty": "^10.2.0",
|
|
54
56
|
"posthog-node": "^3.1.2",
|
|
57
|
+
"prettier": "^3.0.3",
|
|
55
58
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
56
59
|
"semver": "^7.5.4"
|
|
57
60
|
}
|