@or-sdk/library-types-v1 6.0.15 → 7.0.0-tryboundletypes-20240228130752

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @or-sdk/library-types
2
2
 
3
+ ## 7.0.0-tryboundletypes-20240228130752
4
+
5
+ ### Major Changes
6
+
7
+ - 788eb1f2: try to bundle d.ts
8
+
3
9
  ## 6.0.15
4
10
 
5
11
  ### Patch Changes
package/dist/cjs/index.js CHANGED
@@ -1504,7 +1504,9 @@ In case this error is unexpected for you, please report it in https://pris.ly/pr
1504
1504
  EXTERNAL: "EXTERNAL",
1505
1505
  VUE2_V1: "VUE2_V1",
1506
1506
  VUE3_V1: "VUE3_V1",
1507
- UNKNOWN: "UNKNOWN"
1507
+ UNKNOWN: "UNKNOWN",
1508
+ v1: "v1",
1509
+ v2: "v2"
1508
1510
  };
1509
1511
  exports.PackageStatusDetailsStatusEnum = exports.$Enums.PackageStatusDetailsStatusEnum = {
1510
1512
  TEST_ONLY: "TEST_ONLY",
@@ -5848,6 +5850,8 @@ var require_enums = __commonJS({
5848
5850
  PackageSchemaTypeEnum7["VUE2_V1"] = "VUE2_V1";
5849
5851
  PackageSchemaTypeEnum7["VUE3_V1"] = "VUE3_V1";
5850
5852
  PackageSchemaTypeEnum7["UNKNOWN"] = "UNKNOWN";
5853
+ PackageSchemaTypeEnum7["v1"] = "v1";
5854
+ PackageSchemaTypeEnum7["v2"] = "v2";
5851
5855
  })(PackageSchemaTypeEnum6 || (exports.PackageSchemaTypeEnum = PackageSchemaTypeEnum6 = {}));
5852
5856
  var PackageStatusDetailsStatusEnum5;
5853
5857
  (function(PackageStatusDetailsStatusEnum6) {