@mlightcad/libdxfrw-converter 2.0.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { AcDbConversionProgressCallback, AcDbDatabase, AcDbDatabaseConverter } from '@mlightcad/data-model';
2
2
  import { DRW_Database, DRW_DwgR, DRW_FileHandler, MainModule } from '@mlightcad/libdxfrw-web';
3
3
  /**
4
- * Database converter for DWG files.
4
+ * Database converter for DWG files based on [libdxfrw-web](https://github.com/mlight-lee/libdxfrw).
5
5
  * @internal
6
6
  */
7
7
  export declare class AcDbLibdxfrwConverter extends AcDbDatabaseConverter<DRW_Database> {
@@ -53,7 +53,7 @@ import { AcCmColor, AcDbBatchProcessing, AcDbBlockTableRecord, AcDbDatabaseConve
53
53
  import { AcDbEntityConverter } from './AcDbEntitiyConverter';
54
54
  import { AcDbObjectConverter } from './AcDbObjectConverter';
55
55
  /**
56
- * Database converter for DWG files.
56
+ * Database converter for DWG files based on [libdxfrw-web](https://github.com/mlight-lee/libdxfrw).
57
57
  * @internal
58
58
  */
59
59
  var AcDbLibdxfrwConverter = /** @class */ (function (_super) {
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@mlightcad/libdxfrw-converter",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "type": "module",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git://github.com/mlight-lee/realdwg-web"
8
+ },
5
9
  "keywords": [
6
10
  "autocad",
7
11
  "cad",
@@ -32,7 +36,7 @@
32
36
  "devDependencies": {},
33
37
  "peerDependencies": {
34
38
  "@mlightcad/libdxfrw-web": "0.0.9",
35
- "@mlightcad/data-model": "1.1.1"
39
+ "@mlightcad/data-model": "1.1.3"
36
40
  },
37
41
  "scripts": {
38
42
  "clean": "rimraf dist lib tsconfig.tsbuildinfo",