@qraft/plugin 1.0.0-beta.1 → 1.0.0-beta.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @qraft/plugin
2
2
 
3
+ ## 1.0.0-beta.3
4
+
5
+ ## 1.0.0-beta.2
6
+
3
7
  ## 1.0.0-beta.1
4
8
 
5
9
  ## 1.0.0-beta.0
@@ -1,2 +1,2 @@
1
- export declare const packageVersion = "1.0.0-beta.1";
1
+ export declare const packageVersion = "1.0.0-beta.3";
2
2
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file was generated automatically
2
- export const packageVersion = '1.0.0-beta.1';
2
+ export const packageVersion = '1.0.0-beta.3';
3
3
  //# sourceMappingURL=packageVersion.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qraft/plugin",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@openapi-qraft/eslint-config": "1.0.1",
43
- "@qraft/test-utils": "1.0.0-beta.1",
43
+ "@qraft/test-utils": "1.0.0-beta.3",
44
44
  "@types/node": "^20.16.5",
45
45
  "@vitest/coverage-v8": "^3.2.4",
46
46
  "eslint": "^9.39.1",
@@ -1,2 +1,2 @@
1
1
  // This file was generated automatically
2
- export const packageVersion = '1.0.0-beta.1';
2
+ export const packageVersion = '1.0.0-beta.3';