Skip to content

Commit 12dca3b

Browse files
chore(sdk): switch to unscoped name chronos-synapse-sdk and bump to 0.1.2
1 parent 8723b18 commit 12dca3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sdk-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
publish:
14-
name: Publish @chronos-synapse/sdk
14+
name: Publish SDK (chronos-synapse-sdk)
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:

sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@chronos-synapse/sdk",
3-
"version": "0.1.0",
2+
"name": "chronos-synapse-sdk",
3+
"version": "0.1.2",
44
"description": "Chronos Synapse SDK for registering jobs and reporting executions to the Chronos backend",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -41,4 +41,4 @@
4141
"dependencies": {
4242
"socket.io-client": "^4.8.1"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)