@udi-organization/udi-package 1.0.49 → 1.0.50
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3152,7 +3152,7 @@ var useUdiTableSync = function useUdiTableSync() {
|
|
|
3152
3152
|
};
|
|
3153
3153
|
|
|
3154
3154
|
function test(name) {
|
|
3155
|
-
return "Hello, ".concat(name, "!
|
|
3155
|
+
return "Hello, ".concat(name, "! test danny04233592");
|
|
3156
3156
|
}
|
|
3157
3157
|
function add(a, b) {
|
|
3158
3158
|
return a + b;
|