Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json5 from 2.2.1 to 2.2.3 #6

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1c35466
Merge pull request #1 from beforeyoubid/feature/inital-works
mitch-byb Feb 21, 2022
123b17a
Merge pull request #2 from beforeyoubid/feature/inital-works
mitch-byb Feb 21, 2022
db94953
udpate readme.md title
Feb 21, 2022
3e3e289
Update patch version number
Feb 21, 2022
61b1df6
Add package keywords and options to readme
Feb 21, 2022
9fde0ee
Bump patch version number
Feb 21, 2022
ff3f5b5
added codeclimate
Aug 7, 2022
44e44e0
added danger
Aug 7, 2022
8f5951a
added module test
Aug 7, 2022
fb041c8
moved to TS
Aug 7, 2022
12874ff
added eslint
Aug 7, 2022
e01ed25
added jest config
Aug 7, 2022
16b427f
added prettier config
Aug 7, 2022
48aea95
added vscode config
Aug 7, 2022
8d6b721
fixed bin pathing
Aug 7, 2022
6f8610d
setup for CI
Aug 7, 2022
26fce66
fixed unit test run
Aug 7, 2022
354fa5c
fixed lint
Aug 7, 2022
e9259f8
fixed missing TS command
Aug 7, 2022
13ff93c
fixed cli run
Aug 7, 2022
c24dbc5
separated steps for install, import & cli tool
Aug 7, 2022
352c11c
added missing types
Aug 7, 2022
975e3fa
added unit test
Aug 7, 2022
f70ced3
fixed bug with removed return
Aug 7, 2022
84fa17e
fixed path mismatch in circleci config file
Aug 7, 2022
f6b5042
removed test ignore from swc path
Aug 7, 2022
ef2b2dc
fixed lint
Aug 7, 2022
85ffe6e
Merge pull request #3 from beforeyoubid/feature/setup-ci
alice-byb Aug 7, 2022
42925a7
added github workflows
Aug 7, 2022
4602399
Merge pull request #4 from beforeyoubid/feature/add-github-workflows
alice-byb Aug 7, 2022
0dc3618
Bump json5 from 2.2.1 to 2.2.3
dependabot[bot] Jan 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump patch version number
Mitchell Browne committed Feb 21, 2022
commit 9fde0ee641d3ee5e3ab55366d6fc56c652df6828
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beforeyoubid/serverless-env-checker",
"version": "1.0.1",
"version": "1.0.2",
"description": "Checks env. variable size of packaged Serverless env. variables. Designed for CI/CD",
"main": "index.js",
"scripts": {