This commit is contained in:
Râu Cao 2025-01-20 12:44:19 -05:00
parent b2b9d318cc
commit 85cfac2493
Signed by: raucao
GPG Key ID: 37036C356E56CC51
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.1.0", "version": "3.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.1.0", "version": "3.2.0",
"license": "MIT" "license": "MIT"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.1.0", "version": "3.2.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": {