@humandialog/forms.svelte 0.3.1 → 0.3.2

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 +11 -31
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,38 +1,18 @@
1
- # create-svelte
1
+ # <img src="https://objectreef.dev/reef.png" alt="ObjectReef logo" width="26"> @humandialog/auth.svelte
2
2
 
3
- Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).
3
+ Basic Svelte UI components for Object Reef applications
4
4
 
5
- ## Creating a project
5
+ ## Installing
6
+ To install the package on your Svelte project type:\
7
+ `npm install @humandialog/forms.svelte`
6
8
 
7
- If you're seeing this, you've probably already done this step. Congrats!
9
+ ## Usage
10
+ To be continued..
8
11
 
9
- ```bash
10
- # create a new project in the current directory
11
- npm create svelte@latest
12
12
 
13
- # create a new project in my-app
14
- npm create svelte@latest my-app
15
- ```
13
+ ## About ObjectReef®
14
+ Object Reef is a complete platform to design, test and deploy any high performance backend service. It ensures robust, scalability and security with zero tech debt. That Low Code Backend as a Services (BaaS) solution offers you everything you need to develop, maintain, integrate and run the software without the advanced technical knowledge.
16
15
 
17
- ## Developing
16
+ No matter, if you are creating the simple or complex and critical product, Object Reef is the platform, that simplifies the process of delivering the application backend. It has never been so quick and so robust.
18
17
 
19
- Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
20
-
21
- ```bash
22
- npm run dev
23
-
24
- # or start the server and open the app in a new browser tab
25
- npm run dev -- --open
26
- ```
27
-
28
- ## Building
29
-
30
- To create a production version of your app:
31
-
32
- ```bash
33
- npm run build
34
- ```
35
-
36
- You can preview the production build with `npm run preview`.
37
-
38
- > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
18
+ More info you'll find at https://objectreef.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humandialog/forms.svelte",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Basic Svelte UI components for Object Reef applications",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",