typeomatica 0.3.33 → 0.3.34

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.
@@ -16,7 +16,7 @@ jobs:
16
16
 
17
17
  strategy:
18
18
  matrix:
19
- node-version: [16.x, 18.x]
19
+ node-version: [18.x, 20.x]
20
20
 
21
21
  steps:
22
22
  - uses: actions/checkout@v2
@@ -34,10 +34,10 @@ jobs:
34
34
 
35
35
  steps:
36
36
  - uses: actions/checkout@master
37
- - name: Use Node.js 16.x
37
+ - name: Use Node.js 18.x
38
38
  uses: actions/setup-node@master
39
39
  with:
40
- node-version: 16.x
40
+ node-version: 18.x
41
41
 
42
42
  - name: npm install
43
43
  run: npm install
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "typeomatica",
3
- "version": "0.3.33",
3
+ "version": "0.3.34",
4
4
  "description": "type logic against javascript metaprogramming",
5
5
  "engines": {
6
- "node": ">=14"
6
+ "node": ">=16"
7
7
  },
8
8
  "main": "lib/index.js",
9
9
  "scripts": {
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/jest": "^29.5.12",
34
- "@types/node": "^18.19.21",
34
+ "@types/node": "^18.19.30",
35
35
  "@typescript-eslint/eslint-plugin": "^6.21.0",
36
36
  "@typescript-eslint/parser": "^6.21.0",
37
37
  "eslint": "^8.57.0",
@@ -42,6 +42,6 @@
42
42
  "set-value": "^4.1.0",
43
43
  "ts-jest": "^29.1.2",
44
44
  "ts-node": "^10.9.2",
45
- "typescript": "^5.3.3"
45
+ "typescript": "^5.4.4"
46
46
  }
47
47
  }