@decaf-ts/utils 0.3.11 → 0.3.12
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/utils.cjs +2 -2
- package/dist/utils.esm.cjs +2 -2
- package/lib/bin/build-scripts.cjs +1 -0
- package/lib/bin/tag-release.cjs +1 -0
- package/lib/bin/update-scripts.cjs +1 -0
- package/lib/cli/commands/build-scripts.cjs +1 -1
- package/lib/esm/cli/commands/build-scripts.js +1 -1
- 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 +4 -3
package/dist/utils.cjs
CHANGED
|
@@ -2763,7 +2763,7 @@
|
|
|
2763
2763
|
}
|
|
2764
2764
|
}
|
|
2765
2765
|
|
|
2766
|
-
const VERSION_STRING = "0.3.
|
|
2766
|
+
const VERSION_STRING = "0.3.12";
|
|
2767
2767
|
const PACKAGE_STRING = "@decaf-ts/utils";
|
|
2768
2768
|
var Modes;
|
|
2769
2769
|
(function (Modes) {
|
|
@@ -4013,7 +4013,7 @@
|
|
|
4013
4013
|
* @const VERSION
|
|
4014
4014
|
* @memberOf module:utils
|
|
4015
4015
|
*/
|
|
4016
|
-
const VERSION = "0.3.
|
|
4016
|
+
const VERSION = "0.3.12";
|
|
4017
4017
|
/**
|
|
4018
4018
|
* @description Represents the current version of the module.
|
|
4019
4019
|
* @summary Stores the version for the @decaf-ts/utils package. The build replaces
|
package/dist/utils.esm.cjs
CHANGED
|
@@ -2754,7 +2754,7 @@ class HttpClient {
|
|
|
2754
2754
|
}
|
|
2755
2755
|
}
|
|
2756
2756
|
|
|
2757
|
-
const VERSION_STRING = "0.3.
|
|
2757
|
+
const VERSION_STRING = "0.3.12";
|
|
2758
2758
|
const PACKAGE_STRING = "@decaf-ts/utils";
|
|
2759
2759
|
var Modes;
|
|
2760
2760
|
(function (Modes) {
|
|
@@ -4004,7 +4004,7 @@ class RegexpOutputWriter extends StandardOutputWriter {
|
|
|
4004
4004
|
* @const VERSION
|
|
4005
4005
|
* @memberOf module:utils
|
|
4006
4006
|
*/
|
|
4007
|
-
const VERSION = "0.3.
|
|
4007
|
+
const VERSION = "0.3.12";
|
|
4008
4008
|
/**
|
|
4009
4009
|
* @description Represents the current version of the module.
|
|
4010
4010
|
* @summary Stores the version for the @decaf-ts/utils package. The build replaces
|
package/lib/bin/tag-release.cjs
CHANGED
|
@@ -49,7 +49,7 @@ const plugin_node_resolve_1 = require("@rollup/plugin-node-resolve");
|
|
|
49
49
|
const plugin_json_1 = __importDefault(require("@rollup/plugin-json"));
|
|
50
50
|
const ts = __importStar(require("typescript"));
|
|
51
51
|
const typescript_1 = require("typescript");
|
|
52
|
-
const VERSION_STRING = "0.3.
|
|
52
|
+
const VERSION_STRING = "0.3.12";
|
|
53
53
|
const PACKAGE_STRING = "@decaf-ts/utils";
|
|
54
54
|
var Modes;
|
|
55
55
|
(function (Modes) {
|
|
@@ -10,7 +10,7 @@ import { nodeResolve } from "@rollup/plugin-node-resolve";
|
|
|
10
10
|
import json from "@rollup/plugin-json";
|
|
11
11
|
import * as ts from "typescript";
|
|
12
12
|
import { ModuleKind } from "typescript";
|
|
13
|
-
const VERSION_STRING = "0.3.
|
|
13
|
+
const VERSION_STRING = "0.3.12";
|
|
14
14
|
const PACKAGE_STRING = "@decaf-ts/utils";
|
|
15
15
|
var Modes;
|
|
16
16
|
(function (Modes) {
|
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.3.
|
|
29
|
+
export declare const VERSION = "0.3.12";
|
|
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.3.
|
|
29
|
+
export const VERSION = "0.3.12";
|
|
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.3.
|
|
46
|
+
exports.VERSION = "0.3.12";
|
|
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.3.
|
|
29
|
+
export declare const VERSION = "0.3.12";
|
|
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.3.
|
|
3
|
+
"version": "0.3.12",
|
|
4
4
|
"description": "module management utils for decaf-ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -21,8 +21,9 @@
|
|
|
21
21
|
"set-git-auth": "git config url.\"https://api:$(cat .token)@github.com/\".insteadOf \"https://github.com/\" && git config url.\"https://ssh:$(cat .token)@github.com/\".insteadOf \"ssh://git@github.com/\" && git config url.\"https://git:$(cat .token)@github.com/\".insteadOf \"git@github.com:\"",
|
|
22
22
|
"flash-forward": "npx npm-check-updates -u && npm run do-install",
|
|
23
23
|
"reset": "rm -rf * && git checkout . && git pull && npm run do-install",
|
|
24
|
-
"
|
|
25
|
-
"build
|
|
24
|
+
"add:shebang": "sed -i -e '1i#!/usr/bin/env node\\' ./lib/bin/*.cjs",
|
|
25
|
+
"build": "node ./bin/build-scripts.cjs --dev && npm run build:commands && npm run add:shebang",
|
|
26
|
+
"build:prod": "node ./bin/build-scripts.cjs --prod && npm run build:commands && npm run add:shebang",
|
|
26
27
|
"build:commands": "node ./bin/build-scripts.cjs --commands",
|
|
27
28
|
"test": "jest --runInBand --detectOpenHandles",
|
|
28
29
|
"test:unit": "jest --testPathPattern=\"/tests/unit\" --passWithNoTests --detectOpenHandles",
|