@jerryc05/hi-tools 0.3.4 → 0.3.5

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": "@jerryc05/hi-tools",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "A collection of my everyday SDE tools.",
5
5
  "scripts": {
6
6
  "pub": "npm run build && export NPM_CONFIG_REGISTRY=https://registry.npmjs.org &&{ npm whoami || npm login ;} && npm publish --access public && git push",
@@ -25,7 +25,7 @@
25
25
  "yargs": "^18.0.0"
26
26
  },
27
27
  "optionalDependencies": {
28
- "@byted/aipaas-auth": "^0.1.0",
28
+ "@byted/aipaas-auth": "^0.3.1",
29
29
  "@clack/prompts": "^1.3.0",
30
30
  "base62": "^2.0.2",
31
31
  "bignumber.js": "^11.1.4",