@kakadu/components 1.1.11 → 1.1.13

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 (2) hide show
  1. package/package.json +4 -13
  2. package/index.d.ts +0 -1
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@kakadu/components",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "Kakadu components library",
5
5
  "license": "MIT",
6
6
  "main": "./build/index.js",
7
7
  "module": "./build/index.mjs",
8
- "types": "./index.d.ts",
8
+ "types": "./build/index.d.ts",
9
9
  "typesVersions": {
10
10
  "*": {
11
11
  "*": [
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "exports": {
56
56
  ".": {
57
- "types": "./index.d.ts",
57
+ "types": "./build/index.d.ts",
58
58
  "import": "./build/index.mjs",
59
59
  "require": "./build/index.js"
60
60
  },
@@ -369,8 +369,7 @@
369
369
  }
370
370
  },
371
371
  "files": [
372
- "build",
373
- "index.d.ts"
372
+ "build/**/*"
374
373
  ],
375
374
  "publishConfig": {
376
375
  "access": "public"
@@ -456,14 +455,6 @@
456
455
  "@typescript-eslint/consistent-type-assertions": 0
457
456
  }
458
457
  },
459
- {
460
- "files": [
461
- "recorder/manifest.ts"
462
- ],
463
- "rules": {
464
- "@typescript-eslint/naming-convention": 0
465
- }
466
- },
467
458
  {
468
459
  "files": [
469
460
  "jest.config.js"
package/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './build/index';