zklighter-perps 1.0.1 → 1.0.2

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.
@@ -76,6 +76,9 @@ jobs:
76
76
  npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN
77
77
  npm version patch
78
78
  npm publish
79
+ git add .
80
+ git commit -m "Update npm package"
81
+ git push origin main
79
82
 
80
83
  parameters:
81
84
  update_ts_sdk:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zklighter-perps",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "zkLighter Perps SDK",
5
5
  "main": "index.ts",
6
6
  "directories": {