@drxsuperapp/sdk 1.1.114 → 1.1.116

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 +6 -4
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -1,3 +1,4 @@
1
+ ⚠️ Deploy already running at Wed Jun 25 06:22:00 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.
@@ -196,15 +197,16 @@ Your branch is up to date with 'origin/master'.
196
197
  nothing to commit, working tree clean
197
198
  Everything up-to-date
198
199
  ✅ Changes committed and pushed
199
- v1.1.114
200
+ v1.1.116
201
+ ⚠️ Deploy already running at Wed Jun 25 06:22:09 UTC 2025
200
202
  To https://gitlab.com/drx-super/drx-sdk.git
201
- 30cbaed..0de0941 master -> master
203
+ 2317eaa..c93d203 master -> master
202
204
  ✅ Version bumped
203
205
 
204
- > @drxsuperapp/sdk@1.1.114 prepublishOnly
206
+ > @drxsuperapp/sdk@1.1.116 prepublishOnly
205
207
  > npm run build
206
208
 
207
209
 
208
- > @drxsuperapp/sdk@1.1.114 build
210
+ > @drxsuperapp/sdk@1.1.116 build
209
211
  > tsc
210
212
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.114",
3
+ "version": "1.1.116",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {