@decaf-ts/utils 0.1.6 → 0.1.7
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/esm/utils.js +1 -1
- package/dist/types/bin/tag-release.d.ts +1 -0
- package/dist/types/bin/update-scripts.d.ts +1 -0
- package/dist/types/index.d.ts +2 -2
- package/dist/utils.js +1 -1
- package/lib/bin/tag-release.cjs +2 -1
- package/lib/bin/update-scripts.cjs +2 -1
- package/lib/esm/bin/tag-release.js +2 -1
- package/lib/esm/bin/update-scripts.js +2 -1
- package/lib/esm/index.js +3 -3
- package/lib/index.cjs +3 -3
- package/package.json +5 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -31,9 +31,9 @@ export * from "./writers";
|
|
|
31
31
|
* @description Represents the current version of the module.
|
|
32
32
|
* @summary This constant stores the version number of the @asdasdasd/utils module.
|
|
33
33
|
* The actual version number is replaced during the build process,
|
|
34
|
-
* with the placeholder "0.1.
|
|
34
|
+
* with the placeholder "0.1.7" being substituted with the current version.
|
|
35
35
|
*
|
|
36
36
|
* @const VERSION
|
|
37
37
|
* @memberOf module:@decaf-ts/utils
|
|
38
38
|
*/
|
|
39
|
-
export declare const VERSION = "0.1.
|
|
39
|
+
export declare const VERSION = "0.1.7";
|