@flowconsole/sdk 0.0.0-beta-20260128095922 → 0.0.0-beta-20260128114951

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.jsii +3 -3
  2. package/package.json +3 -3
package/.jsii CHANGED
@@ -44,8 +44,8 @@
44
44
  },
45
45
  "java": {
46
46
  "maven": {
47
- "artifactId": "sdk",
48
- "groupId": "flowconsole"
47
+ "artifactId": "flowconsole-sdk",
48
+ "groupId": "io.github.slackmaster9999"
49
49
  },
50
50
  "package": "flowconsole.sdk"
51
51
  },
@@ -1160,5 +1160,5 @@
1160
1160
  }
1161
1161
  },
1162
1162
  "version": "0.0.1",
1163
- "fingerprint": "St+m3iVI8aUbqUNppeAljgj8YXYQpdXMIlVTB7sqlnQ="
1163
+ "fingerprint": "9w0sblKFH2O3/6P1u73h7DhouWAb174Qk8N/iA0/Jks="
1164
1164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowconsole/sdk",
3
- "version": "0.0.0-beta-20260128095922",
3
+ "version": "0.0.0-beta-20260128114951",
4
4
  "description": "FlowConsole SDK",
5
5
  "main": "dist/flowconsole-sdk.js",
6
6
  "keywords": [],
@@ -40,8 +40,8 @@
40
40
  "java": {
41
41
  "package": "flowconsole.sdk",
42
42
  "maven": {
43
- "groupId": "flowconsole",
44
- "artifactId": "sdk"
43
+ "groupId": "io.github.slackmaster9999",
44
+ "artifactId": "flowconsole-sdk"
45
45
  }
46
46
  },
47
47
  "python": {