@descryy/adapter-kotlin 0.1.0 → 0.2.0

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descryy/adapter-kotlin",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "Kotlin adapter, breadth tier. The tenth language, and the first to share an identity anchor with another language rather than defining its own \u2014 it reuses @descryy/adapter-jvm, because Kotlin and Java answer the identity question the same way. Where a file does not sit where its package declaration says, the node is refused rather than anchored on the package alone: Kotlin Multiplatform declares one qualified name in several source sets by design, and a bare-package fallback collapses them onto one id.",
6
6
  "license": "UNLICENSED",
@@ -27,9 +27,9 @@
27
27
  "dependencies": {
28
28
  "@descryy/adapter-common": "0.1.0",
29
29
  "@descryy/adapter-jvm": "0.1.0",
30
- "@descryy/adapter-openapi": "0.1.0",
31
- "@descryy/adapter-sql": "0.1.0",
30
+ "@descryy/adapter-openapi": "0.2.0",
31
+ "@descryy/adapter-sql": "0.2.0",
32
32
  "@descryy/adapter-treesitter": "0.1.0",
33
- "@descryy/ir": "0.3.0"
33
+ "@descryy/ir": "0.4.0"
34
34
  }
35
35
  }