Bump up version (#177)

This commit is contained in:
Aswin V 2023-05-16 10:46:26 +05:30 committed by GitHub
parent 6c3ca54f1c
commit 3fec5495e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mock-saml", "name": "mock-saml",
"version": "1.1.1", "version": "1.1.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mock-saml", "name": "mock-saml",
"version": "1.1.1", "version": "1.1.2",
"license": "Apache 2.0", "license": "Apache 2.0",
"dependencies": { "dependencies": {
"@boxyhq/saml20": "1.1.5", "@boxyhq/saml20": "1.1.5",

View File

@ -1,6 +1,6 @@
{ {
"name": "mock-saml", "name": "mock-saml",
"version": "1.1.1", "version": "1.1.2",
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.", "description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
"private": true, "private": true,
"license": "Apache 2.0", "license": "Apache 2.0",
@ -40,4 +40,4 @@
"engines": { "engines": {
"node": ">=18.14.0" "node": ">=18.14.0"
} }
} }