@teambit/generator 1.0.9 → 1.0.11

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 (46) hide show
  1. package/dist/generator.composition.d.ts +2 -2
  2. package/dist/generator.main.runtime.js +2 -3
  3. package/dist/generator.main.runtime.js.map +1 -1
  4. package/dist/preview-1695901055662.js +7 -0
  5. package/dist/templates/basic/basic.starter.js +4 -8
  6. package/dist/templates/basic/basic.starter.js.map +1 -1
  7. package/dist/templates/basic/template/files/workspace-config.js +2 -2
  8. package/dist/templates/basic/template/files/workspace-config.js.map +1 -1
  9. package/dist/templates/starter/files/starter.js +0 -4
  10. package/dist/templates/starter/files/starter.js.map +1 -1
  11. package/dist/templates/starter/files/workspace-config-tpl.js +9 -19
  12. package/dist/templates/starter/files/workspace-config-tpl.js.map +1 -1
  13. package/dist/templates/starter-standalone/files/starter.js +0 -9
  14. package/dist/templates/starter-standalone/files/starter.js.map +1 -1
  15. package/dist/templates/starter-standalone/files/workspace-config-tpl.js +8 -19
  16. package/dist/templates/starter-standalone/files/workspace-config-tpl.js.map +1 -1
  17. package/package.json +24 -23
  18. package/templates/basic/basic.starter.ts +5 -10
  19. package/templates/basic/template/files/workspace-config.ts +2 -2
  20. package/templates/starter/files/starter.ts +1 -5
  21. package/templates/starter/files/workspace-config-tpl.ts +10 -20
  22. package/templates/starter-standalone/files/starter.ts +1 -10
  23. package/templates/starter-standalone/files/workspace-config-tpl.ts +9 -20
  24. package/tsconfig.json +40 -0
  25. package/types/asset.d.ts +29 -0
  26. package/types/style.d.ts +42 -0
  27. package/.bit-capsule-ready +0 -0
  28. package/component-generator.ts +0 -271
  29. package/component-template.ts +0 -122
  30. package/create.cmd.ts +0 -88
  31. package/generator-env-type.ts +0 -14
  32. package/generator.aspect.ts +0 -5
  33. package/generator.graphql.ts +0 -62
  34. package/generator.main.runtime.ts +0 -577
  35. package/index.ts +0 -14
  36. package/new.cmd.ts +0 -114
  37. package/package-tar/teambit-generator-1.0.9.tgz +0 -0
  38. package/schema.json +0 -10304
  39. package/starter-list.ts +0 -21
  40. package/starter.plugin.ts +0 -16
  41. package/teambit_generator_generator-preview.js +0 -11
  42. package/template-list.ts +0 -21
  43. package/templates.cmd.ts +0 -55
  44. package/types.ts +0 -3
  45. package/workspace-generator.ts +0 -205
  46. package/workspace-template.ts +0 -145

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.