@naturalcycles/nodejs-lib 14.3.0 → 14.3.1

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.
File without changes
File without changes
package/dist/bin/kpy.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,27 +1,8 @@
1
1
  {
2
2
  "name": "@naturalcycles/nodejs-lib",
3
3
  "type": "module",
4
- "version": "14.3.0",
5
- "scripts": {
6
- "prepare": "husky",
7
- "build": "dev-lib build",
8
- "test": "dev-lib test",
9
- "lint": "dev-lib lint",
10
- "bt": "dev-lib bt",
11
- "lbt": "dev-lib lbt",
12
- "docs-serve": "vuepress dev docs",
13
- "docs-build": "vuepress build docs",
14
- "slack-this-debug": "tsx ./src/bin/slack-this.ts --channel test --msg 'Hello slack!'",
15
- "secrets-gen-key-debug": "tsx ./src/bin/secrets-gen-key.ts",
16
- "secrets-encrypt-debug": "tsx ./src/bin/secrets-encrypt.ts",
17
- "secrets-decrypt-debug": "tsx ./src/bin/secrets-decrypt.ts",
18
- "kpy-debug": "tsx ./src/bin/kpy.ts --verbose scripts tmp/scripts",
19
- "kpy-debug2": "tsx ./src/bin/kpy.ts --verbose scripts bench non-ex non-ex/** colors* tmp/scripts",
20
- "kpy-debug3": "tsx ./src/bin/kpy.ts --verbose src colors csv stream non-ex non-ex/** tmp/src",
21
- "json2env-debug": "tsx ./src/bin/json2env.ts ./src/test/someFile.json"
22
- },
4
+ "version": "14.3.1",
23
5
  "dependencies": {
24
- "@naturalcycles/js-lib": "^15",
25
6
  "@types/js-yaml": "^4",
26
7
  "@types/jsonwebtoken": "^9",
27
8
  "@types/yargs": "^16",
@@ -36,15 +17,11 @@
36
17
  "lru-cache": "^11",
37
18
  "through2-concurrent": "^2",
38
19
  "tinyglobby": "^0.2",
39
- "yargs": "^17"
20
+ "yargs": "^17",
21
+ "@naturalcycles/js-lib": "^15.0.0"
40
22
  },
41
23
  "devDependencies": {
42
- "@naturalcycles/bench-lib": "^4",
43
- "@naturalcycles/dev-lib": "^18",
44
- "@types/node": "^22",
45
- "@types/through2-concurrent": "^2",
46
- "tsx": "^4",
47
- "vitest": "^3"
24
+ "@types/through2-concurrent": "^2"
48
25
  },
49
26
  "bin": {
50
27
  "kpy": "dist/bin/kpy.js",
@@ -70,7 +47,8 @@
70
47
  },
71
48
  "repository": {
72
49
  "type": "git",
73
- "url": "https://github.com/NaturalCycles/nodejs-lib"
50
+ "url": "git@github.com:NaturalCycles/js-lib.git",
51
+ "directory": "packages/nodejs-lib"
74
52
  },
75
53
  "engines": {
76
54
  "node": ">=22.12.0"
@@ -81,5 +59,20 @@
81
59
  "envByBranch": {
82
60
  "master": "master",
83
61
  "*": "branch"
62
+ },
63
+ "scripts": {
64
+ "build": "dev-lib build",
65
+ "test": "dev-lib test",
66
+ "lint": "dev-lib lint",
67
+ "bt": "dev-lib bt",
68
+ "lbt": "dev-lib lbt",
69
+ "slack-this-debug": "tsx ./src/bin/slack-this.ts --channel test --msg 'Hello slack!'",
70
+ "secrets-gen-key-debug": "tsx ./src/bin/secrets-gen-key.ts",
71
+ "secrets-encrypt-debug": "tsx ./src/bin/secrets-encrypt.ts",
72
+ "secrets-decrypt-debug": "tsx ./src/bin/secrets-decrypt.ts",
73
+ "kpy-debug": "tsx ./src/bin/kpy.ts --verbose scripts tmp/scripts",
74
+ "kpy-debug2": "tsx ./src/bin/kpy.ts --verbose scripts bench non-ex non-ex/** colors* tmp/scripts",
75
+ "kpy-debug3": "tsx ./src/bin/kpy.ts --verbose src colors csv stream non-ex non-ex/** tmp/src",
76
+ "json2env-debug": "tsx ./src/bin/json2env.ts ./src/test/someFile.json"
84
77
  }
85
- }
78
+ }
File without changes
File without changes