@genesislcap/foundation-utils 14.260.0 → 14.260.1-RPT-0.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.
@@ -493,21 +493,6 @@
493
493
  }
494
494
  ]
495
495
  },
496
- {
497
- "kind": "javascript-module",
498
- "path": "src/encoding/index.ts",
499
- "declarations": [],
500
- "exports": [
501
- {
502
- "kind": "js",
503
- "name": "*",
504
- "declaration": {
505
- "name": "*",
506
- "package": "./base64"
507
- }
508
- }
509
- ]
510
- },
511
496
  {
512
497
  "kind": "javascript-module",
513
498
  "path": "src/env/index.ts",
@@ -949,6 +934,21 @@
949
934
  }
950
935
  ]
951
936
  },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/encoding/index.ts",
940
+ "declarations": [],
941
+ "exports": [
942
+ {
943
+ "kind": "js",
944
+ "name": "*",
945
+ "declaration": {
946
+ "name": "*",
947
+ "package": "./base64"
948
+ }
949
+ }
950
+ ]
951
+ },
952
952
  {
953
953
  "kind": "javascript-module",
954
954
  "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.260.0",
4
+ "version": "14.260.1-RPT-0.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.260.0",
31
- "@genesislcap/genx": "14.260.0",
32
- "@genesislcap/rollup-builder": "14.260.0",
33
- "@genesislcap/ts-builder": "14.260.0",
34
- "@genesislcap/uvu-playwright-builder": "14.260.0",
35
- "@genesislcap/vite-builder": "14.260.0",
36
- "@genesislcap/webpack-builder": "14.260.0",
30
+ "@genesislcap/foundation-testing": "14.260.1-RPT-0.1",
31
+ "@genesislcap/genx": "14.260.1-RPT-0.1",
32
+ "@genesislcap/rollup-builder": "14.260.1-RPT-0.1",
33
+ "@genesislcap/ts-builder": "14.260.1-RPT-0.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.260.1-RPT-0.1",
35
+ "@genesislcap/vite-builder": "14.260.1-RPT-0.1",
36
+ "@genesislcap/webpack-builder": "14.260.1-RPT-0.1",
37
37
  "@types/json-schema": "^7.0.11",
38
38
  "rimraf": "^5.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@genesislcap/expression-builder": "14.258.1",
42
- "@genesislcap/foundation-logger": "14.260.0",
42
+ "@genesislcap/foundation-logger": "14.260.1-RPT-0.1",
43
43
  "@microsoft/fast-components": "2.30.6",
44
44
  "@microsoft/fast-element": "1.14.0",
45
45
  "@microsoft/fast-foundation": "2.49.6",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "customElements": "dist/custom-elements.json",
60
- "gitHead": "b2f5107368451c6e2718170d445e3fe27613e4b7"
60
+ "gitHead": "037b17c8615a0c30d39df49782ffed1090303e85"
61
61
  }