@vyacheslav97/ct
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -1,2 +0,2 @@ | ||
import { IterableConstructor, ValueTransformer } from '../../interfaces/uic/interfaces'; | ||
import { IterableConstructor, ValueTransformer } from '../../interfaces/uic/interfaces.js'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Creates iterable transformer into target iterable via **targetIterableConstructor** |
@@ -1,2 +0,2 @@ | ||
import { SingleToSingle, SingleToPair, PairToSingle } from '../../interfaces/uic/interfaces'; | ||
import { SingleToSingle, SingleToPair, PairToSingle } from '../../interfaces/uic/interfaces.js'; | ||
/**********************************************************************************************************************/ | ||
@@ -3,0 +3,0 @@ /** |
// UIC Standard Data Structures (UICSDS) | ||
import { createIterableTransformer } from './uic'; | ||
import { createIterableTransformer } from "./uic.js"; | ||
// "arrayTo" converters | ||
@@ -4,0 +4,0 @@ /**********************************************************************************************************************/ |
{ | ||
"type": "module", | ||
"name": "@vyacheslav97/ct", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -31,3 +31,3 @@ # <u>Common tools (ct, also @vyacheslav97/ct)</u> | ||
```ts | ||
import {createIterableTransformer, transformToIterable} from '@vyacheslav97/ct/uic/uic.js'; | ||
import {createIterableTransformer, transformToIterable} from '@vyacheslav97/ct/uic'; | ||
``` | ||
@@ -76,3 +76,3 @@ | ||
```ts | ||
import {createArrayToMap, createMapToSet} from '@vyacheslav97/ct/uic/uicsds.js'; | ||
import {createArrayToMap, createMapToSet} from '@vyacheslav97/ct/uicsds'; | ||
``` | ||
@@ -96,3 +96,3 @@ | ||
PairToSingle | ||
} from "@vyacheslav97/ct/interfaces/uic/interfaces.js"; | ||
} from "@vyacheslav97/uic/interfaces"; | ||
@@ -99,0 +99,0 @@ // Map item to a character transformer |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19633