* Update exported types.

* Update package.json to include libs.
This commit is contained in:
Ray Chen 2020-11-20 17:20:25 +08:00 коммит произвёл GitHub
Родитель 66761321ff
Коммит b4cf172121
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 15 добавлений и 7 удалений

2
package-lock.json сгенерированный
Просмотреть файл

@ -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",

Просмотреть файл

@ -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,