@namiruai/vue 1.2.0 → 1.3.0

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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @namiru/vue
1
+ # @namiruai/vue
2
2
 
3
3
  Vue 3 wrapper for the [Namiru.ai](https://namiru.ai) chat widget -- add AI customer support to your Vue app.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @namiru/vue
8
+ npm install @namiruai/vue
9
9
  ```
10
10
 
11
11
  ## Usage
@@ -14,7 +14,7 @@ npm install @namiru/vue
14
14
 
15
15
  ```vue
16
16
  <script setup>
17
- import { NamiruChat } from '@namiru/vue';
17
+ import { NamiruChat } from '@namiruai/vue';
18
18
  </script>
19
19
 
20
20
  <template>
@@ -29,7 +29,7 @@ import { NamiruChat } from '@namiru/vue';
29
29
 
30
30
  ```vue
31
31
  <script setup>
32
- import { NamiruChat } from '@namiru/vue';
32
+ import { NamiruChat } from '@namiruai/vue';
33
33
  </script>
34
34
 
35
35
  <template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@namiruai/vue",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Vue wrapper for Namiru AI chat widget",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",