form0-core 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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +8 -9
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 paqu.io
3
+ Copyright (c) 2026 paqu.io
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,28 +2,27 @@
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/form0-core)](https://www.npmjs.com/package/form0-core)
4
4
  [![NPM Downloads](https://img.shields.io/npm/dt/form0-core)](https://www.npmjs.com/package/form0-core)
5
- [![License](https://img.shields.io/npm/l/form0-core)](LICENSE)
5
+ ![NPM License](https://img.shields.io/npm/l/form0-core)
6
6
  [![Docs](https://img.shields.io/badge/docs-docs.form0.dev-2563eb)](https://docs.form0.dev)
7
7
  [![Website](https://img.shields.io/badge/site-form0.dev-0f172a)](https://form0.dev)
8
+ ![NPM Last Update](https://img.shields.io/npm/last-update/form0-core)
8
9
 
9
10
  > [!WARNING]
10
11
  > form0 is in active, very early development. Do not use in production. Expect breaking
11
12
  > changes and unstable behavior.
12
13
 
13
- form0-core is the schema-driven engine that powers form0 ecosystem. It is framework-agnostic and runs in any JavaScript runtime (Node.js, browsers, React Native, etc.)
14
+ form0-core is the schema-driven engine that powers [form0 open-source ecosystem](https://form0.dev). It is framework-agnostic and runs in any JavaScript runtime (Node.js, browsers, React Native, etc.)
14
15
 
15
16
  ## 🚀 Start with the CLI (recommended)
16
17
 
17
- The entry point for most users is form0-cli. Follow the quickstart to create a project and preview
18
- your schema:
19
- - https://docs.form0.dev/getting-started/quickstart
18
+ The entry point for most users is [form0-cli](https://github.com/paqu-io/form0-cli). Follow the [quickstart](https://docs.form0.dev/getting-started/quickstart) to create a project and preview
19
+ your schema.
20
20
 
21
21
  ## 🗂️ Documentation
22
22
 
23
- - Docs home: https://docs.form0.dev
24
- - form0-core overview: https://docs.form0.dev/core/overview
25
- - form0-core concepts: https://docs.form0.dev/core/concepts
26
- - Main site: https://form0.dev
23
+ - Overview: https://docs.form0.dev/core/overview
24
+ - Concepts: https://docs.form0.dev/core/concepts
25
+ - Full docs: https://docs.form0.dev
27
26
 
28
27
  ## Direct usage (advanced)
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "form0-core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -43,7 +43,7 @@
43
43
  "bugs": {
44
44
  "url": "https://github.com/paqu-io/form0-core/issues"
45
45
  },
46
- "homepage": "https://form0.dev/",
46
+ "homepage": "https://form0.dev",
47
47
  "engines": {
48
48
  "node": ">=18.0.0"
49
49
  },