@memori.ai/memori-api-client 0.4.4 → 0.4.6

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.
Files changed (1) hide show
  1. package/package.json +18 -14
package/package.json CHANGED
@@ -1,5 +1,19 @@
1
1
  {
2
- "version": "0.4.4",
2
+ "version": "0.4.6",
3
+ "name": "@memori.ai/memori-api-client",
4
+ "description": "React library to integrate a Memori in your app or website",
5
+ "license": "Apache-2.0",
6
+ "homepage": "https://github.com/memori-ai/memori-api-client#readme",
7
+ "bugs": "https://github.com/memori-ai/memori-api-client/issues",
8
+ "repository": "https://github.com/memori-ai/memori-api-client.git",
9
+ "keywords": [
10
+ "memori",
11
+ "memori-ai",
12
+ "conversational-ai",
13
+ "api-client",
14
+ "api-wrapper"
15
+ ],
16
+ "author": "Memori Srl",
3
17
  "main": "dist/index.js",
4
18
  "typings": "dist/index.d.ts",
5
19
  "files": [
@@ -24,17 +38,6 @@
24
38
  "prerelase": "tsdx build && git add . && git commit -m 'chore: update dist'",
25
39
  "release": "release-it"
26
40
  },
27
- "license": "Apache-2.0",
28
- "homepage": "https://github.com/memori-ai/memori-api-client#readme",
29
- "bugs": "https://github.com/memori-ai/memori-api-client/issues",
30
- "repository": "https://github.com/memori-ai/memori-api-client.git",
31
- "keywords": [
32
- "memori",
33
- "memori-ai",
34
- "conversational-ai",
35
- "api-client",
36
- "api-wrapper"
37
- ],
38
41
  "peerDependencies": {},
39
42
  "husky": {
40
43
  "hooks": {
@@ -48,8 +51,6 @@
48
51
  "endOfLine": "lf",
49
52
  "trailingComma": "es5"
50
53
  },
51
- "name": "@memori.ai/memori-api-client",
52
- "author": "Memori Srl",
53
54
  "module": "dist/memori-api-client.esm.js",
54
55
  "size-limit": [
55
56
  {
@@ -62,6 +63,9 @@
62
63
  }
63
64
  ],
64
65
  "release-it": {
66
+ "hooks": {
67
+ "after:bump": "yarn build"
68
+ },
65
69
  "git": {
66
70
  "tagName": "v${version}",
67
71
  "commitMessage": "chore: release v${version}"