@drxsuperapp/sdk 1.1.145 → 1.1.146

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
@@ -213,20 +213,15 @@ Your branch is up to date with 'origin/master'.
213
213
  nothing to commit, working tree clean
214
214
  Everything up-to-date
215
215
  ✅ Changes committed and pushed
216
- v1.1.145
217
- npm notice
218
- npm notice New major version of npm available! 10.9.2 -> 11.4.2
219
- npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2
220
- npm notice To update run: npm install -g npm@11.4.2
221
- npm notice
216
+ v1.1.146
222
217
  To https://gitlab.com/drx-super/drx-sdk.git
223
- 628a3b6..66ccd87 master -> master
218
+ 66ccd87..27a62d1 master -> master
224
219
  ✅ Version bumped
225
220
 
226
- > @drxsuperapp/sdk@1.1.145 prepublishOnly
221
+ > @drxsuperapp/sdk@1.1.146 prepublishOnly
227
222
  > npm run build
228
223
 
229
224
 
230
- > @drxsuperapp/sdk@1.1.145 build
225
+ > @drxsuperapp/sdk@1.1.146 build
231
226
  > tsc
232
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.145",
3
+ "version": "1.1.146",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {