@cuemath/web-utils 1.1.3-beta.0 → 1.1.3-beta.1

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.
@@ -1,4 +1,4 @@
1
- export declare const IndianStates: {
1
+ export declare const indianStates: {
2
2
  value: string;
3
3
  id: string;
4
4
  }[];
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IndianStates = void 0;
4
- exports.IndianStates = [
3
+ exports.indianStates = void 0;
4
+ exports.indianStates = [
5
5
  { value: 'Andhra Pradesh', id: 'Andhra Pradesh' },
6
6
  { value: 'Andaman and Nicobar Islands', id: 'Andaman and Nicobar Islands' },
7
7
  { value: 'Arunachal Pradesh', id: 'Arunachal Pradesh' },
@@ -1,4 +1,4 @@
1
- export declare const IndianStates: {
1
+ export declare const indianStates: {
2
2
  value: string;
3
3
  id: string;
4
4
  }[];
@@ -1,4 +1,4 @@
1
- export const IndianStates = [
1
+ export const indianStates = [
2
2
  { value: 'Andhra Pradesh', id: 'Andhra Pradesh' },
3
3
  { value: 'Andaman and Nicobar Islands', id: 'Andaman and Nicobar Islands' },
4
4
  { value: 'Arunachal Pradesh', id: 'Arunachal Pradesh' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/web-utils",
3
- "version": "1.1.3-beta.0",
3
+ "version": "1.1.3-beta.1",
4
4
  "description": "Shared web utils package",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",