Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024, SkyLeague Technologies B.V.. 'SkyLeague' and the astronaut logo are trademarks of SkyLeague Technologies, registered at Chamber of Commerce in The Netherlands under number 86650564.
Copyright (c) 2025, SkyLeague Technologies B.V.. 'SkyLeague' and the astronaut logo are trademarks of SkyLeague Technologies, registered at Chamber of Commerce in The Netherlands under number 86650564.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 0 additions & 3 deletions docs/babel.config.js

This file was deleted.

7 changes: 4 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"prebuild": "npm install",
"build": "docusaurus build --out-dir=../.docs",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
Expand All @@ -16,8 +17,8 @@
"@docusaurus/core": "^3.6.3",
"@docusaurus/preset-classic": "^3.6.3",
"@docusaurus/faster": "^3.6.3",
"@mdx-js/react": "^3.0.1",
"prism-react-renderer": "^2.3.1",
"@mdx-js/react": "^3.1.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand All @@ -30,6 +31,6 @@
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
},
"engines": {
"node": ">=20"
"node": ">=22"
}
}
4,344 changes: 1,979 additions & 2,365 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"files": [".dist", "package.json"],
"scripts": {
"build": "tsc -p tsconfig.dist.json",
"build:docs": "npm run --workspace=docs build",
"build:docs": "npm run --prefix=docs build",
"check:coverage": "vitest run --coverage=true",
"check:project": "node-standards lint",
"check:types": "tsc -p tsconfig.json",
Expand All @@ -30,12 +30,12 @@
"test": "vitest run"
},
"dependencies": {
"jsonpath-plus": "^10.2.0"
"jsonpath-plus": "^10.3.0"
},
"devDependencies": {
"@skyleague/axioms": "^6.1.0",
"@skyleague/node-standards": "^9.4.0",
"typescript": "5.7.2"
"@skyleague/axioms": "^6.5.1",
"@skyleague/node-standards": "^10.0.1",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=22"
Expand Down
7 changes: 0 additions & 7 deletions typedoc.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ export default defineConfig({
},
fakeTimers: {
now: new Date(2022, 1, 10).getTime(),
toFake: [
// 'setTimeout',
// 'setImmediate',
'clearTimeout',
'setInterval',
'clearInterval',
'clearImmediate',
'Date',
],
},
},
})
Loading