@goldstack/utils-yarn 0.3.39 → 0.3.42

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/utils-yarn",
3
- "version": "0.3.39",
3
+ "version": "0.3.42",
4
4
  "description": "Easily run yarn commands from within JavaScript code",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -27,25 +27,25 @@
27
27
  "compile": "tsc -p tsconfig.json",
28
28
  "compile-watch": "tsc -p tsconfig.json --watch",
29
29
  "compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
30
- "coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js",
30
+ "coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
31
31
  "prepublishOnly": "yarn run build",
32
32
  "publish": "utils-git changed --exec \"yarn npm publish $@\"",
33
- "test-ci": "jest --passWithNoTests --config=./jest.config.js",
33
+ "test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand",
34
34
  "version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",
35
35
  "version:apply:force": "yarn version $@ && yarn version apply"
36
36
  },
37
37
  "dependencies": {
38
- "@goldstack/utils-docker": "0.3.36",
39
- "@goldstack/utils-sh": "0.4.29"
38
+ "@goldstack/utils-docker": "0.3.39",
39
+ "@goldstack/utils-sh": "0.4.32"
40
40
  },
41
41
  "devDependencies": {
42
- "@goldstack/utils-git": "0.1.32",
43
- "@types/jest": "^27.4.1",
44
- "@types/node": "^16.11.0",
45
- "jest": "^27.5.1",
42
+ "@goldstack/utils-git": "0.1.35",
43
+ "@types/jest": "^27.5.1",
44
+ "@types/node": "^17.0.33",
45
+ "jest": "^28.1.0",
46
46
  "rimraf": "^3.0.2",
47
- "ts-jest": "^27.1.4",
48
- "typescript": "^4.4.3"
47
+ "ts-jest": "^28.0.2",
48
+ "typescript": "^4.6.4"
49
49
  },
50
50
  "publishConfig": {
51
51
  "main": "dist/src/utilsYarn.js"
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=utilsYarn.spec.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utilsYarn.spec.d.ts","sourceRoot":"","sources":["../../src/utilsYarn.spec.ts"],"names":[],"mappings":""}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const utilsYarn_1 = require("./utilsYarn");
7
- const assert_1 = __importDefault(require("assert"));
8
- const path_1 = __importDefault(require("path"));
9
- describe('Utils yarn', () => {
10
- it('Should be able to run yarn', () => {
11
- (0, assert_1.default)((0, utilsYarn_1.hasYarn)());
12
- (0, utilsYarn_1.assertYarn)();
13
- (0, utilsYarn_1.yarn)(path_1.default.resolve('./../../../../'), 'npm info'); // will run 'yarn npm info'
14
- });
15
- });
16
- //# sourceMappingURL=utilsYarn.spec.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utilsYarn.spec.js","sourceRoot":"","sources":["../../src/utilsYarn.spec.ts"],"names":[],"mappings":";;;;;AAAA,2CAAwD;AACxD,oDAA4B;AAC5B,gDAAwB;AAExB,QAAQ,CAAC,YAAY,EAAE,GAAG,EAAE;IAC1B,EAAE,CAAC,4BAA4B,EAAE,GAAG,EAAE;QACpC,IAAA,gBAAM,EAAC,IAAA,mBAAO,GAAE,CAAC,CAAC;QAClB,IAAA,sBAAU,GAAE,CAAC;QACb,IAAA,gBAAI,EAAC,cAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,2BAA2B;IAC/E,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}