@pdfme/ui 1.2.0 → 1.2.1

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.
@@ -6,7 +6,7 @@ object-assign
6
6
 
7
7
  /*!
8
8
  * @name @pdfme/ui
9
- * @version 1.2.0 | Sun Jun 04 2023
9
+ * @version 1.2.1 | Sun Jun 04 2023
10
10
  * @author hand-dot
11
11
  * @license MIT
12
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/ui",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
package/tsconfig.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "allowSyntheticDefaultImports": true,
14
14
  "strict": true,
15
15
  "types": ["node", "jest", "@types/jest"],
16
- "typeRoots": ["../node_modules/@types", "../common/dist/types/src/index.d.ts"],
16
+ "typeRoots": ["../node_modules/@types"],
17
17
  "sourceMap": true
18
18
  },
19
19
  "baseUrl": ".",