@saas-ui/modals 2.3.1 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +6 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @saas-ui/modals
2
2
 
3
+ ## 2.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed incorrect types versions
8
+
9
+ ## 2.3.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 7669720: Fixed publint issues
14
+
3
15
  ## 2.3.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,25 +1,26 @@
1
1
  {
2
2
  "name": "@saas-ui/modals",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "A modal manager for Chakra UI",
5
5
  "source": "src/index.ts",
6
+ "type": "commonjs",
6
7
  "exports": {
7
8
  ".": {
8
- "require": "./dist/index.js",
9
9
  "types": "./dist/index.d.ts",
10
+ "require": "./dist/index.js",
10
11
  "import": "./dist/index.mjs"
11
12
  },
12
13
  "./zod": {
13
- "require": "./dist/zod/index.js",
14
14
  "types": "./dist/zod/index.d.ts",
15
+ "require": "./dist/zod/index.js",
15
16
  "import": "./dist/zod/index.mjs"
16
17
  },
17
18
  "./zod/src": {
18
19
  "default": "./src/zod/index.ts"
19
20
  },
20
21
  "./yup": {
21
- "require": "./dist/yup/index.js",
22
22
  "types": "./dist/yup/index.d.ts",
23
+ "require": "./dist/yup/index.js",
23
24
  "import": "./dist/yup/index.mjs"
24
25
  },
25
26
  "./yup/src": {
@@ -30,11 +31,6 @@
30
31
  }
31
32
  },
32
33
  "typesVersions": {
33
- "*": {
34
- "*": [
35
- "dist/*"
36
- ]
37
- },
38
34
  "zod": {
39
35
  "*": [
40
36
  "dist/zod/*"
@@ -69,7 +65,7 @@
69
65
  "homepage": "https://saas-ui.dev/",
70
66
  "repository": {
71
67
  "type": "git",
72
- "url": "https://github.com/saas-js/saas-ui",
68
+ "url": "git+https://github.com/saas-js/saas-ui",
73
69
  "directory": "packages/saas-ui-modals"
74
70
  },
75
71
  "keywords": [