@drxsuperapp/sdk 1.1.143 → 1.1.145

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 +9 -4
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -213,15 +213,20 @@ 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.143
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
217
222
  To https://gitlab.com/drx-super/drx-sdk.git
218
- bb8d8e4..a59690c master -> master
223
+ 628a3b6..66ccd87 master -> master
219
224
  ✅ Version bumped
220
225
 
221
- > @drxsuperapp/sdk@1.1.143 prepublishOnly
226
+ > @drxsuperapp/sdk@1.1.145 prepublishOnly
222
227
  > npm run build
223
228
 
224
229
 
225
- > @drxsuperapp/sdk@1.1.143 build
230
+ > @drxsuperapp/sdk@1.1.145 build
226
231
  > tsc
227
232
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.143",
3
+ "version": "1.1.145",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {