ados-rcm 1.0.432 → 1.0.434

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.0.432",
3
+ "version": "1.0.434",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,9 +0,0 @@
1
- /**
2
- * ATest
3
- *
4
- * Warning : this file is only for development and testing purposes.
5
- * the code uses eval function to test callback functions.
6
- * NEVER let this code exist in production environment. *
7
- *
8
- */
9
- export declare const ATest: () => import("react/jsx-runtime").JSX.Element;