@douyinfe/create-semi-d2c-plugin
Advanced tools
Comparing version 0.0.2 to 0.0.3
# @douyinfe/create-semi-d2c-plugin | ||
## 0.0.3 | ||
### Patch Changes | ||
- feat: add modifyCSSValue | ||
## 0.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@douyinfe/create-semi-d2c-plugin", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Create Semi D2C plugin project", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,3 +14,3 @@ { | ||
"@babel/eslint-parser": "^7.22.10", | ||
"@douyinfe/semi-d2c-typings": "^0.0.3", | ||
"@douyinfe/semi-d2c-typings": "^0.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.4", | ||
@@ -17,0 +17,0 @@ "@rollup/plugin-node-resolve": "^15.2.0", |
{ | ||
"compilerOptions": { | ||
"target": "ES6", | ||
"lib": ["ES6"], | ||
"lib": ["ES6", "DOM"], | ||
"module": "CommonJS", | ||
@@ -6,0 +6,0 @@ "skipLibCheck": true |
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
16889