@livon/runtime 0.27.0-rc.2 → 0.27.0-rc.3

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 +6 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # @livon/runtime Redirect
1
+ # @livon/runtime
2
2
 
3
- Canonical source moved to Docusaurus:
3
+ Package docs (GitHub Pages):
4
+ - https://live-input-vector-output-node.github.io/livon-ts/docs/packages/runtime
4
5
 
5
- - `/docs/packages/runtime`
6
- - File source: `website/docs/packages/runtime.md`
7
-
8
- This file is a compatibility redirect only.
6
+ License:
7
+ - MIT
8
+ - Root license text: `../../LIZENZ.md`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livon/runtime",
3
- "version": "0.27.0-rc.2",
3
+ "version": "0.27.0-rc.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -27,7 +27,7 @@
27
27
  "eslint": "9.0.0",
28
28
  "typescript": "latest",
29
29
  "vitest": "latest",
30
- "@livon/config": "0.27.0-rc.2"
30
+ "@livon/config": "0.27.0-rc.3"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rslib build",