fix(build): add SmartConfig project metadata and update development tooling versions
This commit is contained in:
@@ -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": {}
|
||||||
|
}
|
||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# 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
|
## 1.0.0
|
||||||
|
|
||||||
- Initial standalone extraction of idp.global shared interfaces.
|
- Initial standalone extraction of idp.global shared interfaces.
|
||||||
|
|||||||
+5
-5
@@ -19,11 +19,11 @@
|
|||||||
"@tsclass/tsclass": "^9.5.1"
|
"@tsclass/tsclass": "^9.5.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^4.4.0",
|
"@git.zone/tsbuild": "^4.4.1",
|
||||||
"@git.zone/tsdoc": "^2.0.3",
|
"@git.zone/tsdoc": "^2.0.5",
|
||||||
"@git.zone/tsrun": "^2.0.3",
|
"@git.zone/tsrun": "^2.0.4",
|
||||||
"@git.zone/tstest": "^3.6.3",
|
"@git.zone/tstest": "^3.6.6",
|
||||||
"@types/node": "^25.6.0"
|
"@types/node": "^25.9.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
|
|||||||
Generated
+734
-134
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user