@bentley/imodeljs-linux-x64 3.2.7 → 3.3.1
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.
|
@@ -4,9 +4,19 @@
|
|
|
4
4
|
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
5
|
======================================================================================= -->
|
|
6
6
|
<ECSchema schemaName="Asset" alias="asset" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1" displayLabel="Asset" description="Defines the abstract 'Asset' domain. Contains base classes to be used within specialized Asset domain schemas.">
|
|
7
|
-
|
|
7
|
+
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
+
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
|
|
8
9
|
<ECSchemaReference name="BisCore" version="01.00.06" alias="bis"/>
|
|
9
10
|
|
|
11
|
+
<ECCustomAttributes>
|
|
12
|
+
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
13
|
+
<SupportedUse>NotForProduction</SupportedUse>
|
|
14
|
+
</ProductionStatus>
|
|
15
|
+
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
16
|
+
<Value>Core</Value>
|
|
17
|
+
</SchemaLayerInfo>
|
|
18
|
+
</ECCustomAttributes>
|
|
19
|
+
|
|
10
20
|
<ECEntityClass typeName="AssetPartition" modifier="Abstract" displayLabel="Asset Partition" description="Abstract base class establishing an 'Asset' Modeling Perspective for its parent bis:Subject.">
|
|
11
21
|
<BaseClass>bis:InformationPartitionElement</BaseClass>
|
|
12
22
|
</ECEntityClass>
|
|
Binary file
|
package/BeBlobDaemon
CHANGED
|
Binary file
|
package/CrashpadHandler
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bentley/imodeljs-linux-x64",
|
|
3
|
-
"os": ["linux"],
|
|
4
|
-
"cpu": ["x64"],
|
|
5
|
-
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"version": "3.
|
|
7
|
-
"keywords": [
|
|
8
|
-
"Bentley",
|
|
9
|
-
"iModel",
|
|
10
|
-
"iTwin"
|
|
11
|
-
],
|
|
12
|
-
"repository": {
|
|
13
|
-
"type" : "git",
|
|
14
|
-
"url" : "https://github.com/imodeljs/imodeljs"
|
|
15
|
-
},
|
|
16
|
-
"description": "iModel.js native module",
|
|
17
|
-
"author": {
|
|
18
|
-
"name": "Bentley Systems, Inc.",
|
|
19
|
-
"url": "www.bentley.com"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@bentley/imodeljs-linux-x64",
|
|
3
|
+
"os": ["linux"],
|
|
4
|
+
"cpu": ["x64"],
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
+
"version": "3.3.1",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"Bentley",
|
|
9
|
+
"iModel",
|
|
10
|
+
"iTwin"
|
|
11
|
+
],
|
|
12
|
+
"repository": {
|
|
13
|
+
"type" : "git",
|
|
14
|
+
"url" : "https://github.com/imodeljs/imodeljs"
|
|
15
|
+
},
|
|
16
|
+
"description": "iModel.js native module",
|
|
17
|
+
"author": {
|
|
18
|
+
"name": "Bentley Systems, Inc.",
|
|
19
|
+
"url": "www.bentley.com"
|
|
20
|
+
}
|
|
21
|
+
}
|