@xyo-network/react-property 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 +31530 -0
- package/package.json +10 -3
package/package.json
CHANGED
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@mui/material": "^5.8.1",
|
|
17
17
|
"@xylabs/sdk-react": "^2.12.8",
|
|
18
18
|
"@xyo-network/core": "^2.20.33",
|
|
19
|
-
"@xyo-network/react-shared": "^2.25.
|
|
20
|
-
"@xyo-network/react-theme": "^2.25.
|
|
19
|
+
"@xyo-network/react-shared": "^2.25.15",
|
|
20
|
+
"@xyo-network/react-theme": "^2.25.15",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
22
|
"react": "^18.1.0",
|
|
23
23
|
"react-dom": "^18.1.0",
|
|
@@ -96,10 +96,17 @@
|
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"lint-pkg": "npmPkgJsonLint .",
|
|
99
|
+
"gen:docs:package": "typedoc src/index.ts --json dist/docs.json",
|
|
100
|
+
"clean:package": "rimraf -q ./dist && rimraf -q ./build",
|
|
101
|
+
"fix:package": "yarn fix",
|
|
102
|
+
"lint:package": "yarn lint",
|
|
103
|
+
"deps:package": "depcheck $INIT_CWD",
|
|
104
|
+
"updo3:package": "yarn updo3",
|
|
105
|
+
"build:package": "yarn clean:package && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn gen:docs:package",
|
|
99
106
|
"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\""
|
|
100
107
|
},
|
|
101
108
|
"sideEffects": false,
|
|
102
109
|
"types": "dist/esm/index.d.ts",
|
|
103
|
-
"version": "2.25.
|
|
110
|
+
"version": "2.25.15",
|
|
104
111
|
"packageManager": "yarn@3.1.1"
|
|
105
112
|
}
|