@genesislcap/foundation-utils 14.418.2-alpha-222b313.0 → 14.418.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.
@@ -568,59 +568,6 @@
568
568
  }
569
569
  ]
570
570
  },
571
- {
572
- "kind": "javascript-module",
573
- "path": "src/decorators/index.ts",
574
- "declarations": [],
575
- "exports": [
576
- {
577
- "kind": "js",
578
- "name": "*",
579
- "declaration": {
580
- "name": "*",
581
- "package": "./renderOnChange"
582
- }
583
- }
584
- ]
585
- },
586
- {
587
- "kind": "javascript-module",
588
- "path": "src/decorators/renderOnChange.ts",
589
- "declarations": [
590
- {
591
- "kind": "function",
592
- "name": "renderOnChange",
593
- "parameters": [
594
- {
595
- "name": "target",
596
- "type": {
597
- "text": "FASTElement & { render(): void }"
598
- },
599
- "description": "The target to define the property change handler on."
600
- },
601
- {
602
- "name": "name",
603
- "type": {
604
- "text": "string"
605
- },
606
- "description": "The property name."
607
- }
608
- ],
609
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
610
- "privacy": "public"
611
- }
612
- ],
613
- "exports": [
614
- {
615
- "kind": "js",
616
- "name": "renderOnChange",
617
- "declaration": {
618
- "name": "renderOnChange",
619
- "module": "src/decorators/renderOnChange.ts"
620
- }
621
- }
622
- ]
623
- },
624
571
  {
625
572
  "kind": "javascript-module",
626
573
  "path": "src/directives/index.ts",
@@ -1134,6 +1081,59 @@
1134
1081
  }
1135
1082
  ]
1136
1083
  },
1084
+ {
1085
+ "kind": "javascript-module",
1086
+ "path": "src/decorators/index.ts",
1087
+ "declarations": [],
1088
+ "exports": [
1089
+ {
1090
+ "kind": "js",
1091
+ "name": "*",
1092
+ "declaration": {
1093
+ "name": "*",
1094
+ "package": "./renderOnChange"
1095
+ }
1096
+ }
1097
+ ]
1098
+ },
1099
+ {
1100
+ "kind": "javascript-module",
1101
+ "path": "src/decorators/renderOnChange.ts",
1102
+ "declarations": [
1103
+ {
1104
+ "kind": "function",
1105
+ "name": "renderOnChange",
1106
+ "parameters": [
1107
+ {
1108
+ "name": "target",
1109
+ "type": {
1110
+ "text": "FASTElement & { render(): void }"
1111
+ },
1112
+ "description": "The target to define the property change handler on."
1113
+ },
1114
+ {
1115
+ "name": "name",
1116
+ "type": {
1117
+ "text": "string"
1118
+ },
1119
+ "description": "The property name."
1120
+ }
1121
+ ],
1122
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1123
+ "privacy": "public"
1124
+ }
1125
+ ],
1126
+ "exports": [
1127
+ {
1128
+ "kind": "js",
1129
+ "name": "renderOnChange",
1130
+ "declaration": {
1131
+ "name": "renderOnChange",
1132
+ "module": "src/decorators/renderOnChange.ts"
1133
+ }
1134
+ }
1135
+ ]
1136
+ },
1137
1137
  {
1138
1138
  "kind": "javascript-module",
1139
1139
  "path": "src/error/errorMap.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.418.2-alpha-222b313.0",
4
+ "version": "14.418.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.418.2-alpha-222b313.0",
33
- "@genesislcap/genx": "14.418.2-alpha-222b313.0",
34
- "@genesislcap/rollup-builder": "14.418.2-alpha-222b313.0",
35
- "@genesislcap/ts-builder": "14.418.2-alpha-222b313.0",
36
- "@genesislcap/uvu-playwright-builder": "14.418.2-alpha-222b313.0",
37
- "@genesislcap/vite-builder": "14.418.2-alpha-222b313.0",
38
- "@genesislcap/webpack-builder": "14.418.2-alpha-222b313.0",
32
+ "@genesislcap/foundation-testing": "14.418.2",
33
+ "@genesislcap/genx": "14.418.2",
34
+ "@genesislcap/rollup-builder": "14.418.2",
35
+ "@genesislcap/ts-builder": "14.418.2",
36
+ "@genesislcap/uvu-playwright-builder": "14.418.2",
37
+ "@genesislcap/vite-builder": "14.418.2",
38
+ "@genesislcap/webpack-builder": "14.418.2",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.418.2-alpha-222b313.0",
43
- "@genesislcap/foundation-logger": "14.418.2-alpha-222b313.0",
42
+ "@genesislcap/expression-builder": "14.418.2",
43
+ "@genesislcap/foundation-logger": "14.418.2",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "0d2672c05ec4efeab709698bde5a604c0866bda6"
61
+ "gitHead": "ae9a9252a0ca0d35759886db9b502921e3a3e831"
62
62
  }