@zohodesk/client_build_tool 0.0.15-exp.14 → 0.0.15-exp.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/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -306,6 +306,10 @@ First Release
|
|
|
306
306
|
- 'templates' command to create es for react library
|
|
307
307
|
# Changelog and Release Notes
|
|
308
308
|
|
|
309
|
+
# v0.0.15-exp.15 (03-11-2025)
|
|
310
|
+
- css sourcemap creation disabled
|
|
311
|
+
- React and React-dom version 17 upgraded
|
|
312
|
+
|
|
309
313
|
# v0.0.15 (11-10-2025)
|
|
310
314
|
|
|
311
315
|
**Feature:-**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/client_build_tool",
|
|
3
|
-
"version": "0.0.15-exp.
|
|
3
|
+
"version": "0.0.15-exp.15",
|
|
4
4
|
"description": "A CLI tool to build web applications and client libraries",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@babel/preset-react": "7.17.12",
|
|
34
34
|
"@babel/preset-typescript": "7.23.2",
|
|
35
35
|
"@zohodesk-private/client_dev_cert": "^1.0.6",
|
|
36
|
-
"@zohodesk/client_packages_group": "1.0.2",
|
|
36
|
+
"@zohodesk/client_packages_group": "1.0.3-exp.2",
|
|
37
37
|
"babel-loader": "9.1.2",
|
|
38
38
|
"babel-plugin-module-resolver": "5.0.2",
|
|
39
39
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|