* 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", "name": "@azure-tools/openapi-tools-common",
"version": "1.1.0", "version": "1.2.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

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

@ -1,6 +1,6 @@
{ {
"name": "@azure-tools/openapi-tools-common", "name": "@azure-tools/openapi-tools-common",
"version": "1.1.0", "version": "1.2.2",
"description": "Openapi tools common libraries", "description": "Openapi tools common libraries",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -13,11 +13,7 @@
}, },
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [ "files": [
"dist/index.d.ts", "dist/**/*"
"dist/index.d.ts.map",
"dist/index.js.map",
"dist/index.ts",
"src/index.ts"
], ],
"jest": { "jest": {
"testEnvironment": "node", "testEnvironment": "node",

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

@ -172,9 +172,21 @@ export {
export { export {
FilePosition, FilePosition,
BaseObjectInfo,
RootObjectInfo,
ChildObjectInfo,
Data,
InfoFunc,
Tracked,
TrackedBase,
TrackedBaseInterface,
objectInfoSymbol,
createRootObjectInfo, createRootObjectInfo,
createChildObjectInfo, createChildObjectInfo,
ObjectInfo, ObjectInfo,
setInfoFunc,
getInfoFunc,
copyInfo,
setInfo, setInfo,
arrayMap, arrayMap,
copyDataInfo, copyDataInfo,