@zohodesk/client_build_tool 0.0.9-exp.4 → 0.0.10

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
@@ -1,8 +1,8 @@
1
1
  # Changelog and Release Notes
2
- # v0.0.9-exp.3 (11-05-2025)
2
+ # v0.0.10 (12-05-2025)
3
3
  **Feature:-**
4
4
  - `alias` support for `build:es` and `build:lib`
5
- - Add babel-plugin-module-resolver dependencies
5
+ - Add babel-plugin-module-resolver dependencies
6
6
  - Modify getBabelPlugin to include module resolver with aliases
7
7
 
8
8
  **Bug Fix:-**
@@ -12,8 +12,6 @@
12
12
  **Change:-**
13
13
  - Refactor defaultConfigValues.js to include cli options for enableRTLSplit
14
14
 
15
-
16
-
17
15
  **Feature:-**
18
16
  - externals was added to Prevent bundling of certain imported packages and retrieve these external dependencies at runtime.
19
17
  - to use externals, we use the following pattern in `app > externals` :
package/README.md CHANGED
@@ -99,10 +99,10 @@ fixes :-
99
99
  - preload plc undefined url fixed
100
100
 
101
101
  # Changelog and Release Notes
102
- # v0.0.9-exp.3 (11-05-2025)
102
+ # v0.0.10 (12-05-2025)
103
103
  **Feature:-**
104
104
  - `alias` support for `build:es` and `build:lib`
105
- - Add babel-plugin-module-resolver dependencies
105
+ - Add babel-plugin-module-resolver dependencies
106
106
  - Modify getBabelPlugin to include module resolver with aliases
107
107
 
108
108
  **Bug Fix:-**
@@ -112,8 +112,6 @@ fixes :-
112
112
  **Change:-**
113
113
  - Refactor defaultConfigValues.js to include cli options for enableRTLSplit
114
114
 
115
-
116
-
117
115
  **Feature:-**
118
116
  - externals was added to Prevent bundling of certain imported packages and retrieve these external dependencies at runtime.
119
117
  - to use externals, we use the following pattern in `app > externals` :
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/client_build_tool",
3
- "version": "0.0.9-exp.4",
3
+ "version": "0.0.10",
4
4
  "description": "A CLI tool to build web applications and client libraries",
5
5
  "main": "lib/index.js",
6
6
  "bin": {
package/coverage/check.js DELETED
@@ -1,9 +0,0 @@
1
- const {
2
- requireLocalOrGlobal
3
- } = require('../lib/shared/bundler/webpack/utils/requireLocalOrGlobal.js');
4
-
5
- // const {requireLocalOrGlobal} = require
6
-
7
- let a = '@zohodesk-private/client_dev_cert';
8
-
9
- console.log(requireLocalOrGlobal(a));