@drxsuperapp/sdk 1.1.116 → 1.1.117

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 -6
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -1,4 +1,3 @@
1
- ⚠️ Deploy already running at Wed Jun 25 06:22:00 UTC 2025
2
1
  [main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
3
2
  [main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: typescript-fetch (client)
4
3
  [main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-fetch' is considered stable.
@@ -197,16 +196,15 @@ Your branch is up to date with 'origin/master'.
197
196
  nothing to commit, working tree clean
198
197
  Everything up-to-date
199
198
  ✅ Changes committed and pushed
200
- v1.1.116
201
- ⚠️ Deploy already running at Wed Jun 25 06:22:09 UTC 2025
199
+ v1.1.117
202
200
  To https://gitlab.com/drx-super/drx-sdk.git
203
- 2317eaa..c93d203 master -> master
201
+ c93d203..3f4d209 master -> master
204
202
  ✅ Version bumped
205
203
 
206
- > @drxsuperapp/sdk@1.1.116 prepublishOnly
204
+ > @drxsuperapp/sdk@1.1.117 prepublishOnly
207
205
  > npm run build
208
206
 
209
207
 
210
- > @drxsuperapp/sdk@1.1.116 build
208
+ > @drxsuperapp/sdk@1.1.117 build
211
209
  > tsc
212
210
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.116",
3
+ "version": "1.1.117",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {