@goldstack/utils-log 0.2.5 → 0.2.9

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # Goldstack Log Utilities
2
2
 
3
- Very simple log utility used in the [Goldstack template framework](https://github.com/goldstack/goldstack-lib).
3
+ Very simple log utility used in the [Goldstack template framework](https://github.com/goldstack/goldstack/tree/master/workspaces/templates-lib#goldstack-template-framework).
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilsLog.d.ts","sourceRoot":"","sources":["../../src/utilsLog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAAS,GAAG,KAAG,IAIhC,CAAC;AAEF,eAAO,MAAM,KAAK,QAAS,MAAM,KAAG,IAMnC,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utilsLog.js","sourceRoot":"","sources":["../../src/utilsLog.ts"],"names":[],"mappings":";;;AAAA,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC;AAEjE,8DAA8D;AACvD,MAAM,KAAK,GAAG,CAAC,GAAQ,EAAQ,EAAE;IACtC,IAAI,OAAO,EAAE;QACX,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;KAClB;AACH,CAAC,CAAC;AAJW,QAAA,KAAK,SAIhB;AAEK,MAAM,KAAK,GAAG,CAAC,GAAW,EAAQ,EAAE;IACzC,IAAI,OAAO,EAAE;QACX,MAAM,IAAI,KAAK,CAAC,GAAG,CAAC,CAAC;KACtB;IACD,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACjB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC;AANW,QAAA,KAAK,SAMhB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldstack/utils-log",
3
- "version": "0.2.5",
3
+ "version": "0.2.9",
4
4
  "description": "Utilities for emitting logs.",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -18,27 +18,30 @@
18
18
  "license": "MIT",
19
19
  "author": "Max Rohde",
20
20
  "sideEffects": false,
21
- "main": "dist/utilsLog.js",
21
+ "main": "dist/src/utilsLog.js",
22
22
  "scripts": {
23
23
  "build": "yarn clean && yarn compile",
24
- "build:watch": "yarn clean && yarn compile:watch",
24
+ "build:watch": "yarn clean && yarn compile-watch",
25
25
  "clean": "rm -rf ./dist",
26
26
  "compile": "tsc -p tsconfig.json",
27
- "compile:watch": "tsc -p tsconfig.json --watch",
28
- "compile:watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
27
+ "compile-watch": "tsc -p tsconfig.json --watch",
28
+ "compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
29
29
  "coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js",
30
30
  "prepublishOnly": "yarn run build",
31
31
  "publish": "utils-git changed --exec \"yarn npm publish $@\"",
32
- "test:ci": "jest --passWithNoTests --config=./jest.config.js",
32
+ "test-ci": "jest --passWithNoTests --config=./jest.config.js",
33
33
  "version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",
34
34
  "version:apply:force": "yarn version $@ && yarn version apply"
35
35
  },
36
36
  "devDependencies": {
37
- "@goldstack/utils-git": "0.1.25",
38
- "@types/jest": "^26.0.21",
39
- "@types/node": "^14.0.6",
37
+ "@goldstack/utils-git": "0.1.29",
38
+ "@types/jest": "^27.0.2",
39
+ "@types/node": "^16.11.0",
40
40
  "jest": "^26.6.3",
41
41
  "ts-jest": "^26.5.4",
42
- "typescript": "^4.3.4"
42
+ "typescript": "^4.4.3"
43
+ },
44
+ "publishConfig": {
45
+ "main": "dist/src/utilsLog.js"
43
46
  }
44
47
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"utilsLog.d.ts","sourceRoot":"","sources":["../src/utilsLog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAAS,GAAG,KAAG,IAIhC,CAAC;AAEF,eAAO,MAAM,KAAK,QAAS,MAAM,KAAG,IAMnC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"utilsLog.js","sourceRoot":"","sources":["../src/utilsLog.ts"],"names":[],"mappings":";;;AAAA,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,eAAe,IAAI,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC;AAEjE,8DAA8D;AACvD,MAAM,KAAK,GAAG,CAAC,GAAQ,EAAQ,EAAE;IACtC,IAAI,OAAO,EAAE;QACX,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;KAClB;AACH,CAAC,CAAC;AAJW,QAAA,KAAK,SAIhB;AAEK,MAAM,KAAK,GAAG,CAAC,GAAW,EAAQ,EAAE;IACzC,IAAI,OAAO,EAAE;QACX,MAAM,IAAI,KAAK,CAAC,GAAG,CAAC,CAAC;KACtB;IACD,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACjB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC;AANW,QAAA,KAAK,SAMhB"}