fyn 3.1.3 → 3.1.5
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/LICENSE +1 -1
- package/README.md +13 -4
- package/bin/fyn.mjs +1 -1
- package/dist/fyn.mjs +16565 -16284
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fyn",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.1.
|
|
5
|
-
"description": "fyn is
|
|
4
|
+
"version": "3.1.5",
|
|
5
|
+
"description": "fyn is a node.js package manager, and supports fynpo -- a zero setup monorepo tool",
|
|
6
6
|
"main": "./bin/index.mjs",
|
|
7
7
|
"homepage": "https://github.com/jchip/fynjs/tree/main/packages/fyn",
|
|
8
8
|
"license": "Apache-2.0",
|
|
@@ -33,11 +33,10 @@
|
|
|
33
33
|
"fyn": "./bin/fyn.mjs",
|
|
34
34
|
"fun": "./bin/fun.mjs"
|
|
35
35
|
},
|
|
36
|
-
"author": "
|
|
36
|
+
"author": "Joel Chen",
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public",
|
|
39
|
-
"registry": "https://registry.npmjs.com/"
|
|
40
|
-
"tag": "v3"
|
|
39
|
+
"registry": "https://registry.npmjs.com/"
|
|
41
40
|
},
|
|
42
41
|
"files": [
|
|
43
42
|
"bin",
|
|
@@ -79,11 +78,12 @@
|
|
|
79
78
|
"contributors": [
|
|
80
79
|
"Joel Chen",
|
|
81
80
|
"Dat Vong",
|
|
82
|
-
"Divya Karippath"
|
|
81
|
+
"Divya Karippath",
|
|
82
|
+
"Walmart GTP.js Team and Contributors"
|
|
83
83
|
],
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@fynjs/run": "^1.1.
|
|
86
|
-
"@fynjs/ts-resolve": "^1.0.
|
|
85
|
+
"@fynjs/run": "^1.1.4",
|
|
86
|
+
"@fynjs/ts-resolve": "^1.0.2",
|
|
87
87
|
"@types/node": "^26.4.1",
|
|
88
88
|
"@vitest/coverage-v8": "^5.0.0",
|
|
89
89
|
"@vitest/ui": "^5.0.0",
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"patch-package": "^8.0.0",
|
|
93
93
|
"prettier": "^3.5.3",
|
|
94
94
|
"rolldown": "^1.2.6",
|
|
95
|
+
"run-verify": "^2.1.4",
|
|
95
96
|
"typescript": "^7.0.2",
|
|
96
97
|
"vite": "^8.2.2",
|
|
97
98
|
"vitest": "^5.0.0",
|