@kalutskii/contract 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.
@@ -157,6 +157,9 @@ var renderConfigTemplate = (defaultConfig) => {
157
157
  // }`;
158
158
  return `import type { Config } from 'contract';
159
159
 
160
+ // Configuration for contract generation, do not edit this file if you are not sure what you are doing.
161
+ // More details about this custom contract library: https://github.com/kalutskii/contract#quick-start
162
+
160
163
  const contractConfig: Config = {
161
164
  app: '${defaultConfig.app}',
162
165
  contracts: ${JSON.stringify(defaultConfig.contracts)},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kalutskii/contract",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "TypeScript contract library for generating, versioning, and distributing type definitions across services.",
5
5
  "type": "module",
6
6
  "repository": {