@ubs-platform/users-common 1.1.3 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,4 @@ export interface UserGeneralInfoDTO {
9
9
  state: string;
10
10
  city: string;
11
11
  district: string;
12
- fromNpmDepency: boolean;
13
- fromLocalLibrary: boolean;
14
12
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- { "name": "@ubs-platform/users-common", "version": "1.1.3", "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" }
1
+ { "name": "@ubs-platform/users-common", "version": "2.0.0", "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" }