@lafken/common 0.6.3 → 0.7.0

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.

Potentially problematic release.


This version of @lafken/common might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +17 -3
package/package.json CHANGED
@@ -1,16 +1,27 @@
1
1
  {
2
2
  "name": "@lafken/common",
3
- "version": "0.6.3",
3
+ "version": "0.7.0",
4
4
  "private": false,
5
- "description": "Core utility package for Lafken framework providing decorator factories and metadata utilities",
5
+ "description": "Lafken utilities - TypeScript decorator factories and metadata reflection for infrastructure-as-code decorators",
6
6
  "keywords": [
7
7
  "aws",
8
8
  "serverless",
9
9
  "lafken",
10
- "common",
10
+ "decorators",
11
+ "metadata",
12
+ "reflection",
13
+ "typescript",
11
14
  "utility"
12
15
  ],
16
+ "homepage": "https://github.com/Hero64/lafken#readme",
17
+ "bugs": "https://github.com/Hero64/lafken/issues",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/Hero64/lafken",
21
+ "directory": "packages/common"
22
+ },
13
23
  "license": "MIT",
24
+ "author": "Aníbal Jorquera",
14
25
  "main": "lib/index.js",
15
26
  "types": "lib/index.d.ts",
16
27
  "files": [
@@ -25,6 +36,9 @@
25
36
  "ts-jest": "29.4.6",
26
37
  "ts-node": "10.9.2"
27
38
  },
39
+ "engines": {
40
+ "node": ">=20.19"
41
+ },
28
42
  "publishConfig": {
29
43
  "access": "public"
30
44
  },