Skip to content

Commit

Permalink
Update Manifest schema [LIVE-9719] (#334)
Browse files Browse the repository at this point in the history
* update schema content

ajv checks urls, simplifies regex

* fix test + test native dapp
  • Loading branch information
Wozacosta committed Apr 9, 2024
1 parent f10dfbc commit 091cf53
Show file tree
Hide file tree
Showing 12 changed files with 493 additions and 370 deletions.
6 changes: 6 additions & 0 deletions .changeset/strong-ways-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/wallet-api-manifest-validator": minor
"@ledgerhq/wallet-api-core": patch
---

update manifest json schema
5 changes: 4 additions & 1 deletion packages/manifest-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@ledgerhq/cryptoassets": "^11.4.1",
"@ledgerhq/types-cryptoassets": "^7.10.0",
"@ledgerhq/wallet-api-core": "workspace:*",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0"
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1"
}
}
313 changes: 0 additions & 313 deletions packages/manifest-validator/src/schema/schema.json

This file was deleted.

0 comments on commit 091cf53

Please sign in to comment.