@t8/react-pending 1.0.5 → 1.0.6

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/react-pending",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Concise async action state tracking for React apps",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -8,7 +8,7 @@
8
8
  "build": "npx npm-run-all clean compile",
9
9
  "clean": "node -e \"require('node:fs').rmSync('dist', {force: true, recursive: true});\"",
10
10
  "compile": "npx esbuild index.ts --bundle --outdir=dist --platform=neutral --external:react",
11
- "gh-pages": "npx ghstage --color-scheme=indigo --ymid=103784239 --backstory=https://axtk.github.io/x/t8_react_pending",
11
+ "gh-pages": "npx ghstage --theme=t8 --ymid=103784239 --backstory=https://axtk.github.io/x/t8_react_pending",
12
12
  "prepublishOnly": "npx npm-run-all build gh-pages",
13
13
  "preversion": "npx npm-run-all shape build",
14
14
  "shape": "npx codeshape"