rollup-plugin-svelte
Advanced tools
Comparing version 1.6.0 to 1.6.1
# rollup-plugin-svelte changelog | ||
## 1.6.1 | ||
* Capitalize component names correctly | ||
## 1.6.0 | ||
@@ -4,0 +8,0 @@ |
@@ -17,3 +17,3 @@ 'use strict'; | ||
function capitalize ( str ) { | ||
return str[0] + str.slice( 1 ); | ||
return str[0].toUpperCase() + str.slice( 1 ); | ||
} | ||
@@ -20,0 +20,0 @@ |
@@ -15,3 +15,3 @@ import { basename, extname } from 'path'; | ||
function capitalize ( str ) { | ||
return str[0] + str.slice( 1 ); | ||
return str[0].toUpperCase() + str.slice( 1 ); | ||
} | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "rollup-plugin-svelte", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Compile Svelte components with Rollup", | ||
@@ -20,6 +20,3 @@ "main": "dist/rollup-plugin-svelte.cjs.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rollup/rollup-plugin-svelte.git" | ||
}, | ||
"repository": "rollup/rollup-plugin-svelte", | ||
"keywords": [ | ||
@@ -38,9 +35,9 @@ "svelte", | ||
"mocha": "^3.1.2", | ||
"rollup": "^0.36.3", | ||
"rollup-plugin-buble": "^0.14.0" | ||
"rollup": "^0.41.5", | ||
"rollup-plugin-buble": "^0.15.0" | ||
}, | ||
"dependencies": { | ||
"rollup-pluginutils": "^1.5.2", | ||
"svelte": "^1.6.0" | ||
"rollup-pluginutils": "^2.0.1", | ||
"svelte": "^1.11.2" | ||
} | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
6375
1
+ Addedestree-walker@0.6.1(transitive)
+ Addedrollup-pluginutils@2.8.2(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedestree-walker@0.2.1(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedrollup-pluginutils@1.5.2(transitive)
Updatedrollup-pluginutils@^2.0.1
Updatedsvelte@^1.11.2