@genesislcap/foundation-utils 14.434.0-moreRowsPolling.1 → 14.435.0

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.
@@ -726,21 +726,6 @@
726
726
  }
727
727
  ]
728
728
  },
729
- {
730
- "kind": "javascript-module",
731
- "path": "src/encoding/index.ts",
732
- "declarations": [],
733
- "exports": [
734
- {
735
- "kind": "js",
736
- "name": "*",
737
- "declaration": {
738
- "name": "*",
739
- "package": "./base64"
740
- }
741
- }
742
- ]
743
- },
744
729
  {
745
730
  "kind": "javascript-module",
746
731
  "path": "src/env/index.ts",
@@ -1216,6 +1201,21 @@
1216
1201
  }
1217
1202
  ]
1218
1203
  },
1204
+ {
1205
+ "kind": "javascript-module",
1206
+ "path": "src/encoding/index.ts",
1207
+ "declarations": [],
1208
+ "exports": [
1209
+ {
1210
+ "kind": "js",
1211
+ "name": "*",
1212
+ "declaration": {
1213
+ "name": "*",
1214
+ "package": "./base64"
1215
+ }
1216
+ }
1217
+ ]
1218
+ },
1219
1219
  {
1220
1220
  "kind": "javascript-module",
1221
1221
  "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.434.0-moreRowsPolling.1",
4
+ "version": "14.435.0",
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.434.0-moreRowsPolling.1",
33
- "@genesislcap/genx": "14.434.0-moreRowsPolling.1",
34
- "@genesislcap/rollup-builder": "14.434.0-moreRowsPolling.1",
35
- "@genesislcap/ts-builder": "14.434.0-moreRowsPolling.1",
36
- "@genesislcap/uvu-playwright-builder": "14.434.0-moreRowsPolling.1",
37
- "@genesislcap/vite-builder": "14.434.0-moreRowsPolling.1",
38
- "@genesislcap/webpack-builder": "14.434.0-moreRowsPolling.1",
32
+ "@genesislcap/foundation-testing": "14.435.0",
33
+ "@genesislcap/genx": "14.435.0",
34
+ "@genesislcap/rollup-builder": "14.435.0",
35
+ "@genesislcap/ts-builder": "14.435.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.435.0",
37
+ "@genesislcap/vite-builder": "14.435.0",
38
+ "@genesislcap/webpack-builder": "14.435.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.434.0-moreRowsPolling.1",
43
- "@genesislcap/foundation-logger": "14.434.0-moreRowsPolling.1",
42
+ "@genesislcap/expression-builder": "14.435.0",
43
+ "@genesislcap/foundation-logger": "14.435.0",
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": "97967285045d6e3778834faf8a9a17c50f410936"
61
+ "gitHead": "a0028d441ad3dbee9fd03f0da6798c928ea5f2bc"
62
62
  }