@arbocollab/arbo-web-search 1.0.6 → 1.0.7
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 +0 -20
- package/dist/css/main.css +1 -1
- package/dist/es/index.es.js +24630 -27651
- package/dist/es/index.es.js.map +1 -1
- package/dist/umd/index.umd.js +25 -29
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +22 -11
- package/dist/cjs/index.cjs.js +0 -59
- package/dist/cjs/index.cjs.js.map +0 -1
package/README.md
CHANGED
|
@@ -3,23 +3,3 @@
|
|
|
3
3
|
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
4
|
|
|
5
5
|
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
# Step to publish package to live
|
|
9
|
-
|
|
10
|
-
### Build package
|
|
11
|
-
|
|
12
|
-
make up
|
|
13
|
-
make serve
|
|
14
|
-
|
|
15
|
-
Update the ui-components package versions
|
|
16
|
-
> npm install @arbocollab/arbo-ui-components@1.0.368
|
|
17
|
-
|
|
18
|
-
Update the package version
|
|
19
|
-
> "version": "1.0.6",
|
|
20
|
-
|
|
21
|
-
> npm install
|
|
22
|
-
|
|
23
|
-
## Publish package
|
|
24
|
-
|
|
25
|
-
> make
|