@ubs-platform/users-common 3.0.9-beta → 3.0.10-beta
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{ "name": "@ubs-platform/users-common", "version": "3.0.
|
1
|
+
{ "name": "@ubs-platform/users-common", "version": "3.0.10-beta", "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 --tag beta" }, "type": "commonjs", "main": "./dist/index.js" }
|