@cofondateurauchomage/libs 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ export interface IClicks {
7
7
  card: number;
8
8
  email: number;
9
9
  linkedin: number;
10
+ share: number;
10
11
  }
11
12
  export interface IUser {
12
13
  business: string;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {
7
7
  "build": "tsc --project tsconfig.build.json",
8
8
  "test": "jest",
9
- "publishLibs": "pnpm test && npm version patch && pnpm build && npm publish && cd .. && pnpm updateLibs"
9
+ "publishLibs": "pnpm test && npm version patch && pnpm build && npm publish"
10
10
  },
11
11
  "publishConfig": {
12
12
  "access": "public"