abra-flexi 0.5.7 → 0.7.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abra-flexi",
3
- "version": "0.5.7",
3
+ "version": "0.7.0",
4
4
  "description": "ABRA Flexi API Typescript client. Automaticly generated from API json annotations.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -24,7 +24,10 @@
24
24
  "build:gen": "rm -rf ./bin && tsc --project tsconfig.generator.json && cp -r ./generator/templates bin/",
25
25
  "generate": "npm run build:gen && node bin/generator.js",
26
26
  "dev": "nodemon 'src/index.ts' --exec 'ts-node' src/index.ts -e ts,graphql",
27
- "debug": "nodemon --exec 'node --require ts-node/register --inspect=9229 src/index.ts' -e ts,graphql,env --watch .env --watch ."
27
+ "debug": "nodemon --exec 'node --require ts-node/register --inspect=9229 src/index.ts' -e ts,graphql,env --watch .env --watch .",
28
+ "test": "jest",
29
+ "test:watch": "jest --watch",
30
+ "test:integration": "jest --testPathPattern=\\.integration\\.test\\.ts$"
28
31
  },
29
32
  "repository": {
30
33
  "type": "git",