@genesislcap/foundation-utils 14.96.0 → 14.96.1

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.
@@ -143,6 +143,59 @@
143
143
  }
144
144
  ]
145
145
  },
146
+ {
147
+ "kind": "javascript-module",
148
+ "path": "src/decorators/index.ts",
149
+ "declarations": [],
150
+ "exports": [
151
+ {
152
+ "kind": "js",
153
+ "name": "*",
154
+ "declaration": {
155
+ "name": "*",
156
+ "package": "./renderOnChange"
157
+ }
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "kind": "javascript-module",
163
+ "path": "src/decorators/renderOnChange.ts",
164
+ "declarations": [
165
+ {
166
+ "kind": "function",
167
+ "name": "renderOnChange",
168
+ "parameters": [
169
+ {
170
+ "name": "target",
171
+ "type": {
172
+ "text": "FASTElement & { render(): void }"
173
+ },
174
+ "description": "The target to define the property change handler on."
175
+ },
176
+ {
177
+ "name": "name",
178
+ "type": {
179
+ "text": "string"
180
+ },
181
+ "description": "The property name."
182
+ }
183
+ ],
184
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
185
+ "privacy": "public"
186
+ }
187
+ ],
188
+ "exports": [
189
+ {
190
+ "kind": "js",
191
+ "name": "renderOnChange",
192
+ "declaration": {
193
+ "name": "renderOnChange",
194
+ "module": "src/decorators/renderOnChange.ts"
195
+ }
196
+ }
197
+ ]
198
+ },
146
199
  {
147
200
  "kind": "javascript-module",
148
201
  "path": "src/data/inMemoryDatabase.ts",
@@ -343,7 +396,7 @@
343
396
  },
344
397
  {
345
398
  "kind": "javascript-module",
346
- "path": "src/decorators/index.ts",
399
+ "path": "src/directives/index.ts",
347
400
  "declarations": [],
348
401
  "exports": [
349
402
  {
@@ -351,45 +404,15 @@
351
404
  "name": "*",
352
405
  "declaration": {
353
406
  "name": "*",
354
- "package": "./renderOnChange"
407
+ "package": "./sync"
355
408
  }
356
- }
357
- ]
358
- },
359
- {
360
- "kind": "javascript-module",
361
- "path": "src/decorators/renderOnChange.ts",
362
- "declarations": [
363
- {
364
- "kind": "function",
365
- "name": "renderOnChange",
366
- "parameters": [
367
- {
368
- "name": "target",
369
- "type": {
370
- "text": "FASTElement & { render(): void }"
371
- },
372
- "description": "The target to define the property change handler on."
373
- },
374
- {
375
- "name": "name",
376
- "type": {
377
- "text": "string"
378
- },
379
- "description": "The property name."
380
- }
381
- ],
382
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
383
- "privacy": "public"
384
- }
385
- ],
386
- "exports": [
409
+ },
387
410
  {
388
411
  "kind": "js",
389
- "name": "renderOnChange",
412
+ "name": "*",
390
413
  "declaration": {
391
- "name": "renderOnChange",
392
- "module": "src/decorators/renderOnChange.ts"
414
+ "name": "*",
415
+ "package": "./when-else"
393
416
  }
394
417
  }
395
418
  ]
@@ -443,29 +466,6 @@
443
466
  }
444
467
  ]
445
468
  },
446
- {
447
- "kind": "javascript-module",
448
- "path": "src/directives/index.ts",
449
- "declarations": [],
450
- "exports": [
451
- {
452
- "kind": "js",
453
- "name": "*",
454
- "declaration": {
455
- "name": "*",
456
- "package": "./sync"
457
- }
458
- },
459
- {
460
- "kind": "js",
461
- "name": "*",
462
- "declaration": {
463
- "name": "*",
464
- "package": "./when-else"
465
- }
466
- }
467
- ]
468
- },
469
469
  {
470
470
  "kind": "javascript-module",
471
471
  "path": "src/env/index.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.96.0",
4
+ "version": "14.96.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.96.0",
23
- "@genesislcap/genx": "14.96.0",
22
+ "@genesislcap/foundation-testing": "14.96.1",
23
+ "@genesislcap/genx": "14.96.1",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.96.0",
27
+ "@genesislcap/foundation-logger": "14.96.1",
28
28
  "@microsoft/fast-components": "^2.21.3",
29
29
  "@microsoft/fast-element": "^1.7.0",
30
30
  "@microsoft/fast-foundation": "^2.33.2",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "65b7a0ee750748ce8a8a5ac374e56fd50623118e"
45
+ "gitHead": "48d09fe0db8cfe16fa806a5f098a0fb0405ffcbb"
46
46
  }