@niceties/draftlog-appender 1.0.0-beta.2 → 1.0.0-beta.3

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.
Files changed (1) hide show
  1. package/package.json +82 -1
package/package.json CHANGED
@@ -1 +1,82 @@
1
- {"version":"1.0.0-beta.2","license":"MIT","name":"@niceties/draftlog-appender","author":{"name":"Konstantin Shutkin"},"funding":"https://www.donationalerts.com/r/excitingcode","type":"module","exports":{".":{"require":"./dist/index.cjs","default":"./dist/index.mjs"},"./core":{"require":"./dist/core.cjs","default":"./dist/core.mjs"},"./spinners":{"require":"./spinners/dist/spinners.cjs","default":"./spinners/dist/spinners.mjs"}},"main":"./dist/index.cjs","module":"./dist/index.mjs","typings":"./dist/index.d.ts","unpkg":"./dist/index.umd.js","files":["dist","core","spinners"],"engines":{"node":">=15"},"repository":{"type":"git","url":"git+https://github.com/kshutkin/niceties.git"},"scripts":{"build":"rimraf ./dist && rollup -c","dev":"rimraf ./dist && rollup -c -w","test":"node --expose-gc ../node_modules/jest-cli/bin/jest.js --collectCoverage","lint":"eslint ./src","semantic-release":"npx semantic-release"},"devDependencies":{"@rollup/plugin-commonjs":"21.0.1","@rollup/plugin-node-resolve":"13.0.6","@semantic-release/changelog":"6.0.1","@semantic-release/commit-analyzer":"9.0.1","@semantic-release/git":"10.0.1","@semantic-release/npm":"8.0.2","@semantic-release/release-notes-generator":"10.0.2","@types/jest":"27.0.2","@typescript-eslint/eslint-plugin":"5.3.0","@typescript-eslint/parser":"5.3.0","conventional-changelog-angular":"5.0.13","eslint":"8.1.0","jest":"27.3.1","lodash":"4.17.21","niceties":"1.1.0","rimraf":"3.0.2","rollup":"2.60.1","rollup-plugin-terser":"7.0.2","rollup-plugin-typescript2":"0.31.1","semantic-release":"18.0.0","semantic-release-monorepo":"7.0.5","ts-jest":"27.0.7","typescript":"4.4.x","update-monorepo-package-json":"0.1.3"},"dependencies":{"@niceties/logger":"1.0.0-beta.2","draftlog":"^1.0.13"},"bugs":{"url":"https://github.com/kshutkin/niceties/issues"},"readme":"ERROR: No README data found!","homepage":"https://github.com/kshutkin/niceties#readme"}
1
+ {
2
+ "version": "1.0.0-beta.3",
3
+ "license": "MIT",
4
+ "name": "@niceties/draftlog-appender",
5
+ "author": {
6
+ "name": "Konstantin Shutkin"
7
+ },
8
+ "funding": "https://www.donationalerts.com/r/excitingcode",
9
+ "type": "module",
10
+ "exports": {
11
+ ".": {
12
+ "require": "./dist/index.cjs",
13
+ "default": "./dist/index.mjs"
14
+ },
15
+ "./core": {
16
+ "require": "./dist/core.cjs",
17
+ "default": "./dist/core.mjs"
18
+ },
19
+ "./spinners": {
20
+ "require": "./spinners/dist/spinners.cjs",
21
+ "default": "./spinners/dist/spinners.mjs"
22
+ }
23
+ },
24
+ "main": "./dist/index.cjs",
25
+ "module": "./dist/index.mjs",
26
+ "typings": "./dist/index.d.ts",
27
+ "unpkg": "./dist/index.umd.js",
28
+ "files": [
29
+ "dist",
30
+ "core",
31
+ "spinners"
32
+ ],
33
+ "engines": {
34
+ "node": ">=15"
35
+ },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/kshutkin/niceties.git"
39
+ },
40
+ "scripts": {
41
+ "build": "rimraf ./dist && rollup -c",
42
+ "dev": "rimraf ./dist && rollup -c -w",
43
+ "test": "node --expose-gc ../node_modules/jest-cli/bin/jest.js --collectCoverage",
44
+ "lint": "eslint ./src",
45
+ "semantic-release": "npx semantic-release"
46
+ },
47
+ "devDependencies": {
48
+ "@rollup/plugin-commonjs": "21.0.1",
49
+ "@rollup/plugin-node-resolve": "13.0.6",
50
+ "@semantic-release/changelog": "6.0.1",
51
+ "@semantic-release/commit-analyzer": "9.0.1",
52
+ "@semantic-release/git": "10.0.1",
53
+ "@semantic-release/npm": "8.0.2",
54
+ "@semantic-release/release-notes-generator": "10.0.2",
55
+ "@types/jest": "27.0.2",
56
+ "@typescript-eslint/eslint-plugin": "5.3.0",
57
+ "@typescript-eslint/parser": "5.3.0",
58
+ "conventional-changelog-angular": "5.0.13",
59
+ "eslint": "8.1.0",
60
+ "jest": "27.3.1",
61
+ "lodash": "4.17.21",
62
+ "niceties": "1.1.0",
63
+ "rimraf": "3.0.2",
64
+ "rollup": "2.60.1",
65
+ "rollup-plugin-terser": "7.0.2",
66
+ "rollup-plugin-typescript2": "0.31.1",
67
+ "semantic-release": "18.0.0",
68
+ "semantic-release-monorepo": "7.0.5",
69
+ "ts-jest": "27.0.7",
70
+ "typescript": "4.4.x",
71
+ "update-monorepo-package-json": "0.1.4"
72
+ },
73
+ "dependencies": {
74
+ "@niceties/logger": "1.0.0-beta.2",
75
+ "draftlog": "^1.0.13"
76
+ },
77
+ "bugs": {
78
+ "url": "https://github.com/kshutkin/niceties/issues"
79
+ },
80
+ "readme": "ERROR: No README data found!",
81
+ "homepage": "https://github.com/kshutkin/niceties#readme"
82
+ }