Skip to content

Commit af43ca2

Browse files
authored
Merge pull request #41 from FalkorDB/chore/remove-optional-deps-bump-0.1.9
chore: bump to 0.1.9 and remove non-existent optional dependencies
2 parents 45020f2 + 9df757f commit af43ca2

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

package-lock.json

Lines changed: 2 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@falkordb/text-to-cypher",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Node.js bindings for FalkorDB text-to-cypher library - Convert natural language to Cypher queries",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -75,14 +75,5 @@
7575
"examples/",
7676
"templates/"
7777
],
78-
"packageManager": "npm@9.6.7",
79-
"optionalDependencies": {
80-
"@falkordb/text-to-cypher-win32-x64-msvc": "^0.1.0",
81-
"@falkordb/text-to-cypher-darwin-x64": "^0.1.0",
82-
"@falkordb/text-to-cypher-linux-x64-gnu": "^0.1.0",
83-
"@falkordb/text-to-cypher-darwin-arm64": "^0.1.0",
84-
"@falkordb/text-to-cypher-linux-arm64-gnu": "^0.1.0",
85-
"@falkordb/text-to-cypher-linux-x64-musl": "^0.1.0",
86-
"@falkordb/text-to-cypher-linux-arm64-musl": "^0.1.0"
87-
}
78+
"packageManager": "npm@9.6.7"
8879
}

0 commit comments

Comments
 (0)