@decaf-ts/utils 0.9.3 → 0.9.4
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/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +12 -14
package/lib/esm/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export * from "./writers";
|
|
|
26
26
|
* @const VERSION
|
|
27
27
|
* @memberOf module:utils
|
|
28
28
|
*/
|
|
29
|
-
export declare const VERSION = "0.9.
|
|
29
|
+
export declare const VERSION = "0.9.3";
|
|
30
30
|
/**
|
|
31
31
|
* @description Represents the current version of the module.
|
|
32
32
|
* @summary Stores the version for the @decaf-ts/utils package. The build replaces
|
package/lib/esm/index.js
CHANGED
|
@@ -26,7 +26,7 @@ export * from "./writers/index.js";
|
|
|
26
26
|
* @const VERSION
|
|
27
27
|
* @memberOf module:utils
|
|
28
28
|
*/
|
|
29
|
-
export const VERSION = "0.9.
|
|
29
|
+
export const VERSION = "0.9.3";
|
|
30
30
|
/**
|
|
31
31
|
* @description Represents the current version of the module.
|
|
32
32
|
* @summary Stores the version for the @decaf-ts/utils package. The build replaces
|
package/lib/index.cjs
CHANGED
|
@@ -43,7 +43,7 @@ __exportStar(require("./writers/index.cjs"), exports);
|
|
|
43
43
|
* @const VERSION
|
|
44
44
|
* @memberOf module:utils
|
|
45
45
|
*/
|
|
46
|
-
exports.VERSION = "0.9.
|
|
46
|
+
exports.VERSION = "0.9.3";
|
|
47
47
|
/**
|
|
48
48
|
* @description Represents the current version of the module.
|
|
49
49
|
* @summary Stores the version for the @decaf-ts/utils package. The build replaces
|
package/lib/index.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export * from "./writers";
|
|
|
26
26
|
* @const VERSION
|
|
27
27
|
* @memberOf module:utils
|
|
28
28
|
*/
|
|
29
|
-
export declare const VERSION = "0.9.
|
|
29
|
+
export declare const VERSION = "0.9.3";
|
|
30
30
|
/**
|
|
31
31
|
* @description Represents the current version of the module.
|
|
32
32
|
* @summary Stores the version for the @decaf-ts/utils package. The build replaces
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decaf-ts/utils",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"description": "module management utils for decaf-ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -87,8 +87,14 @@
|
|
|
87
87
|
"url": "https://github.com/decaf-ts/utils/issues"
|
|
88
88
|
},
|
|
89
89
|
"homepage": "https://github.com/decaf-ts/utils#readme",
|
|
90
|
-
"
|
|
90
|
+
"dependencies": {
|
|
91
|
+
"@decaf-ts/logging": "latest",
|
|
91
92
|
"@eslint/js": "^9.25.1",
|
|
93
|
+
"@rollup/plugin-commonjs": "^28.0.9",
|
|
94
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
95
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
96
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
97
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
92
98
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
93
99
|
"@types/jest": "^29.5.14",
|
|
94
100
|
"@types/prompts": "^2.4.9",
|
|
@@ -108,24 +114,16 @@
|
|
|
108
114
|
"nodemon": "^3.1.9",
|
|
109
115
|
"npm-check-updates": "^18.0.0",
|
|
110
116
|
"prettier": "3.5.3",
|
|
117
|
+
"prompts": "^2.4.2",
|
|
111
118
|
"rimraf": "^6.0.1",
|
|
119
|
+
"rollup": "^2.79.2",
|
|
120
|
+
"styled-string-builder": "latest",
|
|
112
121
|
"ts-jest": "^29.3.2",
|
|
113
122
|
"ts-loader": "^9.5.2",
|
|
114
123
|
"ts-node": "^10.9.2",
|
|
115
124
|
"tsx": "^4.20.6",
|
|
125
|
+
"typed-object-accumulator": "latest",
|
|
116
126
|
"typescript": "^5.8.3",
|
|
117
127
|
"typescript-eslint": "^8.31.0"
|
|
118
|
-
},
|
|
119
|
-
"dependencies": {
|
|
120
|
-
"@decaf-ts/logging": "latest",
|
|
121
|
-
"@rollup/plugin-commonjs": "^28.0.9",
|
|
122
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
123
|
-
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
124
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
125
|
-
"@rollup/plugin-typescript": "^12.3.0",
|
|
126
|
-
"prompts": "^2.4.2",
|
|
127
|
-
"rollup": "^2.79.2",
|
|
128
|
-
"styled-string-builder": "latest",
|
|
129
|
-
"typed-object-accumulator": "latest"
|
|
130
128
|
}
|
|
131
129
|
}
|