@viberails/types 0.5.1 → 0.5.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/dist/index.cjs CHANGED
@@ -148,7 +148,7 @@ var ROLE_DESCRIPTIONS = {
148
148
  };
149
149
 
150
150
  // src/index.ts
151
- var VERSION = "0.5.1";
151
+ var VERSION = "0.5.3";
152
152
  // Annotate the CommonJS export names for ESM import in node:
153
153
  0 && (module.exports = {
154
154
  CONVENTION_LABELS,
package/dist/index.js CHANGED
@@ -115,7 +115,7 @@ var ROLE_DESCRIPTIONS = {
115
115
  };
116
116
 
117
117
  // src/index.ts
118
- var VERSION = "0.5.1";
118
+ var VERSION = "0.5.3";
119
119
  export {
120
120
  CONVENTION_LABELS,
121
121
  FRAMEWORK_NAMES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/types",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Shared type definitions for viberails",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",