@squidcloud/local-backend 1.0.239 → 1.0.240
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squidcloud/local-backend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.240",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/local-backend/src/index.js",
|
|
6
6
|
"types": "dist/local-backend/src/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"private": false,
|
|
15
15
|
"license": "UNLICENSED",
|
|
16
16
|
"scripts": {
|
|
17
|
-
"build": "nest build &&
|
|
17
|
+
"build": "nest build && cpy openapi-template.hbs dist/local-backend",
|
|
18
18
|
"check-public-types": "tsc -p tsconfig.types.json",
|
|
19
19
|
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
20
20
|
"start": "nest start",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"@nestjs/cli": "^10.3.2",
|
|
47
47
|
"@types/cli-box": "^6.0.1",
|
|
48
48
|
"@types/express": "^4.17.13",
|
|
49
|
-
"@types/supertest": "^2.0.11"
|
|
49
|
+
"@types/supertest": "^2.0.11",
|
|
50
|
+
"cpy-cli": "^5.0.0"
|
|
50
51
|
}
|
|
51
52
|
}
|