expo-backend-types 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "expo-backend-types",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
4
4
|
"description": "",
|
5
5
|
"author": "Expo",
|
6
6
|
"private": false,
|
@@ -17,7 +17,9 @@
|
|
17
17
|
"test:watch": "jest --watch",
|
18
18
|
"test:cov": "jest --coverage",
|
19
19
|
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
20
|
-
"test:e2e": "jest --config ./test/jest-e2e.json"
|
20
|
+
"test:e2e": "jest --config ./test/jest-e2e.json",
|
21
|
+
"postversion": "npm publish",
|
22
|
+
"postpublish": "git push origin; git push origin --tags"
|
21
23
|
},
|
22
24
|
"dependencies": {
|
23
25
|
"@nestjs/common": "^10.0.0",
|
@@ -83,4 +85,4 @@
|
|
83
85
|
"types": "./types/schema.d.ts"
|
84
86
|
}
|
85
87
|
}
|
86
|
-
}
|
88
|
+
}
|