@stylable/custom-value
Advanced tools
Comparing version 3.11.8 to 4.0.0-alpha.0
import { BoxedValueMap } from '@stylable/core'; | ||
export declare const stBorder: import("../../core/src").JSValueExtension<BoxedValueMap>; | ||
export declare const stBorder: import("@stylable/core/src").JSValueExtension<BoxedValueMap>; | ||
//# sourceMappingURL=st-border.d.ts.map |
{ | ||
"name": "@stylable/custom-value", | ||
"version": "3.11.8", | ||
"version": "4.0.0-alpha.0", | ||
"description": "Custom values (variables) for Stylable", | ||
@@ -10,6 +10,7 @@ "main": "./cjs/index.js", | ||
"build": "ts-build ./src --cjs", | ||
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 20000" | ||
"test": "mocha \"test/**/*.spec.ts?(x)\" --timeout 20000", | ||
"prepack": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^3.11.8" | ||
"@stylable/core": "^4.0.0-alpha.0" | ||
}, | ||
@@ -21,3 +22,3 @@ "files": [ | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12" | ||
}, | ||
@@ -30,3 +31,4 @@ "publishConfig": { | ||
"author": "Wix.com", | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "f794574e154eb415e0dc41bd6c459543704d952f" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/custom-value |
export * from './st-border'; |
@@ -0,0 +0,0 @@ import { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
6469
1
+ Added@stylable/core@4.15.1(transitive)
+ Added@tokey/core@1.4.0(transitive)
+ Added@tokey/css-selector-parser@0.6.2(transitive)
+ Added@tokey/imports-parser@0.1.2(transitive)
+ Addedbalanced-match@2.0.0(transitive)
+ Addedcss-selector-tokenizer@0.8.0(transitive)
+ Addedenhanced-resolve@5.18.0(transitive)
+ Addedpostcss-js@4.0.1(transitive)
+ Addedpostcss-safe-parser@6.0.0(transitive)
+ Addedtapable@2.2.1(transitive)
- Removed@stylable/core@3.13.2(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedcss-selector-tokenizer@0.7.3(transitive)
- Removeddetect-newline@3.1.0(transitive)
- Removedenhanced-resolve@4.5.0(transitive)
- Removederrno@0.1.8(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-url-superb@5.0.0(transitive)
- Removedisarray@1.0.0(transitive)
- Removedjest-docblock@26.0.0(transitive)
- Removedmemory-fs@0.5.0(transitive)
- Removedmurmurhash@1.0.0(transitive)
- Removedpicocolors@0.2.1(transitive)
- Removedpostcss@7.0.39(transitive)
- Removedpostcss-js@3.0.3(transitive)
- Removedpostcss-safe-parser@5.0.2(transitive)
- Removedpostcss-selector-matches@4.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedprr@1.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedtapable@1.1.3(transitive)
- Removedtoky@0.1.0(transitive)