@firedesktop/react-base 1.23.0 → 1.23.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.
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Fetch from './fetch';
|
|
2
2
|
import * as Configuration from './configuration';
|
|
3
|
-
import
|
|
3
|
+
import DateUtils from './DateUtils';
|
|
4
4
|
import FileUtils from './FileUtil';
|
|
5
5
|
import * as Labels from './labels';
|
|
6
6
|
export { Configuration, DateUtils, Fetch, FileUtils, Labels };
|
package/dist/utils/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Fetch from './fetch';
|
|
2
2
|
import * as Configuration from './configuration';
|
|
3
|
-
import
|
|
3
|
+
import DateUtils from './DateUtils';
|
|
4
4
|
import FileUtils from './FileUtil';
|
|
5
5
|
import * as Labels from './labels';
|
|
6
6
|
export { Configuration, DateUtils, Fetch, FileUtils, Labels };
|
package/dist/utils/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAEnC,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firedesktop/react-base",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.1",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"description": "This is the FireDesktop base package used to support every React Project in this Company.",
|
|
@@ -64,4 +64,4 @@
|
|
|
64
64
|
"last 1 safari version"
|
|
65
65
|
]
|
|
66
66
|
}
|
|
67
|
-
}
|
|
67
|
+
}
|
package/src/lib/utils/index.ts
CHANGED