@plures/praxis 1.2.12 → 1.2.13

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 +19 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Praxis
2
2
 
3
+ <!-- plures-readme-banner -->
4
+ [![CI](https://github.com/plures/praxis/actions/workflows/ci.yml/badge.svg)](https://github.com/plures/praxis/actions/workflows/ci.yml)
5
+ [![npm](https://img.shields.io/npm/v/%40plures%2Fpraxis.svg)](https://www.npmjs.com/package/@plures/praxis)
6
+ [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7
+
8
+
3
9
  **Typed, visual-first application logic for Svelte, Node, and the browser.**
4
10
 
5
11
  [![npm version](https://img.shields.io/npm/v/@plures/praxis.svg)](https://www.npmjs.com/package/@plures/praxis)
@@ -1131,3 +1137,16 @@ Please review our [Code of Conduct](./CODE_OF_CONDUCT.md) before participating.
1131
1137
  ---
1132
1138
 
1133
1139
  Built with ❤️ by the plures team
1140
+
1141
+ ---
1142
+
1143
+ <!-- plures-readme-standard-sections -->
1144
+ ## Overview
1145
+
1146
+ ## Install
1147
+
1148
+ ## Development
1149
+
1150
+ ## Contributing
1151
+
1152
+ ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plures/praxis",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "The Full Plures Application Framework - declarative schemas, logic engine, component generation, and local-first data",
5
5
  "type": "module",
6
6
  "main": "./dist/node/index.js",