@based/types
Advanced tools
Comparing version 1.0.1 to 2.2.0
@@ -27,2 +27,10 @@ /// <reference types="node" /> | ||
} | ||
export declare type FunctionConfig = { | ||
[name: string]: { | ||
types?: any; | ||
version: string; | ||
observable: boolean; | ||
shared: boolean; | ||
}; | ||
}; | ||
export declare type Configuration = { | ||
@@ -32,2 +40,3 @@ schema: { | ||
}; | ||
functions: FunctionConfig; | ||
dbs: string[]; | ||
@@ -34,0 +43,0 @@ }; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@based/types", | ||
"version": "1.0.1", | ||
"version": "2.2.0", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "npx tsc", | ||
"watch": "npm run build -- --watch" | ||
"watch": "npm run build -- --watch", | ||
"clean": "rimraf {.turbo,dist,node_modules}" | ||
}, | ||
@@ -25,4 +27,5 @@ "sideEffects": false, | ||
"ts-node": "^10.1.0", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.3.5", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
18996
0
572
4