You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

virtual-core

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtual-core - npm Package Compare versions

Comparing version

to
0.0.8

2

lib/src/Index.d.ts
export { BuiltinSlotTypes } from "./BuiltinSlotTypes";
export { BuiltinUtterances } from "./BuiltinUtterances";
export { Intent, IIntentSchema } from "./IIntentSchema";
export { IIntentSchema, Intent, IntentSlot } from "./IIntentSchema";
export { IModel } from "./IModel";

@@ -5,0 +5,0 @@ export { SampleUtterances } from "./SampleUtterances";

@@ -9,2 +9,3 @@ "use strict";

exports.Intent = IIntentSchema_1.Intent;
exports.IntentSlot = IIntentSchema_1.IntentSlot;
var SampleUtterances_1 = require("./SampleUtterances");

@@ -11,0 +12,0 @@ exports.SampleUtterances = SampleUtterances_1.SampleUtterances;

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.0.7",
"version": "0.0.8",
"main": "./lib/src/Index.js",

@@ -8,0 +8,0 @@ "typings": "./lib/src/Index.d.ts",