@praxisui/specification 1.0.0-beta.45 → 1.0.0-beta.47

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,6 +70,7 @@ const json = userSpec.toJSON();
70
70
  ## Documentação
71
71
 
72
72
  - Guia detalhado e exemplos: `projects/praxis-specification/docs/README.md`
73
+ - Especificação da DSL de regras: `projects/praxis-specification/docs/rules-dsl-spec.md`
73
74
  - Conceitos (Rules Engines & Specifications): `docs/concepts/rules-engines-and-specifications.md`
74
75
 
75
76
  ## Build local e Publicação
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/specification",
3
- "version": "1.0.0-beta.45",
3
+ "version": "1.0.0-beta.47",
4
4
  "description": "Praxis UI specification engine: logical composition (and/or/not/xor/implies), validation and DSL helpers.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
7
7
  "@angular/core": "^20.0.0",
8
- "@praxisui/specification-core": "^1.0.0-beta.45"
8
+ "@praxisui/specification-core": "^1.0.0-beta.47"
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0"