Update exported types. (#5)
* Update exported types. * Update package.json to include libs.
This commit is contained in:
Родитель
66761321ff
Коммит
b4cf172121
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure-tools/openapi-tools-common",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure-tools/openapi-tools-common",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.2",
|
||||
"description": "Openapi tools common libraries",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -13,11 +13,7 @@
|
|||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist/index.d.ts",
|
||||
"dist/index.d.ts.map",
|
||||
"dist/index.js.map",
|
||||
"dist/index.ts",
|
||||
"src/index.ts"
|
||||
"dist/**/*"
|
||||
],
|
||||
"jest": {
|
||||
"testEnvironment": "node",
|
||||
|
|
12
src/index.ts
12
src/index.ts
|
@ -172,9 +172,21 @@ export {
|
|||
|
||||
export {
|
||||
FilePosition,
|
||||
BaseObjectInfo,
|
||||
RootObjectInfo,
|
||||
ChildObjectInfo,
|
||||
Data,
|
||||
InfoFunc,
|
||||
Tracked,
|
||||
TrackedBase,
|
||||
TrackedBaseInterface,
|
||||
objectInfoSymbol,
|
||||
createRootObjectInfo,
|
||||
createChildObjectInfo,
|
||||
ObjectInfo,
|
||||
setInfoFunc,
|
||||
getInfoFunc,
|
||||
copyInfo,
|
||||
setInfo,
|
||||
arrayMap,
|
||||
copyDataInfo,
|
||||
|
|
Загрузка…
Ссылка в новой задаче