@decaf-ts/utils 0.3.11 → 0.3.13

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 CHANGED
@@ -2763,7 +2763,7 @@
2763
2763
  }
2764
2764
  }
2765
2765
 
2766
- const VERSION_STRING = "0.3.11";
2766
+ const VERSION_STRING = "0.3.13";
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.11";
4016
+ const VERSION = "0.3.13";
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
@@ -2754,7 +2754,7 @@ class HttpClient {
2754
2754
  }
2755
2755
  }
2756
2756
 
2757
- const VERSION_STRING = "0.3.11";
2757
+ const VERSION_STRING = "0.3.13";
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.11";
4007
+ const VERSION = "0.3.13";
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
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  "use strict";
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  /* istanbul ignore file */
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  "use strict";
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  /* istanbul ignore file */
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  "use strict";
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  /* istanbul ignore file */
@@ -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.11";
52
+ const VERSION_STRING = "0.3.13";
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.11";
13
+ const VERSION_STRING = "0.3.13";
14
14
  const PACKAGE_STRING = "@decaf-ts/utils";
15
15
  var Modes;
16
16
  (function (Modes) {
@@ -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.11";
29
+ export declare const VERSION = "0.3.13";
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.11";
29
+ export const VERSION = "0.3.13";
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.11";
46
+ exports.VERSION = "0.3.13";
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.11";
29
+ export declare const VERSION = "0.3.13";
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.11",
3
+ "version": "0.3.13",
4
4
  "description": "module management utils for decaf-ts",
5
5
  "type": "module",
6
6
  "exports": {
@@ -9,9 +9,9 @@
9
9
  },
10
10
  "types": "lib/index.d.ts",
11
11
  "bin": {
12
- "tag-release": "lib/bin/tag-release.cjs",
13
- "update-scripts": "lib/bin/update-scripts.cjs",
14
- "build-scripts": "lib/bin/build-scripts.cjs"
12
+ "tag-release": "bin/tag-release.cjs",
13
+ "update-scripts": "bin/update-scripts.cjs",
14
+ "build-scripts": "bin/build-scripts.cjs"
15
15
  },
16
16
  "scripts": {
17
17
  "do-install": "NPM_TOKEN=$(cat .npmtoken) npm install",
@@ -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
- "build": "node ./bin/build-scripts.cjs --dev && npm run build:commands",
25
- "build:prod": "node ./bin/build-scripts.cjs --prod && npm run build:commands",
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",