Skip to content

Commit 7b9dffd

Browse files
author
Dimy Jeannot
committed
chore(release): publish
- project: go/oeco-sdk/v2beta 0.20.0
1 parent 6c6e7f1 commit 7b9dffd

File tree

3 files changed

+43
-63
lines changed

3 files changed

+43
-63
lines changed

go/oeco-sdk/v2beta/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.20.0 (2025-08-18)
2+
3+
### 🚀 Features
4+
5+
- hardening ([#74](https://github.com/openecosystems/ecosystem/pull/74))
6+
7+
### ❤️ Thank You
8+
9+
- Dimy Jeannot @dimyjeannot
10+
111
## 0.19.3 (2025-08-07)
212

313
### 🩹 Fixes

go/oeco-sdk/v2beta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go/oeco-sdk/v2beta",
3-
"version": "0.19.3",
3+
"version": "0.20.0",
44
"description": "SDK version v2beta",
55
"private": true,
66
"license": "Apache-2.0"

tsconfig.base.json

Lines changed: 32 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,33 @@
11
{
2-
"compileOnSave": false,
3-
"compilerOptions": {
4-
"rootDir": ".",
5-
"sourceMap": true,
6-
"declaration": false,
7-
"moduleResolution": "node",
8-
"emitDecoratorMetadata": true,
9-
"experimentalDecorators": true,
10-
"importHelpers": true,
11-
"target": "es2015",
12-
"module": "esnext",
13-
"lib": [
14-
"es2020",
15-
"dom"
16-
],
17-
"skipLibCheck": true,
18-
"skipDefaultLibCheck": true,
19-
"baseUrl": ".",
20-
"paths": {
21-
"@openecosystems/connectorv2alpha": [
22-
"libs/public/typescript/connector/v2alpha/src/index.ts"
23-
],
24-
"@openecosystems/model-partner": [
25-
"libs/partner/typescript/model/src/index.ts"
26-
],
27-
"@openecosystems/model-poc": [
28-
"libs/poc/typescript/model/src/index.ts"
29-
],
30-
"@openecosystems/model-private": [
31-
"libs/private/typescript/model/src/index.ts"
32-
],
33-
"@openecosystems/model-public": [
34-
"libs/public/typescript/model/src/index.ts"
35-
],
36-
"@openecosystems/natsv2": [
37-
"libs/partner/typescript/nats/v2/src/index.ts"
38-
],
39-
"@openecosystems/protobuf-partner": [
40-
"libs/partner/typescript/protobuf/src/index.ts"
41-
],
42-
"@openecosystems/protobuf-poc": [
43-
"libs/poc/typescript/protobuf/src/index.ts"
44-
],
45-
"@openecosystems/protobuf-private": [
46-
"libs/private/typescript/protobuf/src/index.ts"
47-
],
48-
"@openecosystems/protobuf-public": [
49-
"libs/public/typescript/protobuf/src/index.ts"
50-
],
51-
"@openecosystems/sdkv2alpha": [
52-
"libs/public/typescript/sdk/v2alpha/src/index.ts"
53-
],
54-
"@platform/nx-goreleaser-sdk": [
55-
"libs/plugins/nx-goreleaser-sdk/src/index.ts"
56-
]
57-
}
58-
},
59-
"exclude": [
60-
"node_modules",
61-
"tmp"
62-
]
63-
}
2+
"compileOnSave": false,
3+
"compilerOptions": {
4+
"rootDir": ".",
5+
"sourceMap": true,
6+
"declaration": false,
7+
"moduleResolution": "node",
8+
"emitDecoratorMetadata": true,
9+
"experimentalDecorators": true,
10+
"importHelpers": true,
11+
"target": "es2015",
12+
"module": "esnext",
13+
"lib": ["es2020", "dom"],
14+
"skipLibCheck": true,
15+
"skipDefaultLibCheck": true,
16+
"baseUrl": ".",
17+
"paths": {
18+
"@openecosystems/connectorv2alpha": ["libs/public/typescript/connector/v2alpha/src/index.ts"],
19+
"@openecosystems/model-partner": ["libs/partner/typescript/model/src/index.ts"],
20+
"@openecosystems/model-poc": ["libs/poc/typescript/model/src/index.ts"],
21+
"@openecosystems/model-private": ["libs/private/typescript/model/src/index.ts"],
22+
"@openecosystems/model-public": ["libs/public/typescript/model/src/index.ts"],
23+
"@openecosystems/natsv2": ["libs/partner/typescript/nats/v2/src/index.ts"],
24+
"@openecosystems/protobuf-partner": ["libs/partner/typescript/protobuf/src/index.ts"],
25+
"@openecosystems/protobuf-poc": ["libs/poc/typescript/protobuf/src/index.ts"],
26+
"@openecosystems/protobuf-private": ["libs/private/typescript/protobuf/src/index.ts"],
27+
"@openecosystems/protobuf-public": ["libs/public/typescript/protobuf/src/index.ts"],
28+
"@openecosystems/sdkv2alpha": ["libs/public/typescript/sdk/v2alpha/src/index.ts"],
29+
"@platform/nx-goreleaser-sdk": ["libs/plugins/nx-goreleaser-sdk/src/index.ts"]
30+
}
31+
},
32+
"exclude": ["node_modules", "tmp"]
33+
}

0 commit comments

Comments
 (0)