@bemoje/api-util
Advanced tools
Comparing version 0.0.9 to 0.0.10
/*! | ||
* @bemoje/api-util v0.0.8 | ||
* @bemoje/api-util v0.0.9 | ||
* (c) Benjamin Møller Jensen | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* @bemoje/api-util v0.0.8 | ||
* @bemoje/api-util v0.0.9 | ||
* (c) Benjamin Møller Jensen | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "@bemoje/api-util", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Utilities for working woth APIs.", | ||
@@ -9,7 +9,4 @@ "main": "dist/index.cjs.js", | ||
"scripts": { | ||
"lint": "eslint \"*/**/*.{ts,js,json}\" --fix", | ||
"test": "jest --preset ts-jest", | ||
"build": "rimraf dist && rollup --config ./rollup.config.js --bundleConfigAsCjs", | ||
"docs": "rimraf ../../docs/api-util && typedoc --out ../../docs/api-util --entryPoints src/index.ts", | ||
"prepub": "npm run lint && npm run build && npm run test && npm run docs" | ||
"docs": "rimraf ../../docs/api-util && typedoc --out ../../docs/api-util --entryPoints src/index.ts" | ||
}, | ||
@@ -31,4 +28,3 @@ "author": { | ||
"mkdirp": "^3.0.1", | ||
"object-hash": "^3.0.0", | ||
"walkdir": "^0.4.1" | ||
"object-hash": "^3.0.0" | ||
}, | ||
@@ -35,0 +31,0 @@ "repository": { |
@@ -6,4 +6,26 @@ { | ||
"projectType": "library", | ||
"targets": {}, | ||
"targets": { | ||
"lint": { | ||
"executor": "@nx/linter:eslint", | ||
"outputs": ["{options.outputFile}"], | ||
"options": { | ||
"lintFilePatterns": ["pkg/api-util/**/*.ts"] | ||
} | ||
}, | ||
"test": { | ||
"executor": "@nx/jest:jest", | ||
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], | ||
"options": { | ||
"jestConfig": "pkg/api-util/jest.config.ts", | ||
"passWithNoTests": true | ||
}, | ||
"configurations": { | ||
"ci": { | ||
"ci": true, | ||
"codeCoverage": true | ||
} | ||
} | ||
} | ||
}, | ||
"tags": [] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98852
8
24
438
- Removedwalkdir@^0.4.1
- Removedwalkdir@0.4.1(transitive)