roboto-js 1.9.1 → 1.9.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.
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Auto-generated version file
8
- // Version should match package.cjson
9
- // Update this file when bumping package version
10
- var version = exports.version = '1.9.1';
8
+ // DO NOT EDIT - This file is automatically updated from package.cjson
9
+ // Version: 1.9.2
10
+ var version = exports.version = '1.9.2';
@@ -1,4 +1,4 @@
1
1
  // Auto-generated version file
2
- // Version should match package.json
3
- // Update this file when bumping package version
4
- export var version = '1.9.1';
2
+ // DO NOT EDIT - This file is automatically updated from package.json
3
+ // Version: 1.9.2
4
+ export var version = '1.9.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roboto-js",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.cjs",
package/src/version.js CHANGED
@@ -1,5 +1,4 @@
1
1
  // Auto-generated version file
2
- // Version should match package.json
3
- // Update this file when bumping package version
4
- export const version = '1.9.1';
5
-
2
+ // DO NOT EDIT - This file is automatically updated from package.json
3
+ // Version: 1.9.2
4
+ export const version = '1.9.2';