Socket
Socket
Sign inDemoInstall

@machinat/create-app

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@machinat/create-app - npm Package Compare versions

Comparing version 0.5.0-beta.43 to 0.5.0-beta.44

2

lib/template/src/app.ts.t.js

@@ -20,3 +20,3 @@ "use strict";

} from '@machinat/dev-tools';${(0, utils_1.when)(recognizer === 'dialogflow') `
import Dialogflow from '@machinat/dialogflow'`}${(0, utils_1.when)(platforms.includes('webview')) `
import Dialogflow from '@machinat/dialogflow';`}${(0, utils_1.when)(platforms.includes('webview')) `
import {

@@ -23,0 +23,0 @@ ServerDomain,${(0, utils_1.when)(platforms.includes('line')) `

@@ -5,3 +5,3 @@ "use strict";

exports.default = ({ platforms }) => (0, utils_1.when)(platforms.includes('webview')) `
import { makeInterface } from '@machinat/core/service';
import { makeInterface } from '@machinat/core';

@@ -8,0 +8,0 @@ export const ServerDomain = makeInterface<string>({ name: 'ServerDomain' });${(0, utils_1.when)(platforms.includes('line')) `

@@ -5,3 +5,3 @@ "use strict";

exports.default = ({ platforms }) => `
import { makeContainer } from '@machinat/core/service';${(0, utils_1.when)(platforms.includes('messenger')) `
import { makeContainer } from '@machinat/core';${(0, utils_1.when)(platforms.includes('messenger')) `
import Messenger from '@machinat/messenger';`}${(0, utils_1.when)(platforms.includes('telegram')) `

@@ -8,0 +8,0 @@ import Telegram from '@machinat/telegram';`}${(0, utils_1.when)(platforms.includes('line')) `

@@ -57,4 +57,4 @@ "use strict";

<p>
If you are new to Machinat, start from the tutorial to build your
first app:{'\\n\\n'}
If you are new to Machinat, start from the tutorial to make your first
app:{'\\n\\n'}
https://machinat.com/docs/learn

@@ -64,3 +64,3 @@ </p>

<p>
You can find out more features and guides in the docs:{'\\n\\n'}
You can find more features and guides in the documents:{'\\n\\n'}
https://machinat.com/docs

@@ -67,0 +67,0 @@ </p>

{
"name": "@machinat/create-app",
"version": "0.5.0-beta.43",
"version": "0.5.0-beta.44",
"author": "Patrick Liu <zeldalink0515@gmail.com> (https://github.com/lrills)",

@@ -38,3 +38,3 @@ "repository": {

},
"gitHead": "80c2151a2b1bcfff4c705499237b20e12977c8d7"
"gitHead": "9546385fc3d8491975db73e87344b317bfc5065d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc