@aml-org/amf-custom-validator-web 1.8.0-SNAPSHOT.3 → 1.8.5

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.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@aml-org/amf-custom-validator-web",
3
- "version": "1.8.0-SNAPSHOT.3",
3
+ "//version": "Placeholder only. The published version comes from the git tag (major.minor in /version.properties + SFCI build number); the publish workflow overwrites this field via `npm version` before `npm publish`. See /PUBLISHING.md.",
4
+ "version": "1.8.5",
4
5
  "description": "AMF validator backed by OPA Rego",
5
6
  "main": "dist/main.js",
6
7
  "scripts": {