@paynext/sdk 0.0.28 → 0.0.30

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paynext/sdk",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -30,7 +30,7 @@
30
30
  "build-storybook": "storybook build",
31
31
  "analyze": "ANALYZE=true yarn build",
32
32
  "pub": "yarn build && npm publish --scope=@paynext",
33
- "pub-ts": "npm version patch --no-git-tag-version && yarn build-ts && npm publish --access restricted"
33
+ "pub-ts": "npm version patch --no-git-tag-version && npm run build-ts && npm publish --access restricted"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^19.0.0",