@xyo-network/react-shared 2.25.12 → 2.25.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/dist/docs.json +178213 -0
- package/package.json +9 -2
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@xyo-network/api": "^2.20.33",
|
|
23
23
|
"@xyo-network/core": "^2.20.33",
|
|
24
24
|
"@xyo-network/network": "^2.20.33",
|
|
25
|
-
"@xyo-network/react-theme": "^2.25.
|
|
25
|
+
"@xyo-network/react-theme": "^2.25.15",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"luxon": "^2.4.0",
|
|
28
28
|
"react": "^18.1.0",
|
|
@@ -107,10 +107,17 @@
|
|
|
107
107
|
},
|
|
108
108
|
"scripts": {
|
|
109
109
|
"lint-pkg": "npmPkgJsonLint .",
|
|
110
|
+
"gen:docs:package": "typedoc src/index.ts --json dist/docs.json",
|
|
111
|
+
"clean:package": "rimraf -q ./dist && rimraf -q ./build",
|
|
112
|
+
"fix:package": "yarn fix",
|
|
113
|
+
"lint:package": "yarn lint",
|
|
114
|
+
"deps:package": "depcheck $INIT_CWD",
|
|
115
|
+
"updo3:package": "yarn updo3",
|
|
116
|
+
"build:package": "yarn clean:package && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs:package",
|
|
110
117
|
"license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
|
|
111
118
|
},
|
|
112
119
|
"sideEffects": false,
|
|
113
120
|
"types": "dist/esm/index.d.ts",
|
|
114
|
-
"version": "2.25.
|
|
121
|
+
"version": "2.25.15",
|
|
115
122
|
"packageManager": "yarn@3.1.1"
|
|
116
123
|
}
|