@bentley/imodeljs-linux-x64 3.3.1 → 3.3.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.
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- ==================================================================================
3
+ | * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ | * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ ======================================================================================= -->
6
+ <ECSchema schemaName="SchemaUpgradeCustomAttributes" alias="SchemaUpgradeCA" version="01.00.00" description="Custom Attributes to control schema upgrade behavior." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
7
+ <ECCustomAttributeClass typeName="AllowUnitChange" description="Applied to a property to enable the persistence unit to be changed." displayLabel="AllowUnitChange" appliesTo="PrimitiveProperty,ArrayProperty" modifier="Sealed">
8
+ <ECProperty propertyName="From" typeName="string" description="Full Name of the old persistence unit." />
9
+ <ECProperty propertyName="To" typeName="string" description="Full Name of the new persistence unit." />
10
+ </ECCustomAttributeClass>
11
+ </ECSchema>
package/CrashpadHandler CHANGED
Binary file
Binary file
package/imodeljs.node CHANGED
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "os": ["linux"],
4
4
  "cpu": ["x64"],
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
- "version": "3.3.1",
6
+ "version": "3.3.3",
7
7
  "keywords": [
8
8
  "Bentley",
9
9
  "iModel",