@talosprotocol/contracts 1.1.5 → 1.1.15
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talosprotocol/contracts",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"description": "Talos Protocol contracts - schemas, types, and helper functions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"format": "prettier -w .",
|
|
24
24
|
"typecheck": "tsc --noEmit",
|
|
25
25
|
"validate": "npm run lint && npm run typecheck && npm run build && npm run test",
|
|
26
|
-
"version:sync": "node
|
|
26
|
+
"version:sync": "node ../scripts/version-sync.mjs",
|
|
27
27
|
"gates:contracts": "echo 'Skipping gates for contracts repo'",
|
|
28
28
|
"api:snapshot": "npm run build && cp dist/index.d.ts test/fixtures/api-baseline.d.ts",
|
|
29
29
|
"smoke:pack": "npm pack --dry-run && node scripts/smoke-test.mjs"
|