@esportsplus/reactivity 0.25.6 → 0.25.7
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/build/constants.js +1 -1
- package/package.json +1 -1
- package/src/constants.ts +2 -1
package/build/constants.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import uid from '
|
|
1
|
+
import { uid } from '@esportsplus/typescript/transformer';
|
|
2
2
|
const COMPILATION_ENTRYPOINT = 'reactive';
|
|
3
3
|
const COMPILATION_ENTRYPOINT_REGEX = /\breactive\b/;
|
|
4
4
|
const COMPILATION_NAMESPACE = uid(COMPILATION_ENTRYPOINT);
|
package/package.json
CHANGED
package/src/constants.ts
CHANGED