@infra-blocks/types 0.1.0 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infra-blocks/types",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Typescript types utility package.",
5
5
  "exports": "./lib/index.js",
6
6
  "engines": {
@@ -14,16 +14,15 @@
14
14
  "prepack": "npm run build",
15
15
  "build": "npm run clean && tsc --project tsconfig.build.json",
16
16
  "compile": "tsc",
17
- "clean": "rm -rf lib && rm -f breather-infra-*.tgz",
17
+ "clean": "rm -rf lib && rm -f infra-blocks-*.tgz",
18
18
  "lint": "eslint --ext .js,.ts --max-warnings 0 .",
19
19
  "test": "npm run test:unit",
20
- "test:coverage": "nyc npm run test",
21
- "test:coverage:lcov": "npx nyc --reporter=lcov npm run test",
20
+ "test:coverage": "c8 npm run test",
21
+ "test:coverage:lcov": "c8 --reporter=lcov npm run test",
22
22
  "test:unit": "mocha --config test/unit/.mocharc.cjs 'test/unit/**/*.spec.ts'",
23
23
  "test:integration": "mocha --config test/integration/.mocharc.js 'test/integration/**/*.spec.ts'"
24
24
  },
25
25
  "devDependencies": {
26
- "@istanbuljs/nyc-config-typescript": "^1.0.2",
27
26
  "@types/chai": "^4.3.5",
28
27
  "@types/chai-as-promised": "^7.1.5",
29
28
  "@types/mocha": "^10.0.1",
@@ -32,13 +31,13 @@
32
31
  "@types/sinon-chai": "^3.2.9",
33
32
  "@typescript-eslint/eslint-plugin": "^5.59.8",
34
33
  "@typescript-eslint/parser": "^5.59.8",
34
+ "c8": "^8.0.0",
35
35
  "chai": "^4.3.7",
36
36
  "chai-as-promised": "^7.1.1",
37
37
  "eslint": "^8.41.0",
38
38
  "eslint-config-prettier": "^8.8.0",
39
39
  "eslint-plugin-prettier": "^4.2.1",
40
40
  "mocha": "^10.2.0",
41
- "nyc": "^15.1.0",
42
41
  "prettier": "^2.8.8",
43
42
  "sinon": "^15.1.0",
44
43
  "sinon-chai": "^3.7.0",