File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181
8282 - name : NPM Publish
8383 run : |
84- npm version v1.0.0 --allow-same-version --no-git-tag-version
84+ npm version v1.0.1 --allow-same-version --no-git-tag-version
8585 npm publish --access public
8686 env :
8787 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Npm module published for ESW-TS can be found [here](https://www.npmjs.com/packag
88## Upcoming Changes
99n/a
1010
11- ## [ ESW-TS v1.0.0 ] - 2025-05-07
11+ ## [ ESW-TS v1.0.1 ] - 2025-05-07
1212
1313* Updated for csw-6.0.0 and esw-1.0.0, based on pekko and scala3
1414* Updated Scala and JS dependencies
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Document automatically gets released using release pipeline.
179179
180180| esw-ts | esw | csw |
181181| --------| --------| --------|
182- | v1.0.0 | v1.0.0 | v6.0.0 |
182+ | v1.0.1 | v1.0.0 | v6.0.0 |
183183| v1.0.0-RC1 | v1.0.0-RC1 | v6.0.0-RC1 |
184184| v0.4.1 | v0.5.1 | v5.0.1 |
185185| v0.4.1-RC1 | v0.5.1-RC1 | v5.0.1-RC1 |
@@ -200,7 +200,7 @@ Document automatically gets released using release pipeline.
200200
201201| Date | Tag | Source | Docs | Assets |
202202| ------------| --------| -------------------------------------------------------------------| ------------------------------------------------------------------| ----------------------------------------------------------------------------------|
203- | 2025-05-07 | v1.0.0 | [ esw-ts-1.0.0 ] ( https://github.com/tmtsoftware/esw-ts/tree/v1.0.0 ) | [ esw-ts-1.0.0 docs] ( https://tmtsoftware.github.io/esw-ts/1.0.0 / ) | [ esw-ts-1.0.0 assets] ( https://github.com/tmtsoftware/esw-ts/releases/tag/v1.0.0 ) |
203+ | 2025-05-07 | v1.0.1 | [ esw-ts-1.0.1 ] ( https://github.com/tmtsoftware/esw-ts/tree/v1.0.1 ) | [ esw-ts-1.0.1 docs] ( https://tmtsoftware.github.io/esw-ts/1.0.1 / ) | [ esw-ts-1.0.1 assets] ( https://github.com/tmtsoftware/esw-ts/releases/tag/v1.0.1 ) |
204204| 2023-04-12 | v0.4.1 | [ esw-ts-0.4.1] ( https://github.com/tmtsoftware/esw-ts/tree/v0.4.1 ) | [ esw-ts-0.4.1 docs] ( https://tmtsoftware.github.io/esw-ts/0.4.1/ ) | [ esw-ts-0.4.1 assets] ( https://github.com/tmtsoftware/esw-ts/releases/tag/v0.4.1 ) |
205205| 2022-11-15 | v0.4.0 | [ esw-ts-0.4.0] ( https://github.com/tmtsoftware/esw-ts/tree/v0.4.0 ) | [ esw-ts-0.4.0 docs] ( https://tmtsoftware.github.io/esw-ts/0.4.0/ ) | [ esw-ts-0.4.0 assets] ( https://github.com/tmtsoftware/esw-ts/releases/tag/v0.4.0 ) |
206206| 2022-02-09 | v0.3.0 | [ esw-ts-0.3.0] ( https://github.com/tmtsoftware/esw-ts/tree/v0.3.0 ) | [ esw-ts-0.3.0 docs] ( https://tmtsoftware.github.io/esw-ts/0.3.0/ ) | [ esw-ts-0.3.0 assets] ( https://github.com/tmtsoftware/esw-ts/releases/tag/v0.3.0 ) |
Original file line number Diff line number Diff line change 1+ # ESW-TS - v1.0.1
2+
3+ This is a pre release of the ESW-TS npm module version v1.0.1
4+ See [ CHANGELOG.md] ( CHANGELOG.md ) for details of all releases.
5+
6+ This version is compatible with ` ESW ` version v1.0.1
7+
8+ This version is compatible with ` CSW ` version v6.0.0-M3
9+
10+ ## Documentation
11+
12+ Paradox documentation can be found [ here] ( https://tmtsoftware.github.io/esw-ts/1.0.1/ )
13+ The API documentation can be found [ here] ( https://tmtsoftware.github.io/esw-ts/1.0.1/common/ts-docs.html )
Original file line number Diff line number Diff line change 11{
22 "name" : " @tmtsoftware/esw-ts" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Typescript client for gateway" ,
55 "main" : " dist/src/index.js" ,
66 "typings" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments