fix(build): add SmartConfig project metadata and update development tooling versions

This commit is contained in:
2026-05-18 15:44:27 +00:00
parent 05387b4a6a
commit 59e91a39ad
4 changed files with 791 additions and 139 deletions
+44
View File
@@ -0,0 +1,44 @@
{
"@git.zone/cli": {
"schemaVersion": 2,
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "idp.global",
"gitrepo": "interfaces",
"description": "Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.",
"npmPackagename": "@idp.global/interfaces",
"license": "MIT",
"keywords": [
"idp.global",
"interfaces",
"typedrequest",
"contracts",
"identity",
"oidc",
"typescript"
]
},
"release": {
"targets": {
"git": {
"enabled": true,
"remote": "origin"
},
"npm": {
"enabled": true,
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
},
"docker": {
"enabled": false,
"engine": "tsdocker"
}
}
}
},
"@ship.zone/szci": {}
}
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## Pending
### Fixes
- add SmartConfig project metadata and update development tooling versions (build)
- adds .smartconfig.json with npm package, repository, and release target configuration
- bumps @git.zone build/test/documentation tooling and @types/node devDependency versions
## 1.0.0
- Initial standalone extraction of idp.global shared interfaces.
+5 -5
View File
@@ -19,11 +19,11 @@
"@tsclass/tsclass": "^9.5.1"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsdoc": "^2.0.3",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
"@git.zone/tsbuild": "^4.4.1",
"@git.zone/tsdoc": "^2.0.5",
"@git.zone/tsrun": "^2.0.4",
"@git.zone/tstest": "^3.6.6",
"@types/node": "^25.9.0"
},
"files": [
"ts/**/*",
+734 -134
View File
File diff suppressed because it is too large Load Diff