@workbench-kit/field-remap 0.0.2-prototype.0.2.14 → 0.0.2-prototype.0.2.16
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/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -188,9 +188,7 @@ export type { ArePortsCompatibleInput } from './registry/createValueTransformReg
|
|
|
188
188
|
export {
|
|
189
189
|
ARRAY_REDUCE_TRANSFORM_IDS,
|
|
190
190
|
BUILTIN_TRANSFORM_IDS,
|
|
191
|
-
DATE_STYLE_TRANSFORM_IDS,
|
|
192
191
|
STRING_FORMAT_TRANSFORM_IDS,
|
|
193
|
-
TIME_FORMAT_TRANSFORM_IDS,
|
|
194
192
|
builtinValueTransforms,
|
|
195
193
|
createBuiltinValueTransformRegistry,
|
|
196
194
|
} from './registry/builtinTransforms.js';
|
|
@@ -236,8 +236,3 @@ export function createBuiltinValueTransformRegistry(
|
|
|
236
236
|
) {
|
|
237
237
|
return createValueTransformRegistry(builtinValueTransforms);
|
|
238
238
|
}
|
|
239
|
-
|
|
240
|
-
/** @deprecated Empty — kept for import stability while hosts migrate. */
|
|
241
|
-
export const TIME_FORMAT_TRANSFORM_IDS = [] as const;
|
|
242
|
-
/** @deprecated Empty — kept for import stability while hosts migrate. */
|
|
243
|
-
export const DATE_STYLE_TRANSFORM_IDS = [] as const;
|