This commit is contained in:
Basti 2022-04-27 15:50:16 +02:00
parent 7d2598efbd
commit af4b4407b8
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.0.0", "version": "3.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.0.0", "version": "3.1.0",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.0.0", "version": "3.1.0",
"description": "JSON-LD schemas for Kosmos data formats", "description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {