@123toto/ai-app-assistant-client 0.1.0 → 0.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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -59,4 +59,4 @@ The optional `@123toto/ai-app-assistant-client/settings-web-component` entry poi
|
|
|
59
59
|
|
|
60
60
|
Form values and `[data-sensitive]` subtrees are removed by default. Additional application-specific selectors can be provided through `redactSelectors`. Authentication and final privacy enforcement remain backend responsibilities.
|
|
61
61
|
|
|
62
|
-
Full documentation: [github.com/123toto/ai-
|
|
62
|
+
Full documentation: [github.com/123toto/ai-app-assistant](https://github.com/123toto/ai-app-assistant)
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@123toto/ai-app-assistant-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Framework-neutral browser client and UI for contextual in-app AI assistants",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/123toto/ai-
|
|
8
|
+
"url": "git+https://github.com/123toto/ai-app-assistant.git",
|
|
9
9
|
"directory": "packages/client-core"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/123toto/ai-
|
|
11
|
+
"homepage": "https://github.com/123toto/ai-app-assistant#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/123toto/ai-
|
|
13
|
+
"url": "https://github.com/123toto/ai-app-assistant/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"ai",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"LICENSE"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@123toto/ai-app-assistant-contracts": "0.1.
|
|
56
|
+
"@123toto/ai-app-assistant-contracts": "0.1.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@angular/common": ">=19 <22",
|