@jamashita/lluvia-sequence 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamashita/lluvia-sequence",
3
- "version": "2.14.0",
3
+ "version": "2.15.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,21 +20,18 @@
20
20
  "build": "yarn clean && concurrently \"npm:build:*\"",
21
21
  "build:cjs": "tsc -b tsconfig.cjs.json",
22
22
  "build:esm": "tsc -b tsconfig.esm.json",
23
- "clean": "concurrently \"npm:clean:*\"",
24
- "clean:coverage": "rimraf coverage",
25
- "clean:dist": "rimraf dist",
26
- "clean:others": "rimraf *.log && rimraf tsconfig.build.tsbuildinfo"
23
+ "clean": "rimraf dist"
27
24
  },
28
25
  "dependencies": {
29
- "@jamashita/anden-object": "2.19.0",
30
- "@jamashita/anden-type": "2.10.0",
26
+ "@jamashita/anden-object": "2.20.0",
27
+ "@jamashita/anden-type": "2.11.0",
31
28
  "@jamashita/lluvia-collection": "^2.13.0"
32
29
  },
33
30
  "devDependencies": {
34
- "@jamashita/anden-error": "2.16.0"
31
+ "@jamashita/anden-error": "2.17.0"
35
32
  },
36
33
  "engines": {
37
- "node": ">=14.0.0"
34
+ "node": ">=16.0.0"
38
35
  },
39
36
  "engineStrict": true,
40
37
  "publishConfig": {