memlab 1.1.24 → 1.1.26

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/bin/memlab CHANGED
@@ -6,8 +6,8 @@
6
6
  * This source code is licensed under the MIT license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  *
9
- * @emails oncall+ws_labs
10
9
  * @format
10
+ * @oncall ws_labs
11
11
  */
12
12
 
13
13
  var path = require('path');
package/bin/preinstall CHANGED
@@ -6,8 +6,8 @@
6
6
  * This source code is licensed under the MIT license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  *
9
- * @emails oncall+ws_labs
10
9
  * @format
10
+ * @oncall ws_labs
11
11
  */
12
12
 
13
13
  const path = require("path");
package/dist/index.js CHANGED
@@ -33,8 +33,8 @@ exports.registerPackage = void 0;
33
33
  * This source code is licensed under the MIT license found in the
34
34
  * LICENSE file in the root directory of this source tree.
35
35
  *
36
- * @emails oncall+ws_labs
37
36
  * @format
37
+ * @oncall ws_labs
38
38
  */
39
39
  const path_1 = __importDefault(require("path"));
40
40
  const core_1 = require("@memlab/core");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memlab",
3
- "version": "1.1.24",
3
+ "version": "1.1.26",
4
4
  "license": "MIT",
5
5
  "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.",
6
6
  "main": "dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "scripts": {
55
55
  "preinstall": "node bin/preinstall",
56
56
  "build-pkg": "tsc",
57
- "publish-patch": "npm version patch --force && npm publish",
57
+ "publish-patch": "echo 'bump version and publish it manually'",
58
58
  "clean-pkg": "rm -rf ./dist && rm -rf ./node_modules && rm -f ./tsconfig.tsbuildinfo"
59
59
  },
60
60
  "devEngines": {