@ozura/elements 1.2.4-next.51 → 1.2.4-next.52
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/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1427,6 +1427,12 @@ import type { OzFieldProps, OzCardProps, OzCardState, OzBankCardProps, OzBankCar
|
|
|
1427
1427
|
|
|
1428
1428
|
---
|
|
1429
1429
|
|
|
1430
|
+
## Internal documentation
|
|
1431
|
+
|
|
1432
|
+
Contributors and maintainers: additional context lives in the untracked `docs/` folder (gitignored, local only). This includes architecture notes, security review, audit findings, gap analysis, PCI documentation, and implementation plans. The folder is not shipped in the npm package and never appears in the public repository.
|
|
1433
|
+
|
|
1434
|
+
---
|
|
1435
|
+
|
|
1430
1436
|
## Need help?
|
|
1431
1437
|
|
|
1432
1438
|
The full documentation — including interactive examples, a complete API reference, and integration walkthroughs — lives at:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ozura/elements",
|
|
3
|
-
"version": "1.2.4-next.
|
|
3
|
+
"version": "1.2.4-next.52",
|
|
4
4
|
"description": "PCI-compliant card tokenization SDK for the Ozura Vault — collect card data in iframe-isolated fields and tokenize without PCI scope",
|
|
5
5
|
"main": "dist/oz-elements.umd.js",
|
|
6
6
|
"module": "dist/oz-elements.esm.js",
|