@drxsuperapp/sdk 1.1.58 → 1.1.59

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 +5 -4
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -1,3 +1,4 @@
1
+ ⚠️ Deploy already running at Fri Jun 13 06:44:04 UTC 2025
1
2
  [main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
2
3
  [main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: typescript-fetch (client)
3
4
  [main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-fetch' is considered stable.
@@ -99,15 +100,15 @@ Your branch is up to date with 'origin/master'.
99
100
  nothing to commit, working tree clean
100
101
  Everything up-to-date
101
102
  ✅ Changes committed and pushed
102
- v1.1.58
103
+ v1.1.59
103
104
  To https://gitlab.com/drx-super/drx-sdk.git
104
- d236710..fb092c7 master -> master
105
+ fb092c7..fbc6d4f master -> master
105
106
  ✅ Version bumped
106
107
 
107
- > @drxsuperapp/sdk@1.1.58 prepublishOnly
108
+ > @drxsuperapp/sdk@1.1.59 prepublishOnly
108
109
  > npm run build
109
110
 
110
111
 
111
- > @drxsuperapp/sdk@1.1.58 build
112
+ > @drxsuperapp/sdk@1.1.59 build
112
113
  > tsc
113
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.58",
3
+ "version": "1.1.59",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {