@drxsuperapp/sdk 1.1.5 → 1.1.6

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
@@ -1,5 +1,3 @@
1
- ⚠️ Deploy already running at Thu Jun 5 10:54:37 UTC 2025
2
- ⚠️ Deploy already running at Thu Jun 5 10:54:40 UTC 2025
3
1
  [main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
4
2
  [main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: typescript-axios (client)
5
3
  [main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-axios' is considered stable.
@@ -14,7 +12,6 @@
14
12
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesIdPutRequest.md
15
13
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesPostRequest.md
16
14
  [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples. Renamed to auto-generated operationId: apiExamplesGet
17
- ⚠️ Deploy already running at Thu Jun 5 10:54:44 UTC 2025
18
15
  [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/examples. Renamed to auto-generated operationId: apiExamplesPost
19
16
  [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdGet
20
17
  [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdPut
@@ -45,7 +42,7 @@ Your branch is up to date with 'origin/master'.
45
42
  nothing to commit, working tree clean
46
43
  Everything up-to-date
47
44
  ✅ Changes committed and pushed
48
- v1.1.5
45
+ v1.1.6
49
46
  remote:
50
47
  remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
51
48
  remote:
@@ -55,13 +52,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
55
52
  remote:
56
53
  remote:
57
54
  To https://gitlab.com/drxsuperapp/drx-sdk.git
58
- 63f4a9e..c77344b master -> master
55
+ c77344b..02e4f2d master -> master
59
56
  ✅ Version bumped
60
57
 
61
- > @drxsuperapp/sdk@1.1.5 prepublishOnly
58
+ > @drxsuperapp/sdk@1.1.6 prepublishOnly
62
59
  > npm run build
63
60
 
64
61
 
65
- > @drxsuperapp/sdk@1.1.5 build
62
+ > @drxsuperapp/sdk@1.1.6 build
66
63
  > tsc
67
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {