upgrade to schema-builder v6.4.0

This commit is contained in:
Martin Raifer
2023-08-25 12:19:28 +02:00
parent 3d70c1b919
commit 9be5591cef
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"data_format": 1,
"project": {
"name": "iD Tagging Schema",
"description": "Presets available in the iD editor, Rapid, StreetComplete, Go Map!!, Every Door, and other applications The following mnemonics are used in individual tag descriptions to annotate in which context the respecive tag is supported: 🄿: preset, 🄵 field, 🄵🅅: field value, 🄳: deprecated tag, 🄳🄳: discarded tag",
"description": "Presets available in the iD editor, Rapid, StreetComplete, Go Map!!, Every Door, and other applications The following mnemonics are used in individual tag descriptions to annotate in which context the respective tag is supported: 🄿: preset, 🄵 field, 🄵🅅: field value, 🄳: deprecated tag, 🄳🄳: discarded tag",
"project_url": "https://github.com/openstreetmap/id-tagging-schema/",
"icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@release/dist/img/logo.png",
"contact_name": "Martin Raifer",
@@ -24284,4 +24284,4 @@
"description": "🄳🄳 (discarded tag)"
}
]
}
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+7 -7
View File
@@ -9,14 +9,14 @@
"version": "6.5.0-dev",
"license": "ISC",
"devDependencies": {
"@ideditor/schema-builder": "~6.3.0",
"@ideditor/schema-builder": "~6.4.0",
"prettier": "~3.0.0"
}
},
"node_modules/@ideditor/schema-builder": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@ideditor/schema-builder/-/schema-builder-6.3.0.tgz",
"integrity": "sha512-TwxUqY0dC8UX4Hlt1In15AyoqUpSKrE3aFNcUCzuFvQtSyLVqqmUh2T2JI0epzPNStCCgEHPMwBkZfmVYbN6Zw==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@ideditor/schema-builder/-/schema-builder-6.4.0.tgz",
"integrity": "sha512-mRLuDh2t2MXsBx0viANr4gaQ9NtuaWozBaPtrwxs2WXZJGTq4wIF+ReQQyf/146ihkwbfePQsE/yN2IkqE5Enw==",
"dev": true,
"dependencies": {
"@transifex/api": "^5.0.1",
@@ -879,9 +879,9 @@
},
"dependencies": {
"@ideditor/schema-builder": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@ideditor/schema-builder/-/schema-builder-6.3.0.tgz",
"integrity": "sha512-TwxUqY0dC8UX4Hlt1In15AyoqUpSKrE3aFNcUCzuFvQtSyLVqqmUh2T2JI0epzPNStCCgEHPMwBkZfmVYbN6Zw==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/@ideditor/schema-builder/-/schema-builder-6.4.0.tgz",
"integrity": "sha512-mRLuDh2t2MXsBx0viANr4gaQ9NtuaWozBaPtrwxs2WXZJGTq4wIF+ReQQyf/146ihkwbfePQsE/yN2IkqE5Enw==",
"dev": true,
"requires": {
"@transifex/api": "^5.0.1",
+1 -1
View File
@@ -20,7 +20,7 @@
"translations": "node scripts/translations.js"
},
"devDependencies": {
"@ideditor/schema-builder": "~6.3.0",
"@ideditor/schema-builder": "~6.4.0",
"prettier": "~3.0.0"
}
}