@drxsuperapp/sdk 1.1.198 → 1.1.199

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
@@ -379,20 +379,15 @@ 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.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
382
+ v1.1.199
388
383
  To https://gitlab.com/drx-super/drx-sdk.git
389
- 1662ad8..314d821 master -> master
384
+ 314d821..d5c2072 master -> master
390
385
  ✅ Version bumped
391
386
 
392
- > @drxsuperapp/sdk@1.1.198 prepublishOnly
387
+ > @drxsuperapp/sdk@1.1.199 prepublishOnly
393
388
  > npm run build
394
389
 
395
390
 
396
- > @drxsuperapp/sdk@1.1.198 build
391
+ > @drxsuperapp/sdk@1.1.199 build
397
392
  > tsc
398
393
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.198",
3
+ "version": "1.1.199",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {