Skip to content

Commit

Permalink
Revert "⬆️ Upgrade to @ortfo/db v1.5.0"
Browse files Browse the repository at this point in the history
This reverts commit d9f0f50.
  • Loading branch information
ewen-lbh committed Apr 20, 2024
1 parent d9f0f50 commit 4ac40b4
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 22 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"svelte-preprocess": "^4.10.7",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite": "^5.2.9",
"vitest": "^1.5.0"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@geoffcox/svelte-splitter": "^1.0.1",
"@ortfo/db": "^1.5.0",
"@ortfo/db": "^1.4.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@tiptap/core": "^2.3.0",
Expand Down Expand Up @@ -79,6 +79,7 @@
},
"pnpm": {
"patchedDependencies": {
"@ortfo/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]"
}
}
Expand Down
23 changes: 23 additions & 0 deletions patches/@[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
diff --git a/package.json b/package.json
index 7a27fa39e59e27c9ab04296c22acd90187352fc9..1eb182f16c992c520bfdc662b21d51b17353dac3 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,18 @@
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
+ },
+ "./dist/database": {
+ "default": "./dist/database.js",
+ "types": "./dist/database.d.ts"
+ },
+ "./dist/tags": {
+ "default": "./dist/tags.js",
+ "types": "./dist/tags.d.ts"
+ },
+ "./dist/technologies": {
+ "default": "./dist/technologies.js",
+ "types": "./dist/technologies.d.ts"
}
},
"files": [
44 changes: 24 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ac40b4

Please sign in to comment.