@jobber/formatters 0.2.2-pre0.40 → 0.2.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/global.d.ts +1 -1
- package/package.json +3 -4
- package/CHANGELOG.md +0 -35
package/dist/global.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const glob:
|
|
1
|
+
declare const glob: Record<string, unknown> | (Window & typeof globalThis);
|
|
2
2
|
export { glob as global };
|
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/formatters",
|
|
3
|
-
"version": "0.2.2
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "tsc --project .",
|
|
9
9
|
"clean": "rm -rf dist/* tsconfig.tsbuildinfo",
|
|
10
|
-
"prepare": "npm run clean; npm run build"
|
|
11
|
-
"ci:typescript-compile": "npm run prepare"
|
|
10
|
+
"prepare": "npm run clean; npm run build"
|
|
12
11
|
},
|
|
13
12
|
"files": [
|
|
14
13
|
"dist/*"
|
|
@@ -16,5 +15,5 @@
|
|
|
16
15
|
"devDependencies": {
|
|
17
16
|
"typescript": "^3.8.3"
|
|
18
17
|
},
|
|
19
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "c92b6e7287a47c05434202bfbcd04375b6a7086f"
|
|
20
19
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.2.1](https://github.com/GetJobber/atlantis/compare/@jobber/formatters@0.2.0...@jobber/formatters@0.2.1) (2023-02-28)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @jobber/formatters
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# [0.2.0](https://github.com/GetJobber/atlantis/compare/@jobber/formatters@0.1.0...@jobber/formatters@0.2.0) (2021-07-06)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Features
|
|
18
|
-
|
|
19
|
-
* **hooks:** add useCollectionQuery and useIsMounted [JOB-32207] ([#561](https://github.com/GetJobber/atlantis/issues/561)) ([8efccf8](https://github.com/GetJobber/atlantis/commit/8efccf8398f6e1d9278248ca4ec40327d11f9782)), closes [#562](https://github.com/GetJobber/atlantis/issues/562) [#575](https://github.com/GetJobber/atlantis/issues/575) [#565](https://github.com/GetJobber/atlantis/issues/565)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
# [0.1.0](https://github.com/GetJobber/atlantis/compare/@jobber/formatters@0.0.4...@jobber/formatters@0.1.0) (2021-02-01)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* Build css types on save ([#255](https://github.com/GetJobber/atlantis/issues/255)) ([91862b0](https://github.com/GetJobber/atlantis/commit/91862b007a006c42a22d39389639c0598efc19c5))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Features
|
|
34
|
-
|
|
35
|
-
* **components:** add action buttons to Page component ([#248](https://github.com/GetJobber/atlantis/issues/248)) ([a69a008](https://github.com/GetJobber/atlantis/commit/a69a0089bd66652a617140d9d5fc312d9060cb07))
|