From ef1cd38f9e482810c22630526e132c9bb30a6ef6 Mon Sep 17 00:00:00 2001 From: Matronator <5470780+matronator@users.noreply.github.com> Date: Fri, 3 May 2024 23:55:26 +0000 Subject: [PATCH] Bump npm version --- npm/README.md | 2 +- npm/package-lock.json | 4 ++-- npm/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm/README.md b/npm/README.md index 27f97f7..789d4aa 100644 --- a/npm/README.md +++ b/npm/README.md @@ -170,7 +170,7 @@ This will overwrite the host and port set in your config file and start the serv You need to create a config file for the server to be of any use. The config file is a JSON/YAML/TOML file that defines the entities that the server will mock and some other settings. Valid config file names are these in order of priority (the first one found will be used): ```json -[".amock.json", ".amockrc", ".amock.json.json", ".amock.json.yml", +[".amock.json", ".amockrc.json", ".amock.json.json", ".amock.json.yml", ".amock.json.yaml", ".amock.json.toml", "amock.config", "amock.json", "amock.yml", "amock.yaml", "amock.toml"] ``` diff --git a/npm/package-lock.json b/npm/package-lock.json index e118562..c60b7a5 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "amock", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "amock", - "version": "0.2.0", + "version": "0.2.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@go-task/go-npm": "^0.2.0" diff --git a/npm/package.json b/npm/package.json index 9c2ac29..c7a5849 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "amock-cli", - "version": "0.2.0", + "version": "0.2.1", "description": "Simple API mock server", "main": "index.js", "directories": {