@vanillabp/bc-ui 0.1.4 → 0.1.7

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 +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanillabp/bc-ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.7",
4
4
  "sideEffects": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,9 +16,9 @@
16
16
  "package.json"
17
17
  ],
18
18
  "dependencies": {
19
- "@vanillabp/bc-official-gui-client": "0.1.4",
20
- "@vanillabp/bc-shared": "0.1.4",
21
- "@vanillabp/bc-types": "0.1.4"
19
+ "@vanillabp/bc-official-gui-client": "0.1.7",
20
+ "@vanillabp/bc-shared": "0.1.7",
21
+ "@vanillabp/bc-types": "0.1.7"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@fontsource/roboto": "4.5.8",
@@ -62,6 +62,7 @@
62
62
  "unpublish:snapshot": "npm view --@vanillabp:registry=\"${NPM_REGISTRY}\" > /dev/null 2>&1 && npm unpublish --@vanillabp:registry=\"${NPM_REGISTRY}\" --force || echo \"Package not present – skipping unpublish\"",
63
63
  "publish:snapshot": "npm publish --tag snapshot",
64
64
  "version:snapshot": "npm version ${npm_config_newversion} --no-git-tag-version --allow-same-version",
65
- "publish:release": "npm publish --access public"
65
+ "publish:release": "npm publish --access public",
66
+ "postpublish": "node -e \"if(process.env.WAIT_FOR_NPM_PUBLISH==='1'){const cp=require('child_process');const root=process.env.GITHUB_WORKSPACE||cp.execSync('git rev-parse --show-toplevel').toString().trim();cp.execSync('bash \\\"'+root+'/.github/scripts/wait-for-npm-publish.sh\\\"',{stdio:'inherit'})}\""
66
67
  }
67
68
  }