mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
upgrade to schema-builder v6.4.0
This commit is contained in:
Vendored
+2
-2
@@ -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)"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Generated
+7
-7
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user