@codedrifters/constructs 0.0.57 → 0.0.58
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.
- package/package.json +21 -20
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"organization": true
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@types/node": "
|
|
13
|
+
"@types/node": "25.5.2",
|
|
14
14
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
15
15
|
"@typescript-eslint/parser": "^8",
|
|
16
16
|
"@vitest/coverage-v8": "3.2.4",
|
|
@@ -42,31 +42,32 @@
|
|
|
42
42
|
"devEngines": {
|
|
43
43
|
"packageManager": {
|
|
44
44
|
"name": "pnpm",
|
|
45
|
+
"version": "10.33.0",
|
|
45
46
|
"onFail": "ignore"
|
|
46
47
|
}
|
|
47
48
|
},
|
|
48
49
|
"main": "lib/index.js",
|
|
49
50
|
"license": "MIT",
|
|
50
|
-
"version": "0.0.
|
|
51
|
+
"version": "0.0.58",
|
|
51
52
|
"types": "lib/index.d.ts",
|
|
52
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"
|
|
53
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"pnpm exec projen\".",
|
|
53
54
|
"scripts": {
|
|
54
|
-
"build": "
|
|
55
|
-
"bump": "
|
|
56
|
-
"compile": "
|
|
57
|
-
"default": "
|
|
58
|
-
"eslint": "
|
|
59
|
-
"package": "
|
|
60
|
-
"post-compile": "
|
|
61
|
-
"post-upgrade": "
|
|
62
|
-
"pre-compile": "
|
|
63
|
-
"release": "
|
|
64
|
-
"reset": "
|
|
65
|
-
"test": "
|
|
66
|
-
"test:watch": "
|
|
67
|
-
"unbump": "
|
|
68
|
-
"upgrade": "
|
|
69
|
-
"watch": "
|
|
70
|
-
"projen": "
|
|
55
|
+
"build": "projen build",
|
|
56
|
+
"bump": "projen bump",
|
|
57
|
+
"compile": "projen compile",
|
|
58
|
+
"default": "projen default",
|
|
59
|
+
"eslint": "projen eslint",
|
|
60
|
+
"package": "projen package",
|
|
61
|
+
"post-compile": "projen post-compile",
|
|
62
|
+
"post-upgrade": "projen post-upgrade",
|
|
63
|
+
"pre-compile": "projen pre-compile",
|
|
64
|
+
"release": "projen release",
|
|
65
|
+
"reset": "projen reset",
|
|
66
|
+
"test": "projen test",
|
|
67
|
+
"test:watch": "projen test:watch",
|
|
68
|
+
"unbump": "projen unbump",
|
|
69
|
+
"upgrade": "projen upgrade",
|
|
70
|
+
"watch": "projen watch",
|
|
71
|
+
"projen": "projen"
|
|
71
72
|
}
|
|
72
73
|
}
|