@donmahallem/turbo 2.2.7 → 2.2.8

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/dist/cjs/index.js CHANGED
@@ -82,6 +82,6 @@ class RequestError extends Error {
82
82
  exports.RequestError = RequestError;
83
83
  exports.promiseRequestHandler = promiseRequestHandler;
84
84
  exports.promiseToResponse = promiseToResponse;
85
- // BUILD: Mon Nov 29 2021 21:24:46 GMT+0100 (Central European Standard Time)
85
+ // BUILD: Sun Dec 05 2021 18:04:00 GMT+0100 (Central European Standard Time)
86
86
 
87
87
  //# sourceMappingURL=index.js.map
package/dist/esm/index.js CHANGED
@@ -76,6 +76,6 @@ class RequestError extends Error {
76
76
  }
77
77
 
78
78
  export { RequestError, promiseRequestHandler, promiseToResponse };
79
- // BUILD: Mon Nov 29 2021 21:24:46 GMT+0100 (Central European Standard Time)
79
+ // BUILD: Sun Dec 05 2021 18:04:00 GMT+0100 (Central European Standard Time)
80
80
 
81
81
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donmahallem/turbo",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "Turbo Helpers for express.js",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "build": "rollup -c ./rollup.config.js && npm run build:types",
15
- "build:types": "tsc --project ./tsconfig.json -d --declarationDir dist/types --declarationMap --emitDeclarationOnly",
15
+ "build:types": "tsc --project ./tsconfig.lib.json -d --declarationDir dist/types --declarationMap --emitDeclarationOnly",
16
16
  "build:readme": "npx @appnest/readme generate --input ../package_readme_blueprint.md --config readme_config.json",
17
17
  "test": "mocha --config ../../.mocharc.yml",
18
18
  "test:coverage": "nyc --nycrc-path ../../.nycrc.json npm run test",
@@ -21,8 +21,9 @@
21
21
  "lint:fix": "eslint -c ./.eslintrc.js --ext .ts ./src --fix",
22
22
  "postlint:fix": "prettier --config ./../../.prettierrc src/**/*.ts --write",
23
23
  "docs": "typedoc --options ./typedoc.config.js",
24
- "prepublishOnly": "npm run test && npm run docs && npm run build",
25
- "version": "npm run build:readme && git add README.md"
24
+ "prepublishOnly": "npm run clean && npm run test && npm run docs && npm run build",
25
+ "version": "npm run build:readme && git add README.md",
26
+ "clean": "rimraf ./dist ./.nyc_output ./coverage ./docs"
26
27
  },
27
28
  "homepage": "https://github.com/donmahallem/js-libs/tree/master/packages/turbo",
28
29
  "author": {
@@ -60,5 +61,5 @@
60
61
  "axios": "^0.24.0",
61
62
  "express": "^4.17.1"
62
63
  },
63
- "gitHead": "c340f6a4a21874dbdac89729e5e2598f626fa07c"
64
+ "gitHead": "d4724ecc296890938f010142b87080cc534956a2"
64
65
  }
@@ -1,2 +0,0 @@
1
- import 'mocha';
2
- //# sourceMappingURL=index.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.spec.d.ts","sourceRoot":"","sources":["../../src/index.spec.ts"],"names":[],"mappings":"AAMA,OAAO,OAAO,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'mocha';
2
- //# sourceMappingURL=promise-request-handler.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"promise-request-handler.spec.d.ts","sourceRoot":"","sources":["../../src/promise-request-handler.spec.ts"],"names":[],"mappings":"AAOA,OAAO,OAAO,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'mocha';
2
- //# sourceMappingURL=promise-to-response.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"promise-to-response.spec.d.ts","sourceRoot":"","sources":["../../src/promise-to-response.spec.ts"],"names":[],"mappings":"AAMA,OAAO,OAAO,CAAC"}
@@ -1,2 +0,0 @@
1
- import 'mocha';
2
- //# sourceMappingURL=request-error.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"request-error.spec.d.ts","sourceRoot":"","sources":["../../src/request-error.spec.ts"],"names":[],"mappings":"AAMA,OAAO,OAAO,CAAC"}