@seedprotocol/publish 0.4.15 → 0.4.17

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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seedprotocol/publish",
3
- "version": "0.4.15",
3
+ "version": "0.4.17",
4
4
  "description": "Publish UI components and helpers for Seed Protocol",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,12 +22,13 @@
22
22
  ],
23
23
  "scripts": {
24
24
  "build": "tsc -p tsconfig.build.json && vite build",
25
- "prepublishOnly": "npm run build && node ../../scripts/sync-versions.js && npm pkg set dependencies.@seedprotocol/sdk=$(node -e \"console.log(require('../../packages/sdk/package.json').version)\")"
25
+ "prepublishOnly": "npm run build && node ../../scripts/sync-versions.js && npm pkg set dependencies.@seedprotocol/sdk=$(node -e \"console.log(require('../../packages/sdk/package.json').version)\") && npm pkg set dependencies.@seedprotocol/react=$(node -e \"console.log(require('../react/package.json').version)\")",
26
+ "postpublish": "git checkout -- package.json"
26
27
  },
27
28
  "dependencies": {
28
29
  "@ethereum-attestation-service/eas-sdk": "^2.9.0",
29
- "@seedprotocol/react": "workspace:*",
30
- "@seedprotocol/sdk": "0.4.15",
30
+ "@seedprotocol/react": "0.4.17",
31
+ "@seedprotocol/sdk": "0.4.17",
31
32
  "@xstate/react": "^6.1.0",
32
33
  "arweave": "^1.15.7",
33
34
  "debug": "^4.4.1",