@juniyadi/cognito 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -15
package/package.json CHANGED
@@ -1,20 +1,8 @@
1
1
  {
2
2
  "name": "@juniyadi/cognito",
3
- "version": "1.0.1",
4
- "main": "./dist/index.js",
3
+ "version": "1.1.0",
5
4
  "types": "./dist/index.d.ts",
6
- "exports": {
7
- ".": {
8
- "import": {
9
- "default": "./dist/index.mjs",
10
- "types": "./dist/index.d.mts"
11
- },
12
- "require": {
13
- "default": "./dist/index.js",
14
- "types": "./dist/index.d.ts"
15
- }
16
- }
17
- },
5
+ "main": "./dist/index.js",
18
6
  "sideEffects": false,
19
7
  "license": "MIT",
20
8
  "files": [
@@ -40,8 +28,8 @@
40
28
  "typedoc": "^0.25.13",
41
29
  "typescript": "^5.4.5",
42
30
  "@juniyadi/config-typedoc": "0.0.0",
43
- "@juniyadi/tsconfig": "0.0.0",
44
31
  "@juniyadi/random-string": "0.2.0",
32
+ "@juniyadi/tsconfig": "0.0.0",
45
33
  "eslint-config-juniyadi": "0.0.1"
46
34
  },
47
35
  "publishConfig": {