@ubs-platform/users-common 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -21
package/package.json CHANGED
@@ -1,21 +1 @@
1
- {
2
- "name": "@ubs-platform/users-common",
3
- "version": "1.1.1",
4
- "license": "MIT",
5
- "dependencies": {
6
- "tslib": "^2.3.0"
7
- },
8
- "devDependencies": {
9
- "typescript": "~5.3.2",
10
- "@types/node": "~18.16.9"
11
- },
12
- "publishConfig": {
13
- "access": "public"
14
- },
15
- "scripts": {
16
- "build": "tsc",
17
- "build-publish": "npm run build && npm publish"
18
- },
19
- "type": "commonjs",
20
- "main": "./dist/index.js"
21
- }
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" }