@drxsuperapp/sdk 1.1.4 → 1.1.5

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