inferred-types 0.55.1 → 0.55.3
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.
- package/modules/constants/dist/index.cjs +3 -3
- package/modules/inferred-types/dist/index.cjs +1913 -1856
- package/modules/inferred-types/dist/index.cjs.map +1 -1
- package/modules/inferred-types/dist/index.d.ts +23183 -22963
- package/modules/inferred-types/dist/index.js +1906 -1853
- package/modules/inferred-types/dist/index.js.map +1 -1
- package/modules/runtime/dist/index.cjs +2217 -2154
- package/modules/runtime/dist/index.cjs.map +1 -1
- package/modules/runtime/dist/index.d.ts +9376 -9248
- package/modules/runtime/dist/index.js +2210 -2151
- package/modules/runtime/dist/index.js.map +1 -1
- package/modules/types/dist/index.cjs +3 -3
- package/modules/types/dist/index.d.ts +11912 -11820
- package/package.json +15 -13
|
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
ACCELERATION_METRICS_LOOKUP: () => ACCELERATION_METRICS_LOOKUP,
|
|
24
24
|
ALPHA_CHARS: () => ALPHA_CHARS,
|
|
25
25
|
AMAZON_BOOKS: () => AMAZON_BOOKS,
|
|
@@ -208,7 +208,7 @@ __export(src_exports, {
|
|
|
208
208
|
ZIP_TO_STATE: () => ZIP_TO_STATE,
|
|
209
209
|
createConstant: () => createConstant
|
|
210
210
|
});
|
|
211
|
-
module.exports = __toCommonJS(
|
|
211
|
+
module.exports = __toCommonJS(index_exports);
|
|
212
212
|
|
|
213
213
|
// src/Alpha.ts
|
|
214
214
|
var LOWER_ALPHA_CHARS = [
|