@drxsuperapp/sdk 1.1.196 → 1.1.198

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
@@ -379,15 +379,20 @@ Your branch is up to date with 'origin/master'.
379
379
  nothing to commit, working tree clean
380
380
  Everything up-to-date
381
381
  ✅ Changes committed and pushed
382
- v1.1.196
382
+ v1.1.198
383
+ npm notice
384
+ npm notice New major version of npm available! 10.9.2 -> 11.4.2
385
+ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2
386
+ npm notice To update run: npm install -g npm@11.4.2
387
+ npm notice
383
388
  To https://gitlab.com/drx-super/drx-sdk.git
384
- e97f783..28216c2 master -> master
389
+ 1662ad8..314d821 master -> master
385
390
  ✅ Version bumped
386
391
 
387
- > @drxsuperapp/sdk@1.1.196 prepublishOnly
392
+ > @drxsuperapp/sdk@1.1.198 prepublishOnly
388
393
  > npm run build
389
394
 
390
395
 
391
- > @drxsuperapp/sdk@1.1.196 build
396
+ > @drxsuperapp/sdk@1.1.198 build
392
397
  > tsc
393
398
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.196",
3
+ "version": "1.1.198",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {