@ttoss/forms 0.11.4 → 0.11.5

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/esm/index.js CHANGED
@@ -1,8 +1,5 @@
1
1
  /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */
2
2
 
3
- // tsup.inject.js
4
- import * as React from "react";
5
-
6
3
  // src/index.ts
7
4
  import { yupResolver } from "@hookform/resolvers/yup";
8
5
  export * from "react-hook-form";
package/dist/index.js CHANGED
@@ -38,11 +38,6 @@ __export(src_exports, {
38
38
  yupResolver: () => import_yup.yupResolver
39
39
  });
40
40
  module.exports = __toCommonJS(src_exports);
41
-
42
- // tsup.inject.js
43
- var React = __toESM(require("react"));
44
-
45
- // src/index.ts
46
41
  var import_yup = require("@hookform/resolvers/yup");
47
42
  __reExport(src_exports, require("react-hook-form"), module.exports);
48
43
  var yup = __toESM(require("yup"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/forms",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "license": "UNLICENSED",
5
5
  "author": "ttoss",
6
6
  "contributors": [
@@ -16,6 +16,7 @@
16
16
  "build": "tsup",
17
17
  "test": "jest"
18
18
  },
19
+ "sideEffects": false,
19
20
  "typings": "dist/index.d.ts",
20
21
  "dependencies": {
21
22
  "@hookform/error-message": "^2.0.1",
@@ -30,7 +31,7 @@
30
31
  "devDependencies": {
31
32
  "@ttoss/config": "^1.25.0",
32
33
  "@ttoss/test-utils": "^1.18.3",
33
- "@ttoss/ui": "^1.27.0",
34
+ "@ttoss/ui": "^1.27.1",
34
35
  "@types/jest": "^29.2.4",
35
36
  "jest": "^29.3.1",
36
37
  "react": "^18.2.0",
@@ -40,5 +41,5 @@
40
41
  "publishConfig": {
41
42
  "access": "public"
42
43
  },
43
- "gitHead": "9159bd57009f4fee620218bc1a0e7bbac28acccd"
44
+ "gitHead": "055a9b2d3f53f0d8f3bbaea24ac9e51f99d0ca57"
44
45
  }