@lunarislab/state-sync 1.1.6 → 1.1.9

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/dist +3 -0
  2. package/package.json +4 -4
package/dist ADDED
@@ -0,0 +1,3 @@
1
+ # StateSync
2
+
3
+ Work in progress
package/package.json CHANGED
@@ -8,12 +8,12 @@
8
8
  "viem": "^2.21.58"
9
9
  },
10
10
  "name": "@lunarislab/state-sync",
11
- "version": "1.1.6",
11
+ "version": "1.1.9",
12
12
  "main": "index.js",
13
13
  "scripts": {
14
14
  "test": "ts-node ./test.ts",
15
- "build": "tsc && cp package.json dist/ && cp README.md dist/",
16
- "publish": "tsc && cp package.json ./dist && cp README.md ./dist && cd ./dist && npm publish --access=public && cd ../ && npm version patch"
15
+ "build": "tsc && cp package.json ./dist && cp README.md ./dist",
16
+ "publish": "tsc && cp package.json ./dist && cp README.md ./dist && npm version patch --no-git-tag-version && cd ./dist && npm publish --access=public"
17
17
  },
18
18
  "author": "",
19
19
  "license": "ISC",
@@ -21,4 +21,4 @@
21
21
  "devDependencies": {
22
22
  "typescript": "^5.7.3"
23
23
  }
24
- }
24
+ }