@descryy/adapter-go 0.3.0 → 0.3.1

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@descryy/adapter-go",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
- "description": "Go adapter, breadth tier. One grammar and one rule set over the shared tree-sitter harness \u2014 the second language to use it, and the measurement of whether that harness was worth building.",
5
+ "description": "Go adapter, breadth tier. One grammar and one rule set over the shared tree-sitter harness the second language to use it, and the measurement of whether that harness was worth building.",
6
6
  "license": "UNLICENSED",
7
7
  "repository": {
8
8
  "type": "git",
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@descryy/adapter-common": "0.2.0",
38
- "@descryy/adapter-sql": "0.3.0",
38
+ "@descryy/adapter-sql": "0.3.1",
39
39
  "@descryy/adapter-treesitter": "0.2.0",
40
- "@descryy/ir": "0.5.0",
40
+ "@descryy/ir": "0.5.1",
41
41
  "tree-sitter-go": "0.25.0",
42
- "@descryy/adapter-openapi": "0.3.0"
42
+ "@descryy/adapter-openapi": "0.3.1"
43
43
  }
44
44
  }