@scalar/oas-utils 0.2.93 → 0.2.94

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
  # @scalar/oas-utils
2
2
 
3
+ ## 0.2.94
4
+
5
+ ### Patch Changes
6
+
7
+ - a36fada: fix: returns non drafts collections without changes in 2.4.0 migration
8
+
3
9
  ## 0.2.93
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"migration.d.ts","sourceRoot":"","sources":["../../../src/migrations/v-2.4.0/migration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sCAAsC,CAAA;AAEnE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAEhD,mCAAmC;AACnC,eAAO,MAAM,eAAe,SACpB,OAAO,CAAC,UAAU,KACvB,OAAO,CAAC,UA8BV,CAAA"}
1
+ {"version":3,"file":"migration.d.ts","sourceRoot":"","sources":["../../../src/migrations/v-2.4.0/migration.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sCAAsC,CAAA;AAEnE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAEhD,mCAAmC;AACnC,eAAO,MAAM,eAAe,SACpB,OAAO,CAAC,UAAU,KACvB,OAAO,CAAC,UA6BV,CAAA"}
@@ -17,7 +17,6 @@ const migrate_v_2_4_0 = (data) => {
17
17
  }
18
18
  });
19
19
  }
20
- prev[c.uid] = c;
21
20
  return prev;
22
21
  }, {});
23
22
  return {
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.2.93",
19
+ "version": "0.2.94",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -121,19 +121,19 @@
121
121
  "nanoid": "^5.0.7",
122
122
  "yaml": "^2.4.5",
123
123
  "zod": "^3.23.8",
124
- "@scalar/openapi-types": "0.1.5",
125
124
  "@scalar/object-utils": "1.1.12",
126
- "@scalar/types": "0.0.25",
127
- "@scalar/themes": "0.9.58"
125
+ "@scalar/openapi-types": "0.1.5",
126
+ "@scalar/themes": "0.9.58",
127
+ "@scalar/types": "0.0.25"
128
128
  },
129
129
  "devDependencies": {
130
130
  "type-fest": "^4.20.0",
131
131
  "vite": "^5.4.10",
132
132
  "vitest": "^1.6.0",
133
133
  "zod-to-ts": "github:amritk/zod-to-ts#build",
134
- "@scalar/build-tooling": "0.1.12",
135
134
  "@scalar/openapi-parser": "0.10.2",
136
- "@scalar/openapi-types": "0.1.5"
135
+ "@scalar/openapi-types": "0.1.5",
136
+ "@scalar/build-tooling": "0.1.12"
137
137
  },
138
138
  "scripts": {
139
139
  "build": "scalar-build-rollup",