@artisan-commerce/builders 0.7.0-canary.23 → 0.7.0-canary.25
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/CHANGELOG.md +16 -0
- package/dist/bundle.d.ts +3 -3
- package/package.json +4 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.7.0-canary.25](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.24...@artisan-commerce/builders@0.7.0-canary.25) (2021-10-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @artisan-commerce/builders
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.7.0-canary.24](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.23...@artisan-commerce/builders@0.7.0-canary.24) (2021-10-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @artisan-commerce/builders
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.7.0-canary.23](https://bitbucket.org/tradesystem/artisn_sdk/compare/@artisan-commerce/builders@0.7.0-canary.22...@artisan-commerce/builders@0.7.0-canary.23) (2021-10-19)
|
|
7
23
|
|
|
8
24
|
|
package/dist/bundle.d.ts
CHANGED
|
@@ -289,7 +289,7 @@ declare const genNumericId: () => number;
|
|
|
289
289
|
*
|
|
290
290
|
* @since 0.5.14
|
|
291
291
|
*/
|
|
292
|
-
declare const genWord: () => string;
|
|
292
|
+
declare const genWord: (length?: number | undefined) => string;
|
|
293
293
|
/**
|
|
294
294
|
* Generates a random address.
|
|
295
295
|
*
|
|
@@ -2074,13 +2074,13 @@ declare const genStreetNumber: (format?: string | undefined) => string;
|
|
|
2074
2074
|
*
|
|
2075
2075
|
* @since 0.5.14
|
|
2076
2076
|
*/
|
|
2077
|
-
declare const genLatitude: () => string;
|
|
2077
|
+
declare const genLatitude: (max?: number | undefined, min?: number | undefined, precision?: number | undefined) => string;
|
|
2078
2078
|
/**
|
|
2079
2079
|
* Generates a random longitude.
|
|
2080
2080
|
*
|
|
2081
2081
|
* @since 0.5.14
|
|
2082
2082
|
*/
|
|
2083
|
-
declare const genLongitude: () => string;
|
|
2083
|
+
declare const genLongitude: (max?: number | undefined, min?: number | undefined, precision?: number | undefined) => string;
|
|
2084
2084
|
/**
|
|
2085
2085
|
* Generates Field object with random data.
|
|
2086
2086
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/builders",
|
|
3
3
|
"description": "Builder functions for all artisn entities",
|
|
4
|
-
"version": "0.7.0-canary.
|
|
4
|
+
"version": "0.7.0-canary.25",
|
|
5
5
|
"main": "./dist/bundle.cjs.js",
|
|
6
6
|
"module": "./dist/bundle.esm.js",
|
|
7
7
|
"types": "./dist/bundle.d.ts",
|
|
@@ -38,21 +38,16 @@
|
|
|
38
38
|
"author": "Luis Eduardo Andrade",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@artisan-commerce/types": "0.14.0-canary.
|
|
41
|
+
"@artisan-commerce/types": "0.14.0-canary.22",
|
|
42
42
|
"@babel/core": "^7.10.5",
|
|
43
43
|
"@babel/preset-env": "^7.10.4",
|
|
44
44
|
"@babel/preset-react": "^7.10.4",
|
|
45
45
|
"@types/btoa": "^1.2.3",
|
|
46
|
-
"@types/faker": "^4.1.12",
|
|
47
|
-
"@types/jest": "^26.0.5",
|
|
48
|
-
"@types/jest-in-case": "^1.0.2",
|
|
49
|
-
"@types/node": "^14.0.24",
|
|
50
46
|
"@typescript-eslint/eslint-plugin": "^3.7.0",
|
|
51
47
|
"@typescript-eslint/parser": "^3.7.0",
|
|
52
48
|
"avn": "^0.2.4",
|
|
53
49
|
"avn-nvm": "^0.2.2",
|
|
54
50
|
"btoa": "^1.2.1",
|
|
55
|
-
"env-cmd": "^10.1.0",
|
|
56
51
|
"eslint": "^7.5.0",
|
|
57
52
|
"eslint-config-prettier": "^6.11.0",
|
|
58
53
|
"eslint-config-react-app": "^5.2.1",
|
|
@@ -64,17 +59,10 @@
|
|
|
64
59
|
"eslint-plugin-react": "^7.20.3",
|
|
65
60
|
"eslint-plugin-react-hooks": "^4.0.8",
|
|
66
61
|
"is-ci-cli": "^2.1.2",
|
|
67
|
-
"jest-axe": "^3.5.0",
|
|
68
|
-
"jest-extended": "^0.11.5",
|
|
69
|
-
"jest-in-case": "^1.0.2",
|
|
70
|
-
"jest-styled-components": "^7.0.2",
|
|
71
|
-
"nodemon": "^2.0.4",
|
|
72
62
|
"npm-run-all": "^4.1.5",
|
|
73
63
|
"prettier": "^2.0.5",
|
|
74
64
|
"start-server-and-test": "^1.11.2",
|
|
75
|
-
"test-data-bot": "^0.8.0"
|
|
76
|
-
"ts-jest": "^26.1.4",
|
|
77
|
-
"ts-loader": "^8.0.2"
|
|
65
|
+
"test-data-bot": "^0.8.0"
|
|
78
66
|
},
|
|
79
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "ffaf983ec187d83a7744d9432a2510beac4ddcf3"
|
|
80
68
|
}
|