@drxsuperapp/sdk 1.1.123 → 1.1.125

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 -9
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -194,20 +194,15 @@ Your branch is up to date with 'origin/master'.
194
194
  nothing to commit, working tree clean
195
195
  Everything up-to-date
196
196
  ✅ Changes committed and pushed
197
- v1.1.123
198
- npm notice
199
- npm notice New major version of npm available! 10.9.2 -> 11.4.2
200
- npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2
201
- npm notice To update run: npm install -g npm@11.4.2
202
- npm notice
197
+ v1.1.125
203
198
  To https://gitlab.com/drx-super/drx-sdk.git
204
- e49172d..7fd646b master -> master
199
+ de32dcd..8683481 master -> master
205
200
  ✅ Version bumped
206
201
 
207
- > @drxsuperapp/sdk@1.1.123 prepublishOnly
202
+ > @drxsuperapp/sdk@1.1.125 prepublishOnly
208
203
  > npm run build
209
204
 
210
205
 
211
- > @drxsuperapp/sdk@1.1.123 build
206
+ > @drxsuperapp/sdk@1.1.125 build
212
207
  > tsc
213
208
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.123",
3
+ "version": "1.1.125",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {