Skip to content

Commit 58a3508

Browse files
committed
🔖 1.0.2 release
1 parent 42d8921 commit 58a3508

File tree

7 files changed

+37
-21
lines changed

7 files changed

+37
-21
lines changed

dist/cmis.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cmis.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export declare namespace cmis {
145145
}): Promise<any>;
146146
createDocument(parentId: string, content: string | Blob | Buffer, input: string | {
147147
'cmis:name': string;
148-
'cmis:objectTypeId'?: string;
149148
[k: string]: string | string[] | number | number[] | Date | Date[];
150149
}, mimeTypeExtension?: string, versioningState?: 'none' | 'major' | 'minor' | 'checkedout', policies?: string[], addACEs?: {
151150
[k: string]: string;

dist/cmis.js

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cmis.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "CmisJS",
33
"name": "cmis",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"homepage": "http://github.com/agea/CmisJS",
66
"description": "a CMIS client library written in Typescript for node and the browser",
77
"author": {
@@ -39,4 +39,4 @@
3939
"uglifyjs-webpack-plugin": "~1.1.8",
4040
"webpack": "~3.10.0"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)