svelte-bundle 0.5.0-beta.1 → 0.5.0

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2950,7 +2950,7 @@ function validatePackageName(name) {
2950
2950
  return null;
2951
2951
  }
2952
2952
  // package.json
2953
- var version = "0.5.0-beta.1";
2953
+ var version = "0.5.0";
2954
2954
 
2955
2955
  // src/commands/create/prompts.ts
2956
2956
  function assertNotCancelled(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-bundle",
3
- "version": "0.5.0-beta.1",
3
+ "version": "0.5.0",
4
4
  "description": "A powerful CLI for scaffolding and bundling Svelte components",
5
5
  "type": "module",
6
6
  "bin": {