skir-kotlin-gen 1.0.1 → 1.0.2

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,7 +21,7 @@ In your `skir.yml` file, add the following snippet under `generators`:
21
21
  The generated Kotlin code has a runtime dependency on `build.skir:skir-client`. Add this line to your `build.gradle.kts` file in the `dependencies` section:
22
22
 
23
23
  ```kotlin
24
- implementation("build.skir:skir-client:0.1.0") // Pick the latest version
24
+ implementation("build.skir:skir-client:latest.release")
25
25
  ```
26
26
 
27
27
  For more information, see this Kotlin project [example](https://github.com/gepheum/skir-kotlin-example).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skir-kotlin-gen",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -47,7 +47,7 @@
47
47
  "mocha": "^11.7.5",
48
48
  "prettier": "^3.2.4",
49
49
  "prettier-plugin-organize-imports": "^4.2.0",
50
- "skir": "^1.0.4",
50
+ "skir": "^1.0.11",
51
51
  "ts-node": "^10.9.2",
52
52
  "tsx": "^4.21.0",
53
53
  "typescript": "^5.2.2",