Skip to content

Commit

Permalink
chore: Update jsrepo-manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent 77830e1 commit d986a0c
Showing 1 changed file with 83 additions and 18 deletions.
101 changes: 83 additions & 18 deletions jsrepo-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"category": "types",
"tests": true,
"subdirectory": false,
"files": ["result.ts", "result.test.ts"],
"files": [
"result.ts",
"result.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -24,7 +27,10 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["array-sum.ts", "array-sum.test.ts"],
"files": [
"array-sum.ts",
"array-sum.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -35,7 +41,10 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["array-to-map.ts", "array-to-map.test.ts"],
"files": [
"array-to-map.ts",
"array-to-map.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -46,7 +55,10 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["dispatcher.ts", "dispatcher.test.ts"],
"files": [
"dispatcher.ts",
"dispatcher.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -57,8 +69,14 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["ipv4-address.ts", "ipv4-address.test.ts"],
"localDependencies": ["types/result", "utilities/is-number"],
"files": [
"ipv4-address.ts",
"ipv4-address.test.ts"
],
"localDependencies": [
"types/result",
"utilities/is-number"
],
"dependencies": [],
"devDependencies": []
},
Expand All @@ -68,7 +86,10 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["is-number.ts", "is-number.test.ts"],
"files": [
"is-number.ts",
"is-number.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -79,8 +100,13 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["lines.ts", "lines.test.ts"],
"localDependencies": ["utilities/pad"],
"files": [
"lines.ts",
"lines.test.ts"
],
"localDependencies": [
"utilities/pad"
],
"dependencies": [],
"devDependencies": []
},
Expand All @@ -90,7 +116,27 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["map-to-array.ts", "map-to-array.test.ts"],
"files": [
"map-to-array.ts",
"map-to-array.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
},
{
"name": "math",
"directory": "src/utilities/math",
"category": "utilities",
"tests": true,
"subdirectory": true,
"files": [
"fractions.test.ts",
"fractions.ts",
"gcf.test.ts",
"gcf.ts",
"index.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -101,8 +147,13 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["pad.ts", "pad.test.ts"],
"localDependencies": ["utilities/strip-ansi"],
"files": [
"pad.ts",
"pad.test.ts"
],
"localDependencies": [
"utilities/strip-ansi"
],
"dependencies": [],
"devDependencies": []
},
Expand All @@ -112,7 +163,10 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["sleep.ts", "sleep.test.ts"],
"files": [
"sleep.ts",
"sleep.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -123,7 +177,10 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["stopwatch.ts", "stopwatch.test.ts"],
"files": [
"stopwatch.ts",
"stopwatch.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
Expand All @@ -134,9 +191,14 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["strip-ansi.ts", "strip-ansi.test.ts"],
"files": [
"strip-ansi.ts",
"strip-ansi.test.ts"
],
"localDependencies": [],
"dependencies": ["ansi-regex@^6.1.0"],
"dependencies": [
"ansi-regex@^6.1.0"
],
"devDependencies": []
},
{
Expand All @@ -145,11 +207,14 @@
"category": "utilities",
"tests": true,
"subdirectory": false,
"files": ["truncate.ts", "truncate.test.ts"],
"files": [
"truncate.ts",
"truncate.test.ts"
],
"localDependencies": [],
"dependencies": [],
"devDependencies": []
}
]
}
]
]

0 comments on commit d986a0c

Please sign in to comment.