Comparing version 0.5.1 to 0.6.0
@@ -27,3 +27,3 @@ { | ||
"types": "./src/index.d.ts", | ||
"version": "0.5.1" | ||
"version": "0.6.0" | ||
} |
@@ -0,1 +1,5 @@ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
export declare const _capnpFileId = "bdf87d7bb8304e81"; |
"use strict"; | ||
/* tslint:disable */ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +7,0 @@ exports._capnpFileId = void 0; |
@@ -1,9 +0,8 @@ | ||
/* tslint:disable */ | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { ObjectSize as __O, Struct as __S } from '../index'; | ||
import { ObjectSize as __O, Struct as __S } from "../index"; | ||
export const _capnpFileId = "bdf87d7bb8304e81"; |
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { Struct as __S } from '../index'; | ||
import { Struct as __S } from "../index"; | ||
export declare const _capnpFileId = "b8630836983feed7"; | ||
@@ -7,0 +8,0 @@ export declare class Persistent_SaveParams extends __S { |
"use strict"; | ||
/* tslint:disable */ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +7,0 @@ exports.RealmGateway = exports.Persistent = exports.Persistent_SaveResults = exports.Persistent_SaveParams = exports._capnpFileId = void 0; |
@@ -1,9 +0,8 @@ | ||
/* tslint:disable */ | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { ObjectSize as __O, Struct as __S } from '../index'; | ||
import { ObjectSize as __O, Struct as __S } from "../index"; | ||
export const _capnpFileId = "b8630836983feed7"; | ||
@@ -10,0 +9,0 @@ export class Persistent_SaveParams extends __S { |
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { Struct as __S } from '../index'; | ||
import { Struct as __S } from "../index"; | ||
export declare const _capnpFileId = "a184c7885cdaf2a1"; | ||
@@ -7,0 +8,0 @@ export declare enum Side { |
"use strict"; | ||
/* tslint:disable */ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +7,0 @@ exports.JoinResult = exports.JoinKeyPart = exports.ThirdPartyCapId = exports.RecipientId = exports.ProvisionId = exports.VatId = exports.Side = exports._capnpFileId = void 0; |
@@ -1,9 +0,8 @@ | ||
/* tslint:disable */ | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { ObjectSize as __O, Struct as __S } from '../index'; | ||
import { ObjectSize as __O, Struct as __S } from "../index"; | ||
export const _capnpFileId = "a184c7885cdaf2a1"; | ||
@@ -10,0 +9,0 @@ export enum Side { |
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { Struct as __S } from '../index'; | ||
import { Struct as __S } from "../index"; | ||
export declare const _capnpFileId = "b312981b2552a250"; | ||
@@ -7,0 +8,0 @@ export declare enum Message_Which { |
"use strict"; | ||
/* tslint:disable */ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Exception = exports.Exception_Type = exports.ThirdPartyCapDescriptor = exports.PromisedAnswer = exports.PromisedAnswer_Op = exports.PromisedAnswer_Op_Which = exports.CapDescriptor = exports.CapDescriptor_Which = exports.Payload = exports.MessageTarget = exports.MessageTarget_Which = exports.Join = exports.Accept = exports.Provide = exports.Disembargo = exports.Disembargo_Context = exports.Disembargo_Context_Which = exports.Release = exports.Resolve = exports.Resolve_Which = exports.Finish = exports.Return = exports.Return_Which = exports.Call = exports.Call_SendResultsTo = exports.Call_SendResultsTo_Which = exports.Bootstrap = exports.Message = exports.Message_Which = exports._capnpFileId = void 0; | ||
const tslib_1 = require("tslib"); | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
*/ | ||
const capnp = tslib_1.__importStar(require("../index")); | ||
@@ -10,0 +10,0 @@ const index_1 = require("../index"); |
@@ -1,9 +0,8 @@ | ||
/* tslint:disable */ | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { ObjectSize as __O, Struct as __S } from '../index'; | ||
import { ObjectSize as __O, Struct as __S } from "../index"; | ||
export const _capnpFileId = "b312981b2552a250"; | ||
@@ -10,0 +9,0 @@ export enum Message_Which { |
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { Struct as __S } from '../index'; | ||
import { Struct as __S } from "../index"; | ||
export declare const _capnpFileId = "a93fc509624c72d9"; | ||
@@ -7,0 +8,0 @@ export declare class Node_Parameter extends __S { |
"use strict"; | ||
/* tslint:disable */ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CodeGeneratorRequest = exports.CodeGeneratorRequest_RequestedFile = exports.CodeGeneratorRequest_RequestedFile_Import = exports.CapnpVersion = exports.ElementSize = exports.Annotation = exports.Value = exports.Value_Which = exports.Brand = exports.Brand_Binding = exports.Brand_Binding_Which = exports.Brand_Scope = exports.Brand_Scope_Which = exports.Type = exports.Type_Which = exports.Type_AnyPointer = exports.Type_AnyPointer_Which = exports.Type_AnyPointer_ImplicitMethodParameter = exports.Type_AnyPointer_Parameter = exports.Type_AnyPointer_Unconstrained = exports.Type_AnyPointer_Unconstrained_Which = exports.Type_Interface = exports.Type_Struct = exports.Type_Enum = exports.Type_List = exports.Method = exports.Superclass = exports.Enumerant = exports.Field = exports.Field_Which = exports.Field_Ordinal = exports.Field_Ordinal_Which = exports.Field_Group = exports.Field_Slot = exports.Node = exports.Node_Which = exports.Node_Annotation = exports.Node_Const = exports.Node_Interface = exports.Node_Enum = exports.Node_Struct = exports.Node_NestedNode = exports.Node_Parameter = exports._capnpFileId = void 0; | ||
const tslib_1 = require("tslib"); | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
*/ | ||
const capnp = tslib_1.__importStar(require("../index")); | ||
@@ -10,0 +10,0 @@ const index_1 = require("../index"); |
@@ -1,9 +0,8 @@ | ||
/* tslint:disable */ | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { ObjectSize as __O, Struct as __S } from '../index'; | ||
import { ObjectSize as __O, Struct as __S } from "../index"; | ||
export const _capnpFileId = "a93fc509624c72d9"; | ||
@@ -10,0 +9,0 @@ export class Node_Parameter extends __S { |
@@ -0,1 +1,5 @@ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
export declare const _capnpFileId = "e37ded525a68a7c9"; |
"use strict"; | ||
/* tslint:disable */ | ||
/** | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +7,0 @@ exports._capnpFileId = void 0; |
@@ -1,9 +0,8 @@ | ||
/* tslint:disable */ | ||
/** | ||
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts). | ||
* This file is generated by hand in order to bootstrap compiler development. It is intended to be an exact match to | ||
* compiled output. | ||
*/ | ||
import * as capnp from "../index"; | ||
import { ObjectSize as __O, Struct as __S } from '../index'; | ||
import { ObjectSize as __O, Struct as __S } from "../index"; | ||
export const _capnpFileId = "e37ded525a68a7c9"; |
@@ -6,4 +6,3 @@ { | ||
"extends": "../../tsconfig.json", | ||
"exclude": ["src/**/*.d.ts", "test/**/*.d.ts"], | ||
"include": ["**/*.ts"] | ||
"include": ["src/**/*", "test/**/*"] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
17954
1021111
233