Comparing version 0.3.1 to 0.3.2
export * from './loader'; | ||
export * from './locator'; | ||
export * from './utils'; |
@@ -25,2 +25,3 @@ "use strict"; | ||
__exportStar(require("./locator"), exports); | ||
__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "locter", | ||
"version": "0.3.1", | ||
"description": "Locter is a library to locate a file by criteria and load it", | ||
"version": "0.3.2", | ||
"description": "A library to locate a file by criteria and load it", | ||
"author": { | ||
@@ -15,2 +15,3 @@ "name": "Peter Placzek", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -45,2 +46,3 @@ "dist/" | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.6", | ||
"@semantic-release/npm": "^9.0.1", | ||
@@ -51,10 +53,9 @@ "@semantic-release/release-notes-generator": "^10.0.3", | ||
"@types/jest": "^27.5.0", | ||
"@types/node": "^18.8.0", | ||
"@types/node": "^18.8.4", | ||
"@types/yargs": "^17.0.13", | ||
"coveralls": "^3.1.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.24.0", | ||
"eslint": "^8.25.0", | ||
"husky": "^8.0.1", | ||
"jest": "^27.5.1", | ||
"np": "^7.6.2", | ||
"rimraf": "^3.0.2", | ||
@@ -61,0 +62,0 @@ "semantic-release": "^19.0.5", |
@@ -0,6 +1,9 @@ | ||
# Locter 🔥 | ||
[![npm version](https://badge.fury.io/js/locter.svg)](https://badge.fury.io/js/locter) | ||
[![CI](https://github.com/tada5hi/locter/actions/workflows/main.yml/badge.svg)](https://github.com/tada5hi/locter/actions/workflows/main.yml) | ||
[![codecov](https://codecov.io/gh/Tada5hi/locter/branch/master/graph/badge.svg?token=4KNSG8L13V)](https://codecov.io/gh/Tada5hi/locter) | ||
[![CI](https://github.com/tada5hi/locter/actions/workflows/main.yml/badge.svg)](https://github.com/tada5hi/locter/actions/workflows/main.yml) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/Tada5hi/locter/badge.svg?targetFile=package.json)](https://snyk.io/test/github/Tada5hi/locter?targetFile=package.json) | ||
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) | ||
# Locter 🔥 | ||
Locter is a library to locate and load a file regarding specific criteria. | ||
@@ -22,10 +25,2 @@ | ||
--- | ||
**Important NOTE** | ||
The public API is still in progress and in development ☂ and can still can change therefore until the v1.0.0 release. | ||
So please stay patient, till it is fully available ⭐. | ||
--- | ||
## Usage | ||
@@ -32,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
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
49649
743
135