@taui-standard/ink-adapter 1.0.2 → 1.0.3

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.
@@ -7,10 +7,11 @@
7
7
  "": {
8
8
  "name": "example-htop",
9
9
  "version": "1.0.0",
10
+ "license": "Apache-2.0",
10
11
  "dependencies": {
11
- "@taui-standard/core": "0.0.1",
12
- "@taui-standard/ink-adapter": "0.0.1",
13
- "@taui-standard/validator": "0.0.1",
12
+ "@taui-standard/core": "1.0.2",
13
+ "@taui-standard/ink-adapter": "1.0.2",
14
+ "@taui-standard/validator": "1.0.2",
14
15
  "tsx": "^4.7.0"
15
16
  }
16
17
  },
@@ -444,31 +445,31 @@
444
445
  }
445
446
  },
446
447
  "node_modules/@taui-standard/core": {
447
- "version": "0.0.1",
448
- "resolved": "https://registry.npmjs.org/@taui-standard/core/-/core-0.0.1.tgz",
449
- "integrity": "sha512-LpS9OZYpsYXm5ooGE4oYhUfmVjqkDzc+zGQVivExbvrgz3JE+xhs9PnX1BQy4XqMaLn4GwtIXy7nX6A42+A2uA==",
448
+ "version": "1.0.2",
449
+ "resolved": "https://registry.npmjs.org/@taui-standard/core/-/core-1.0.2.tgz",
450
+ "integrity": "sha512-2kBdof5DHi9BiSXwZLaBkLTELBmXjzPBcYKn7nO4ZfgKKQbTp9dibhyFShoXiEXJkT7BfNIihWUjV2ijD9rLKw==",
450
451
  "license": "Apache-2.0",
451
452
  "dependencies": {
452
- "@taui-standard/validator": "^0.0.1"
453
+ "@taui-standard/validator": "^1.0.2"
453
454
  }
454
455
  },
455
456
  "node_modules/@taui-standard/ink-adapter": {
456
- "version": "0.0.1",
457
- "resolved": "https://registry.npmjs.org/@taui-standard/ink-adapter/-/ink-adapter-0.0.1.tgz",
458
- "integrity": "sha512-i51EnEi0p5j6NcqLz2AxbcQoCHJj/q2tkIx/I2pnDneCpy2lL4bbw/hgPmet0+9TNoIpkw4ZnEPUWG839uC+Pw==",
457
+ "version": "1.0.2",
458
+ "resolved": "https://registry.npmjs.org/@taui-standard/ink-adapter/-/ink-adapter-1.0.2.tgz",
459
+ "integrity": "sha512-hzinOWZ4OabEtq2ZDjENR6UGILTIyy/cPJZjejEWz+DG4Jv/m7Zqhk6AIFGI5O2fdnfd8fcEWgmBZHZGFHgriA==",
459
460
  "license": "Apache-2.0",
460
461
  "dependencies": {
461
- "@taui-standard/core": "^0.0.1",
462
- "@taui-standard/validator": "^0.0.1",
462
+ "@taui-standard/core": "^1.0.2",
463
+ "@taui-standard/validator": "^1.0.2",
463
464
  "ink": "^5.0.0",
464
465
  "ink-text-input": "^6.0.0",
465
466
  "react": "^18.2.0"
466
467
  }
467
468
  },
468
469
  "node_modules/@taui-standard/validator": {
469
- "version": "0.0.1",
470
- "resolved": "https://registry.npmjs.org/@taui-standard/validator/-/validator-0.0.1.tgz",
471
- "integrity": "sha512-CyiTbKmcL1qgTQIkqSZ/zursgFbFDwHXdOPCZkSYpcZew+WsClh1bTBc1bp+Uo+mwBQO3TLwWzYuTE0n+I91iQ==",
470
+ "version": "1.0.2",
471
+ "resolved": "https://registry.npmjs.org/@taui-standard/validator/-/validator-1.0.2.tgz",
472
+ "integrity": "sha512-vrsi6RuH1BqQK3d69KoS5Zn5NlJ1/Ap897EN00QyVaLrUMJPK2wDT2aY07olUPkz7M9srdm7e1qTUzmGFjktOg==",
472
473
  "license": "Apache-2.0",
473
474
  "dependencies": {
474
475
  "ajv": "^8.12.0",
@@ -9,9 +9,9 @@
9
9
  "start": "tsx index.ts"
10
10
  },
11
11
  "dependencies": {
12
- "@taui-standard/core": "1.0.2",
13
- "@taui-standard/ink-adapter": "1.0.2",
14
- "@taui-standard/validator": "1.0.2",
12
+ "@taui-standard/core": "1.0.3",
13
+ "@taui-standard/ink-adapter": "1.0.3",
14
+ "@taui-standard/validator": "1.0.3",
15
15
  "tsx": "^4.7.0"
16
16
  }
17
17
  }
@@ -9,9 +9,9 @@
9
9
  "start": "tsx index.ts"
10
10
  },
11
11
  "dependencies": {
12
- "@taui-standard/core": "1.0.2",
13
- "@taui-standard/ink-adapter": "1.0.2",
14
- "@taui-standard/validator": "1.0.2",
12
+ "@taui-standard/core": "1.0.3",
13
+ "@taui-standard/ink-adapter": "1.0.3",
14
+ "@taui-standard/validator": "1.0.3",
15
15
  "tsx": "^4.7.0"
16
16
  }
17
17
  }
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "@taui-standard/ink-adapter",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "Ink adapter for Terminal Agent UI (TAUI)",
6
6
  "main": "dist/index.js",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "import": "./dist/index.js",
11
+ "default": "./dist/index.js"
12
+ }
13
+ },
7
14
  "publishConfig": {
8
15
  "access": "public"
9
16
  },
@@ -14,8 +21,8 @@
14
21
  "author": "Tariq Shams",
15
22
  "license": "Apache-2.0",
16
23
  "dependencies": {
17
- "@taui-standard/core": "^1.0.2",
18
- "@taui-standard/validator": "^1.0.2",
24
+ "@taui-standard/core": "^1.0.3",
25
+ "@taui-standard/validator": "^1.0.3",
19
26
  "ink": "^5.0.0",
20
27
  "ink-text-input": "^6.0.0",
21
28
  "react": "^18.2.0"