@kakadu/components 1.1.10 → 1.1.12

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.
Files changed (1) hide show
  1. package/package.json +5 -12
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@kakadu/components",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "description": "Kakadu components library",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",
7
7
  "module": "./build/index.mjs",
8
- "types": "./build/index.d.ts",
8
+ "types": "./index.d.ts",
9
9
  "typesVersions": {
10
10
  "*": {
11
11
  "*": [
@@ -369,7 +369,7 @@
369
369
  }
370
370
  },
371
371
  "files": [
372
- "build"
372
+ "build/**/*"
373
373
  ],
374
374
  "publishConfig": {
375
375
  "access": "public"
@@ -455,14 +455,6 @@
455
455
  "@typescript-eslint/consistent-type-assertions": 0
456
456
  }
457
457
  },
458
- {
459
- "files": [
460
- "recorder/manifest.ts"
461
- ],
462
- "rules": {
463
- "@typescript-eslint/naming-convention": 0
464
- }
465
- },
466
458
  {
467
459
  "files": [
468
460
  "jest.config.js"
@@ -475,7 +467,8 @@
475
467
  "ignore": [
476
468
  ".vercel/",
477
469
  "build/",
478
- "public/**/*.js"
470
+ "public/**/*.js",
471
+ "index.d.ts"
479
472
  ]
480
473
  }
481
474
  }