@hiddenability/opinionated-defaults 0.1.7 → 0.1.8
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/dist/cli/index.mjs +1 -1
- package/package.json +16 -15
package/dist/cli/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{spawnSync as
|
|
2
|
+
import{spawnSync as e}from"node:child_process";import t from"node:process";var r=()=>{let i=t.arch,n=t.platform,o="";if(["cygwin","win32"].includes(t.platform))n="windows",o=".exe";try{return import.meta.resolve(`@hiddenability/opinionated-defaults-${n}-${i}/bin/bin${o}`)}catch{throw new Error(`Couldn't find application binary inside node_modules for ${n}-${i}`)}},s=()=>{let i=t.argv.slice(2),n=e(r(),i,{stdio:"inherit"});t.exit(n.status??0)};s();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hiddenability/opinionated-defaults",
|
|
3
3
|
"description": "Opinionated default configurations for webdev tools.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"bin": "dist/cli/index.mjs",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"scripts": {
|
|
13
|
+
"test-cli": "bun dist/cli/index.mjs",
|
|
13
14
|
"build": "bun test && bun ./scripts/build.ts",
|
|
14
15
|
"prepack": "bun test && bun ./scripts/build.ts",
|
|
15
16
|
"lint": "oxlint && eslint_d",
|
|
@@ -36,8 +37,8 @@
|
|
|
36
37
|
],
|
|
37
38
|
"dependencies": {
|
|
38
39
|
"@eslint/compat": "^1.3.1",
|
|
39
|
-
"@eslint/js": "^9.
|
|
40
|
-
"@next/eslint-plugin-next": "^15.4.
|
|
40
|
+
"@eslint/js": "^9.32.0",
|
|
41
|
+
"@next/eslint-plugin-next": "^15.4.5",
|
|
41
42
|
"@stylistic/eslint-plugin": "^5.2.2",
|
|
42
43
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
43
44
|
"eslint": "^9.32.0",
|
|
@@ -46,7 +47,7 @@
|
|
|
46
47
|
"eslint-plugin-functional": "^9.0.2",
|
|
47
48
|
"eslint-plugin-import": "^2.32.0",
|
|
48
49
|
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
|
49
|
-
"eslint-plugin-oxlint": "^1.
|
|
50
|
+
"eslint-plugin-oxlint": "^1.9.0",
|
|
50
51
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
51
52
|
"eslint-plugin-prefer-arrow-functions": "^3.6.2",
|
|
52
53
|
"eslint-plugin-prettier": "^5.5.3",
|
|
@@ -57,19 +58,11 @@
|
|
|
57
58
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
58
59
|
"jiti": "^2.5.1",
|
|
59
60
|
"lodash": "^4.17.21",
|
|
60
|
-
"oxlint": "^1.
|
|
61
|
+
"oxlint": "^1.9.0",
|
|
61
62
|
"prettier": "^3.6.2",
|
|
62
63
|
"prettier-plugin-astro": "^0.14.1",
|
|
63
64
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
64
65
|
"typescript-eslint": "^8.38.0"
|
|
65
|
-
},
|
|
66
|
-
"optionalDependencies": {
|
|
67
|
-
"@hiddenability/opinionated-defaults-linux-x64": "0.1.0",
|
|
68
|
-
"@hiddenability/opinionated-defaults-linux-arm64": "0.1.0",
|
|
69
|
-
"@hiddenability/opinionated-defaults-darwin-x64": "0.1.0",
|
|
70
|
-
"@hiddenability/opinionated-defaults-darwin-arm64": "0.1.0",
|
|
71
|
-
"@hiddenability/opinionated-defaults-windows-x64": "0.1.0",
|
|
72
|
-
"@hiddenability/opinionated-defaults-windows-arm64": "0.1.0"
|
|
73
66
|
},
|
|
74
67
|
"devDependencies": {
|
|
75
68
|
"@hiddenability/opinionated-defaults": "link:@hiddenability/opinionated-defaults",
|
|
@@ -77,7 +70,15 @@
|
|
|
77
70
|
"@types/lodash": "^4.17.20",
|
|
78
71
|
"consola": "^3.4.2",
|
|
79
72
|
"eslint_d": "^14.3.0",
|
|
80
|
-
"next": "^15.4.
|
|
81
|
-
"oxc-transform": "^0.
|
|
73
|
+
"next": "^15.4.2-canary.25",
|
|
74
|
+
"oxc-transform": "^0.79.1"
|
|
75
|
+
},
|
|
76
|
+
"optionalDependencies":{
|
|
77
|
+
"@hiddenability/opinionated-defaults-darwin-arm64": "^0.1.7",
|
|
78
|
+
"@hiddenability/opinionated-defaults-darwin-x64": "^0.1.7",
|
|
79
|
+
"@hiddenability/opinionated-defaults-linux-arm64": "^0.1.7",
|
|
80
|
+
"@hiddenability/opinionated-defaults-linux-x64": "^0.1.7",
|
|
81
|
+
"@hiddenability/opinionated-defaults-win-arm64": "^0.1.7",
|
|
82
|
+
"@hiddenability/opinionated-defaults-win-x64": "^0.1.7"
|
|
82
83
|
}
|
|
83
84
|
}
|