@ubs-platform/users-common 3.1.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE
CHANGED
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{ "name": "@ubs-platform/users-common", "version": "3.1
|
1
|
+
{ "name": "@ubs-platform/users-common", "version": "3.2.1", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "devDependencies": { "typescript": "~5.3.2", "@types/node": "~18.16.9" }, "publishConfig": { "access": "public" }, "peerDependencies": {}, "scripts": { "build": "tsc", "build-publish": "npm run build && npm publish" }, "type": "commonjs", "main": "./dist/index.js" }
|