@boxyhq/saml-jackson 0.2.2-beta.176 → 0.2.4-beta.198

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "0.2.2-beta.176",
3
+ "version": "0.2.4-beta.198",
4
4
  "license": "Apache 2.0",
5
5
  "description": "SAML 2.0 service",
6
6
  "main": "src/index.js",
7
7
  "engines": {
8
- "node": ">=14.18.1"
8
+ "node": ">=14.x"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -64,4 +64,4 @@
64
64
  "*.js": "eslint --cache --fix",
65
65
  "*.{js,css,md}": "prettier --write"
66
66
  }
67
- }
67
+ }