@launchtray/hatch-user-management-client
Advanced tools
Comparing version 0.21.0-alpha.57 to 0.21.0-alpha.58
{ | ||
"name": "@launchtray/hatch-user-management-client", | ||
"version": "0.21.0-alpha.57", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"peerDependencies": { | ||
"@launchtray/hatch-util": "0.21.0-alpha.57", | ||
"@launchtray/tsyringe-async": "4.3.3" | ||
}, | ||
"devDependencies": { | ||
"@launchtray/hatch-eslint-config": "0.21.0-alpha.57", | ||
"@launchtray/hatch-util": "0.21.0-alpha.57", | ||
"@launchtray/tsyringe-async": "4.3.3", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^5", | ||
"@typescript-eslint/parser": "^5", | ||
"eslint": "^8", | ||
"eslint-config-airbnb-base": "^15", | ||
"eslint-plugin-import": "^2", | ||
"eslint-plugin-jest": "^26", | ||
"rimraf": "3.0.0", | ||
"typescript": "4.7.4" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --max-warnings=0 .", | ||
"lint:fix": "eslint --max-warnings=0 --fix .", | ||
"build": "rimraf dist && tsc", | ||
"build:watch": "tsc" | ||
} | ||
} | ||
"name": "@launchtray/hatch-user-management-client", | ||
"version": "0.21.0-alpha.58", | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"peerDependencies": { | ||
"@launchtray/tsyringe-async": "4.3.3", | ||
"@launchtray/hatch-util": "0.21.0-alpha.58" | ||
}, | ||
"devDependencies": { | ||
"@launchtray/tsyringe-async": "4.3.3", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^5", | ||
"@typescript-eslint/parser": "^5", | ||
"eslint": "^8", | ||
"eslint-config-airbnb-base": "^15", | ||
"eslint-plugin-import": "^2", | ||
"eslint-plugin-jest": "^26", | ||
"rimraf": "3.0.0", | ||
"typescript": "4.7.4", | ||
"@launchtray/hatch-util": "0.21.0-alpha.58", | ||
"@launchtray/hatch-eslint-config": "0.21.0-alpha.58" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --max-warnings=0 .", | ||
"lint:fix": "eslint --max-warnings=0 --fix .", | ||
"build": "rimraf dist && tsc", | ||
"build:watch": "tsc" | ||
} | ||
} |
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
77345