orak-util-ts 0.0.10 → 0.0.11

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.
package/dist/index.d.mts CHANGED
@@ -91,7 +91,7 @@ declare class FiCol {
91
91
  }
92
92
 
93
93
  declare class FiKeybean {
94
- mapData: Map<any, any>;
94
+ mapData: Map<string, any>;
95
95
  constructor();
96
96
  }
97
97
 
package/dist/index.d.ts CHANGED
@@ -91,7 +91,7 @@ declare class FiCol {
91
91
  }
92
92
 
93
93
  declare class FiKeybean {
94
- mapData: Map<any, any>;
94
+ mapData: Map<string, any>;
95
95
  constructor();
96
96
  }
97
97
 
package/package.json CHANGED
@@ -1,36 +1,36 @@
1
- {
2
- "name": "orak-util-ts",
3
- "version": "0.0.10",
4
- "description": "Orak Software Utility Typescript Library",
5
- "main": "dist/index.js",
6
- "module": "dist/index.mjs",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "build": "tsup",
13
- "dev": "tsup --watch",
14
- "test": "vitest run",
15
- "test:watch": "vitest"
16
- },
17
- "keywords": [
18
- "typescript",
19
- "library"
20
- ],
21
- "author": "Tuncay Orak",
22
- "license": "MIT",
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/engtuncay/orak-util-ts.git"
26
- },
27
- "bugs": {
28
- "url": "https://github.com/engtuncay/orak-util-ts.git/issues"
29
- },
30
- "homepage": "https://github.com/engtuncay/orak-util-ts#readme",
31
- "devDependencies": {
32
- "tsup": "^8.3.0",
33
- "typescript": "^5.2.2",
34
- "vitest": "^2.1.2"
35
- }
36
- }
1
+ {
2
+ "name": "orak-util-ts",
3
+ "version": "0.0.11",
4
+ "description": "Orak Software Utility Typescript Library",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "build": "tsup",
13
+ "dev": "tsup --watch",
14
+ "test": "vitest run",
15
+ "test:watch": "vitest"
16
+ },
17
+ "keywords": [
18
+ "typescript",
19
+ "library"
20
+ ],
21
+ "author": "Tuncay Orak",
22
+ "license": "MIT",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/engtuncay/orak-util-ts.git"
26
+ },
27
+ "bugs": {
28
+ "url": "https://github.com/engtuncay/orak-util-ts.git/issues"
29
+ },
30
+ "homepage": "https://github.com/engtuncay/orak-util-ts#readme",
31
+ "devDependencies": {
32
+ "tsup": "^8.3.0",
33
+ "typescript": "^5.2.2",
34
+ "vitest": "^2.1.2"
35
+ }
36
+ }
File without changes