Skip to content

Commit

Permalink
chore: Let's see if we can fix our unstable publishing with multiple …
Browse files Browse the repository at this point in the history
…branches
  • Loading branch information
nklomp committed Oct 3, 2024
1 parent 624854c commit 888df19
Show file tree
Hide file tree
Showing 50 changed files with 194 additions and 97 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ test/*.js
/packages/web3-provider-headless/__tests__/config.json
/packages/event-logger/plugin.schema.json
/packages/public-key-hosting/__tests__/database/test.sqlite

.nx/cache
.nx/workspace-data
45 changes: 45 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/coverage"]
},
"build:clean": {
"dependsOn": []
},
"start:prod": {
"dependsOn": ["build"]
},
"start:dev": {
"dependsOn": []
},
"generate-plugin-schema": {
"dependsOn": []
},
"typeorm": {
"dependsOn": []
},
"typeorm-sqlite:migration:generate": {
"dependsOn": []
},
"typeorm-sqlite:migration:run": {
"dependsOn": []
},
"typeorm-postgres:migration:generate": {
"dependsOn": []
},
"typeorm-postgres:migration:run": {
"dependsOn": []
},
"build:copyfilesdis": {
"dependsOn": []
},
"start:energyshr": {
"dependsOn": []
},
"start:dev2": {
"dependsOn": []
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"json-schema": "^0.4.0",
"lerna": "^8.1.6",
"lerna-changelog": "^2.2.0",
"nx": "^19.8.3",
"oas-resolver": "^2.5.6",
"openapi-types": "^12.1.3",
"patch-package": "^8.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/agent-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"Sphereon",
"SSI",
"Agent"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/contact-manager-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"contact-management",
"REST",
"API"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/contact-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"Veramo",
"OpenID",
"Contact Manager"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/credential-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"SSI",
"Veramo",
"Credential Manager"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/data-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"SQLite",
"PostgreSQL",
"Contact Store"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"moduleDirectories": [
"node_modules",
"lib"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/ebsi-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@
"keywords": [
"EBSI",
"EBSI Authorization Client"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/event-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"Events",
"Logger",
"Audit"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/issuance-branding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"Credential Manifest",
"OID4VCI",
"SSI"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/kv-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"keywords": [
"Key Value Store",
"keyv"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/mdl-mdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
"keywords": [
"EBSI",
"EBSI Authorization Client"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/ms-authenticator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"Sphereon",
"SSI",
"Veramo"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/ms-request-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@
"VC",
"API",
"Issuer"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/oid4vci-holder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"Sphereon",
"OID4VCI",
"State Machine"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/oid4vci-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/oid4vci-issuer-rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"REST",
"Verifiable Credentials",
"SSI"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/oid4vci-issuer-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/oid4vci-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/pd-manager-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
"API",
"pd-management",
"presentation-definition-management"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/pd-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"Veramo",
"Presentation Defintion Manager",
"PD Manager"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/presentation-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/public-key-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,6 @@
"SSI",
"JWKS",
"Hosting"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/qr-code-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"OpenID4VP",
"OpenID4VCI",
"QR Code"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/remote-server-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"Remote server",
"REST",
"API"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/sd-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@
"SD-JWT",
"Selective Disclosure",
"Verifiable Credential"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/siopv2-oid4vp-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
},
"files": [
"dist/**/*"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/siopv2-oid4vp-op-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/siopv2-oid4vp-rp-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/siopv2-oid4vp-rp-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/siopv2-oid4vp-rp-rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"repository": "[email protected]:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <[email protected]>",
"license": "Apache-2.0",
"keywords": []
"keywords": [],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/ssi-express-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@
"Sphereon",
"SSI",
"Agent"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/ssi-sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"repository": "[email protected]:Sphereon-OpenSource/ssi-sdk.git",
"author": "Sphereon <[email protected]>",
"license": "Apache-2.0",
"keywords": []
"keywords": [],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/ssi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"Credential Mapping",
"Verifiable Credentials",
"DIDs"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/uni-resolver-registrar-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@
"Universal Resolver",
"Inversal Registrar",
"DIF"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/vc-handler-ld-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@
],
"peerDependencies": {
"react-native-securerandom": "^1.0.1"
}
},
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/vc-status-list-issuer-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"Sphereon",
"SSI",
"StatusList2021"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/vc-status-list-issuer-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
"Sphereon",
"SSI",
"StatusList2021"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/vc-status-list-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@
"Sphereon",
"SSI",
"StatusList2021"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/vc-status-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"Sphereon",
"SSI",
"StatusList2021"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/w3c-vc-api-issuer-rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
"VC",
"API",
"Issuer"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/w3c-vc-api-verifier-rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"VC",
"API",
"Verifier"
]
],
"nx": {}
}
3 changes: 2 additions & 1 deletion packages/w3c-vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@
"SSI",
"W3C",
"VC API"
]
],
"nx": {}
}
Loading

0 comments on commit 888df19

Please sign in to comment.