skir 1.0.0 → 1.0.3

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.
@@ -78,7 +78,7 @@ generators:
78
78
  # # Alternatively:
79
79
  # # outDir: ./src/main/java/my/project/skirout
80
80
  # # config:
81
- # # packagePrefix: "my.project."
81
+ # # packagePrefix: my.project.
82
82
 
83
83
  # # --------------------------------------------------------------------------
84
84
  # # Kotlin code generator
@@ -92,7 +92,7 @@ generators:
92
92
  # # Alternatively:
93
93
  # # outDir: ./src/main/kotlin/my/project/skirout
94
94
  # # config:
95
- # # packagePrefix: "my.project."
95
+ # # packagePrefix: my.project.
96
96
 
97
97
  # # --------------------------------------------------------------------------
98
98
  # # Python code generator
@@ -105,7 +105,7 @@ generators:
105
105
  # # Alternatively:
106
106
  # # outDir: ./my/project/skirout
107
107
  # # config:
108
- # # packagePrefix: "my.project."
108
+ # # packagePrefix: my.project.
109
109
 
110
110
  # # --------------------------------------------------------------------------
111
111
  # # TypeScript/JavaScript code generator