@powerhousedao/codegen 6.0.0-dev.40 → 6.0.0-dev.42
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.
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
utils,
|
|
14
14
|
} from "<%= documentModelDir %>";
|
|
15
15
|
|
|
16
|
-
/** Document model module for the
|
|
16
|
+
/** Document model module for the <%= pascalCaseDocumentType %> document type */
|
|
17
17
|
export const <%= pascalCaseDocumentType %>: DocumentModelModule<<%= phStateName %>> = {
|
|
18
18
|
reducer,
|
|
19
19
|
actions,
|
|
@@ -12,7 +12,7 @@ export function documentModelModuleFileTemplate({ phStateName, versionedDocument
|
|
|
12
12
|
utils,
|
|
13
13
|
} from "${versionedDocumentModelPackageImportPath}";
|
|
14
14
|
|
|
15
|
-
/** Document model module for the
|
|
15
|
+
/** Document model module for the ${pascalCaseDocumentType} document type */
|
|
16
16
|
export const ${pascalCaseDocumentType}: DocumentModelModule<${phStateName}> = {
|
|
17
17
|
version: ${version},
|
|
18
18
|
reducer,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../../../src/templates/document-model/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC;AAQhC,MAAM,UAAU,+BAA+B,CAAC,EAC9C,WAAW,EACX,uCAAuC,EACvC,sBAAsB,EACtB,OAAO,GAC6B;IACpC,MAAM,QAAQ,GAAG,EAAE,CAAA;;;;kBAIH,WAAW,YAAY,uCAAuC;;;;;;YAMpE,uCAAuC
|
|
1
|
+
{"version":3,"file":"module.js","sourceRoot":"","sources":["../../../../src/templates/document-model/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,YAAY,CAAC;AAQhC,MAAM,UAAU,+BAA+B,CAAC,EAC9C,WAAW,EACX,uCAAuC,EACvC,sBAAsB,EACtB,OAAO,GAC6B;IACpC,MAAM,QAAQ,GAAG,EAAE,CAAA;;;;kBAIH,WAAW,YAAY,uCAAuC;;;;;;YAMpE,uCAAuC;;sCAEb,sBAAsB;iBAC3C,sBAAsB,yBAAyB,WAAW;eAC5D,OAAO;;;;;;CAMrB,CAAC;IAEA,OAAO,QAAQ,CAAC,GAAG,CAAC;AACtB,CAAC"}
|