@fathym/create-lcu-package
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -119,3 +119,3 @@ "use strict"; | ||
Applications: { | ||
"{{guid '$1'}}": { | ||
"{{$1}}": { | ||
Details: { | ||
@@ -146,3 +146,3 @@ Description: "An application for hosting the files from the NPM package '{{NPM_PACKAGE}}'", | ||
"{{PROJECT_LOOKUP}}": { | ||
ApplicationLookups: ["{{guid '$1'}}"], | ||
ApplicationLookups: ["{{$1}}"], | ||
Details: { | ||
@@ -149,0 +149,0 @@ Name: "{{Package.Details.Name}}", |
{ | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"commands": { | ||
@@ -4,0 +4,0 @@ ".": { |
{ | ||
"name": "@fathym/create-lcu-package", | ||
"description": "LCU Package scaffolding", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "create-lcu-package": "./bin/run" |
@@ -25,3 +25,3 @@ # oclif-hello-world | ||
$ create-lcu-package (--version) | ||
@fathym/create-lcu-package/0.0.11 win32-x64 node-v18.12.1 | ||
@fathym/create-lcu-package/0.0.12 win32-x64 node-v18.12.1 | ||
$ create-lcu-package --help [COMMAND] | ||
@@ -59,3 +59,3 @@ USAGE | ||
_See code: [dist/index.ts](https://github.com/fathym/create-lcu-package/blob/v0.0.11/dist/index.ts)_ | ||
_See code: [dist/index.ts](https://github.com/fathym/create-lcu-package/blob/v0.0.12/dist/index.ts)_ | ||
@@ -62,0 +62,0 @@ ## `create-lcu-package help [COMMANDS]` |
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
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
17449