@descope/sdk-helpers
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -44,2 +44,2 @@ declare function compose<Input, A1>(fn1: (input: Input) => A1): (input: Input) => A1; | ||
export { IsChanged, State, SubscribeCb, compareArrays, compose, createSingletonMixin, createTemplate, debounce, isObjEmpty, kebabCase, pathJoin, pluralize, withMemCache }; | ||
export { type IsChanged, State, type SubscribeCb, compareArrays, compose, createSingletonMixin, createTemplate, debounce, isObjEmpty, kebabCase, pathJoin, pluralize, withMemCache }; |
{ | ||
"name": "@descope/sdk-helpers", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"author": "Descope Team <info@descope.com>", | ||
@@ -68,8 +68,8 @@ "homepage": "https://github.com/descope/sdk-helpers", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.0.0", | ||
"rollup": "^4.0.0", | ||
"rollup-plugin-auto-external": "^2.0.0", | ||
"rollup-plugin-browsersync": "^1.3.3", | ||
"rollup-plugin-delete": "^2.0.0", | ||
"rollup-plugin-dts": "^5.1.1", | ||
"rollup-plugin-esbuild": "^5.0.0", | ||
"rollup-plugin-dts": "^6.0.0", | ||
"rollup-plugin-esbuild": "^6.0.0", | ||
"rollup-plugin-inject-process-env": "^1.3.1", | ||
@@ -76,0 +76,0 @@ "rollup-plugin-livereload": "^2.0.5", |
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
39744