@ubs-platform/users-common 1.1.2 → 1.1.4

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