@viberails/types 0.3.1 → 0.3.2

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
@@ -141,7 +141,7 @@ var ROLE_DESCRIPTIONS = {
141
141
  };
142
142
 
143
143
  // src/index.ts
144
- var VERSION = "0.3.1";
144
+ var VERSION = "0.3.2";
145
145
  // Annotate the CommonJS export names for ESM import in node:
146
146
  0 && (module.exports = {
147
147
  FRAMEWORK_NAMES,
package/dist/index.js CHANGED
@@ -109,7 +109,7 @@ var ROLE_DESCRIPTIONS = {
109
109
  };
110
110
 
111
111
  // src/index.ts
112
- var VERSION = "0.3.1";
112
+ var VERSION = "0.3.2";
113
113
  export {
114
114
  FRAMEWORK_NAMES,
115
115
  LIBRARY_NAMES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viberails/types",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Shared type definitions for viberails",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",