@udi-organization/udi-package 1.0.47 → 1.0.48

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 CHANGED
@@ -3151,8 +3151,8 @@ var useUdiTableSync = function useUdiTableSync() {
3151
3151
  };
3152
3152
  };
3153
3153
 
3154
- function greet(name) {
3155
- return "Hello, ".concat(name, "! 1077");
3154
+ function test(name) {
3155
+ return "Hello, ".concat(name, "! 10898dwdwqd999");
3156
3156
  }
3157
3157
  function add(a, b) {
3158
3158
  return a + b;
@@ -3161,7 +3161,7 @@ function add(a, b) {
3161
3161
  exports.Button = Button;
3162
3162
  exports.UdiTable = UdiTable;
3163
3163
  exports.add = add;
3164
- exports.greet = greet;
3164
+ exports.test = test;
3165
3165
  exports.useUdiTableSync = useUdiTableSync$1;
3166
3166
  exports.useUdiTableSyncMutipleTable = useUdiTableSync;
3167
3167
  //# sourceMappingURL=index.cjs.js.map