fix(config): update release configuration schema, refresh dependency versions, and document exported event types
This commit is contained in:
+12
-7
@@ -5,7 +5,7 @@
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "idp.global",
|
||||
"gitrepo": "catalog",
|
||||
"description": "Web component catalog for idp.global, based on the v2 product design language.",
|
||||
"description": "Web component catalog for idp.global, based on the v3 product design language.",
|
||||
"npmPackagename": "@idp.global/catalog",
|
||||
"license": "MIT",
|
||||
"projectDomain": "idp.global",
|
||||
@@ -18,12 +18,17 @@
|
||||
]
|
||||
},
|
||||
"release": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
}
|
||||
"targets": {
|
||||
"npm": {
|
||||
"registries": [
|
||||
"https://verdaccio.lossless.digital",
|
||||
"https://registry.npmjs.org"
|
||||
],
|
||||
"accessLevel": "public"
|
||||
}
|
||||
}
|
||||
},
|
||||
"schemaVersion": 2
|
||||
},
|
||||
"@git.zone/tsbundle": {
|
||||
"bundles": [
|
||||
|
||||
Reference in New Issue
Block a user