@wrongstack/tools 0.1.1 → 0.1.2

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.
package/dist/index.js CHANGED
@@ -2902,7 +2902,7 @@ var BUILT_IN_TEMPLATES = {
2902
2902
  files: {
2903
2903
  "package.json": JSON.stringify({
2904
2904
  name: "{{name}}",
2905
- version: "0.0.1",
2905
+ version: "0.1.1",
2906
2906
  type: "module",
2907
2907
  main: "./dist/index.js",
2908
2908
  scripts: { build: "tsc", test: "vitest run" },
@@ -2932,7 +2932,7 @@ describe('hello', () => {
2932
2932
  files: {
2933
2933
  "package.json": JSON.stringify({
2934
2934
  name: "{{name}}",
2935
- version: "0.0.1",
2935
+ version: "0.1.1",
2936
2936
  type: "module",
2937
2937
  bin: { "{{name}}": "./src/index.js" },
2938
2938
  scripts: { build: "tsc", start: "node dist/index.js" }