@simpoobusiness/sdk 1.0.5 → 1.0.6
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/cjs/index.js +0 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/embed.d.ts +4 -0
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/simpoo-sdk.js +140 -0
- package/dist/simpoo-sdk.js.map +1 -0
- package/dist/styles.css +18 -0
- package/package.json +9 -5
package/dist/cjs/index.js
CHANGED
|
@@ -29452,8 +29452,6 @@ const InventoryTable = () => {
|
|
|
29452
29452
|
}, tHeadClass: "whitespace-nowrap", tbCellClass: "text-dark font-semibold", meta: meta }));
|
|
29453
29453
|
};
|
|
29454
29454
|
|
|
29455
|
-
console.log("✅ SDK Version:", "1.0.0 -", new Date().toISOString());
|
|
29456
|
-
|
|
29457
29455
|
exports.InventoryTable = InventoryTable;
|
|
29458
29456
|
exports.SimpooProvider = SimpooProvider;
|
|
29459
29457
|
//# sourceMappingURL=index.js.map
|