@drxsuperapp/sdk 1.1.12 → 1.1.14

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/deploy.log +4 -7
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -88,9 +88,6 @@ Caused by: java.net.ConnectException: Connection timed out
88
88
  at io.swagger.v3.parser.util.RemoteUrl.urlToString(RemoteUrl.java:151)
89
89
  at io.swagger.v3.parser.OpenAPIV3Parser.readContentFromLocation(OpenAPIV3Parser.java:290)
90
90
  ... 7 common frames omitted
91
- ⚠️ Deploy already running at Sun Jun 8 16:50:05 UTC 2025
92
- ⚠️ Deploy already running at Sun Jun 8 16:50:07 UTC 2025
93
- ⚠️ Deploy already running at Sun Jun 8 16:50:12 UTC 2025
94
91
  [main] ERROR io.swagger.parser.util.RemoteUrl - unable to read
95
92
  java.net.ConnectException: Connection timed out
96
93
  at java.base/sun.nio.ch.Net.connect0(Native Method)
@@ -355,7 +352,7 @@ Your branch is up to date with 'origin/master'.
355
352
  nothing to commit, working tree clean
356
353
  Everything up-to-date
357
354
  ✅ Changes committed and pushed
358
- v1.1.12
355
+ v1.1.14
359
356
  remote:
360
357
  remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
361
358
  remote:
@@ -365,13 +362,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
365
362
  remote:
366
363
  remote:
367
364
  To https://gitlab.com/drxsuperapp/drx-sdk.git
368
- 244fc9c..c7dff76 master -> master
365
+ c76ffe0..9b29192 master -> master
369
366
  ✅ Version bumped
370
367
 
371
- > @drxsuperapp/sdk@1.1.12 prepublishOnly
368
+ > @drxsuperapp/sdk@1.1.14 prepublishOnly
372
369
  > npm run build
373
370
 
374
371
 
375
- > @drxsuperapp/sdk@1.1.12 build
372
+ > @drxsuperapp/sdk@1.1.14 build
376
373
  > tsc
377
374
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {