react-generic-tools 0.0.39 → 0.0.41
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/index.js +0 -0
- package/package.json +33 -31
- package/testHelper.js +0 -0
package/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-generic-tools",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.41",
|
|
4
4
|
"description": "Generic utility types, methods and components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utility",
|
|
@@ -39,40 +39,40 @@
|
|
|
39
39
|
"document": "weboptimizer document",
|
|
40
40
|
"lint": "yarn clear && weboptimizer lint",
|
|
41
41
|
"prepare": "yarn build",
|
|
42
|
-
"postversion": "yarn publish --non-interactive; git push --tags && git push",
|
|
43
42
|
"serve": "weboptimizer serve",
|
|
44
43
|
"start": "yarn serve",
|
|
45
|
-
"test": "yarn clear && weboptimizer test
|
|
46
|
-
"test:browser": "yarn clear && weboptimizer test:browser
|
|
44
|
+
"test": "yarn clear && weboptimizer test",
|
|
45
|
+
"test:browser": "yarn clear && weboptimizer test:browser",
|
|
47
46
|
"test:coverage": "yarn clear && weboptimizer test:coverage",
|
|
48
|
-
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report
|
|
49
|
-
"update": "yarn version
|
|
47
|
+
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report",
|
|
48
|
+
"update": "yarn version patch && yarn npm publish",
|
|
50
49
|
"update:documentation": "documentation-website",
|
|
51
50
|
"watch": "weboptimizer build --watch"
|
|
52
51
|
},
|
|
53
52
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {useMemorizedValue} = require('react-generic-tools')\n\nconst value = useMemorizedValue({date: 'content'})",
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@babel/eslint-parser": "
|
|
56
|
-
"@babel/preset-react": "
|
|
57
|
-
"@
|
|
58
|
-
"@types/
|
|
59
|
-
"@types/
|
|
60
|
-
"@types/react
|
|
61
|
-
"@types/
|
|
62
|
-
"@
|
|
63
|
-
"@typescript-eslint/
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"eslint
|
|
68
|
-
"eslint-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"react
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
54
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
55
|
+
"@babel/preset-react": "^7.23.3",
|
|
56
|
+
"@babel/runtime": "^7.24.0",
|
|
57
|
+
"@types/jsdom": "^21.1.6",
|
|
58
|
+
"@types/node": "^20.11.24",
|
|
59
|
+
"@types/react": "^18.2.63",
|
|
60
|
+
"@types/react-dom": "^18.2.20",
|
|
61
|
+
"@types/webpack-env": "^1.18.4",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
63
|
+
"@typescript-eslint/parser": "^7.1.1",
|
|
64
|
+
"clientnode": "^3.0.1138",
|
|
65
|
+
"documentation-website": "^1.0.326",
|
|
66
|
+
"eslint": "^8.57.0",
|
|
67
|
+
"eslint-config-google": "^0.14.0",
|
|
68
|
+
"eslint-plugin-jsdoc": "^48.2.0",
|
|
69
|
+
"jest": "^29.7.0",
|
|
70
|
+
"jsdoc": "^4.0.2",
|
|
71
|
+
"react": "^18.2.0",
|
|
72
|
+
"react-dom": "^18.2.0",
|
|
73
|
+
"tslib": "^2.6.2",
|
|
74
|
+
"weboptimizer": "^2.0.1453",
|
|
75
|
+
"webpack-dev-server": "^5.0.2"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@babel/runtime": "*",
|
|
@@ -104,8 +104,9 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"engines": {
|
|
107
|
-
"node": ">=
|
|
108
|
-
"npm": ">=
|
|
107
|
+
"node": ">=20",
|
|
108
|
+
"npm": ">=10",
|
|
109
|
+
"yarn": ">=4"
|
|
109
110
|
},
|
|
110
111
|
"sideEffects": false,
|
|
111
112
|
"documentationWebsite": {
|
|
@@ -144,5 +145,6 @@
|
|
|
144
145
|
}
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
148
|
+
},
|
|
149
|
+
"packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb"
|
|
150
|
+
}
|
package/testHelper.js
CHANGED
|
File without changes
|