@temporalio/create 0.17.0 → 0.19.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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  [![NPM](https://img.shields.io/npm/v/@temporalio/create?style=for-the-badge)](https://www.npmjs.com/package/@temporalio/create)
4
4
 
5
- Part of the [Temporal](https://temporal.io) [TypeScript SDK](https://www.npmjs.com/package/temporalio).
5
+ Project initializer for [Temporal](https://temporal.io)'s [TypeScript SDK](https://docs.temporal.io/docs/typescript/introduction/).
6
6
 
7
- See documentation on the [documentation site](https://docs.temporal.io/docs/typescript/introduction).
7
+ [`@temporalio/create` documentation](https://docs.temporal.io/docs/typescript/package-initializer)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporalio/create",
3
- "version": "0.17.0",
3
+ "version": "0.19.0",
4
4
  "description": "Create a Temporal project from template",
5
5
  "main": "cli.js",
6
6
  "bin": "cli.js",
@@ -48,5 +48,5 @@
48
48
  "engines": {
49
49
  "node": ">=14.0.0"
50
50
  },
51
- "gitHead": "7706410cb67a1c92b9ae9eea1cac48e0dad4a8d1"
51
+ "gitHead": "02748d3fc3f321669ffa09f0ca012b81900b0fc0"
52
52
  }