@jungvonmatt/contentful-fakes 1.8.0-alpha.4 → 1.8.0

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,17 +1,17 @@
1
- @jungvonmatt/contentful-fakes:compile: cache hit, replaying output 5b628dbfc8d041d1
1
+ @jungvonmatt/contentful-fakes:compile: cache hit, replaying output 6e67c6362ffc51bb
2
2
  @jungvonmatt/contentful-fakes:compile: 
3
- @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.2 precompile
3
+ @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.6 precompile
4
4
  @jungvonmatt/contentful-fakes:compile: > npm run clean
5
5
  @jungvonmatt/contentful-fakes:compile: 
6
6
  @jungvonmatt/contentful-fakes:compile: 
7
- @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.2 clean
7
+ @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.6 clean
8
8
  @jungvonmatt/contentful-fakes:compile: > rimraf ./dist
9
9
  @jungvonmatt/contentful-fakes:compile: 
10
10
  @jungvonmatt/contentful-fakes:compile: 
11
- @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.2 compile
11
+ @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.6 compile
12
12
  @jungvonmatt/contentful-fakes:compile: > tsc --build
13
13
  @jungvonmatt/contentful-fakes:compile: 
14
14
  @jungvonmatt/contentful-fakes:compile: 
15
- @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.2 postcompile
15
+ @jungvonmatt/contentful-fakes:compile: > @jungvonmatt/contentful-fakes@1.8.0-alpha.6 postcompile
16
16
  @jungvonmatt/contentful-fakes:compile: > chmod +x ./dist/cli.js
17
17
  @jungvonmatt/contentful-fakes:compile: 
@@ -1,5 +1,5 @@
1
- @jungvonmatt/contentful-fakes:lint: cache hit, replaying output 4adc16f3764264db
2
- @jungvonmatt/contentful-fakes:lint: 
3
- @jungvonmatt/contentful-fakes:lint: > @jungvonmatt/contentful-fakes@1.8.0-alpha.4 lint
4
- @jungvonmatt/contentful-fakes:lint: > eslint --color src --fix --ext .ts
5
- @jungvonmatt/contentful-fakes:lint: 
1
+ @jungvonmatt/contentful-fakes:lint: cache hit, replaying output 4bd5fb68a2242fc5
2
+ @jungvonmatt/contentful-fakes:lint: 
3
+ @jungvonmatt/contentful-fakes:lint: > @jungvonmatt/contentful-fakes@1.8.0-alpha.6 lint
4
+ @jungvonmatt/contentful-fakes:lint: > eslint --color src --fix --ext .ts
5
+ @jungvonmatt/contentful-fakes:lint: 
@@ -1,54 +1,54 @@
1
- @jungvonmatt/contentful-fakes:test: cache hit, replaying output 28c10bdc4cf86048
2
- @jungvonmatt/contentful-fakes:test: 
3
- @jungvonmatt/contentful-fakes:test: > @jungvonmatt/contentful-fakes@1.8.0-alpha.2 test
4
- @jungvonmatt/contentful-fakes:test: > jest
5
- @jungvonmatt/contentful-fakes:test: 
6
- @jungvonmatt/contentful-fakes:test: PASS contentful-fakes src/lib/faker.test.ts (5.974 s)
7
- @jungvonmatt/contentful-fakes:test:  contentful-fakes
8
- @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (validation: in) (1 ms)
9
- @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (validation: regexp) (1 ms)
10
- @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (validation: size) (12 ms)
11
- @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: in) (1 ms)
12
- @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: min)
13
- @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: max)
14
- @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: range)
15
- @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: in)
16
- @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: min)
17
- @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: max)
18
- @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: range)
19
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (validation: in)
20
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (validation: regex)
21
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (interface: urlEditor)
22
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (interface: slugEditor)
23
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (special ids)
24
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (dropdown/radio)
25
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (min)
26
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (max)
27
- @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (min/max) (1 ms)
28
- @jungvonmatt/contentful-fakes:test:  ✓ getAssetFake
29
- @jungvonmatt/contentful-fakes:test:  ✓ getEntryScheme
30
- @jungvonmatt/contentful-fakes:test:  ✓ getLinkFake (asset) (1 ms)
31
- @jungvonmatt/contentful-fakes:test:  ✓ getLinkFake (entry)
32
- @jungvonmatt/contentful-fakes:test:  ✓ getRichtextFake min
33
- @jungvonmatt/contentful-fakes:test:  ✓ getRichtextFake max (2 ms)
34
- @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (special ids) (1 ms)
35
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: email)
36
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: url)
37
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: Date US) (2 ms)
38
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: Date European)
39
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: 12h Time)
40
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: 24h Time) (1 ms)
41
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: US Phone number)
42
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: US Zip code)
43
- @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (custom regex) (1 ms)
44
- @jungvonmatt/contentful-fakes:test:  ✓ getMockData (1 ms)
45
- @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: symbbol)
46
- @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: text) (1 ms)
47
- @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: asset link)
48
- @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: entry link)
49
- @jungvonmatt/contentful-fakes:test: 
50
- @jungvonmatt/contentful-fakes:test: Test Suites: 1 passed, 1 total
51
- @jungvonmatt/contentful-fakes:test: Tests: 41 passed, 41 total
52
- @jungvonmatt/contentful-fakes:test: Snapshots: 0 total
53
- @jungvonmatt/contentful-fakes:test: Time: 6.037 s, estimated 8 s
54
- @jungvonmatt/contentful-fakes:test: Ran all test suites.
1
+ @jungvonmatt/contentful-fakes:test: cache hit, replaying output 6a5969cfbf4fcbe2
2
+ @jungvonmatt/contentful-fakes:test: 
3
+ @jungvonmatt/contentful-fakes:test: > @jungvonmatt/contentful-fakes@1.8.0-alpha.6 test
4
+ @jungvonmatt/contentful-fakes:test: > jest
5
+ @jungvonmatt/contentful-fakes:test: 
6
+ @jungvonmatt/contentful-fakes:test: PASS contentful-fakes src/lib/faker.test.ts
7
+ @jungvonmatt/contentful-fakes:test:  contentful-fakes
8
+ @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (validation: in) (1 ms)
9
+ @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (validation: regexp) (1 ms)
10
+ @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (validation: size) (12 ms)
11
+ @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: in)
12
+ @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: min) (1 ms)
13
+ @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: max)
14
+ @jungvonmatt/contentful-fakes:test:  ✓ getIntegerFake (validation: range)
15
+ @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: in) (1 ms)
16
+ @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: min)
17
+ @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: max)
18
+ @jungvonmatt/contentful-fakes:test:  ✓ getNumberFake (validation: range)
19
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (validation: in) (1 ms)
20
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (validation: regex)
21
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (interface: urlEditor)
22
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (interface: slugEditor)
23
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (special ids) (1 ms)
24
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (dropdown/radio)
25
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (min)
26
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (max)
27
+ @jungvonmatt/contentful-fakes:test:  ✓ getSymbolFake (min/max)
28
+ @jungvonmatt/contentful-fakes:test:  ✓ getAssetFake (1 ms)
29
+ @jungvonmatt/contentful-fakes:test:  ✓ getEntryScheme
30
+ @jungvonmatt/contentful-fakes:test:  ✓ getLinkFake (asset)
31
+ @jungvonmatt/contentful-fakes:test:  ✓ getLinkFake (entry)
32
+ @jungvonmatt/contentful-fakes:test:  ✓ getRichtextFake min (1 ms)
33
+ @jungvonmatt/contentful-fakes:test:  ✓ getRichtextFake max
34
+ @jungvonmatt/contentful-fakes:test:  ✓ getTextFake (special ids) (1 ms)
35
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: email)
36
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: url)
37
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: Date US) (2 ms)
38
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: Date European)
39
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: 12h Time)
40
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: 24h Time) (1 ms)
41
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: US Phone number)
42
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (preset: US Zip code)
43
+ @jungvonmatt/contentful-fakes:test:  ✓ getRegexValue (custom regex) (1 ms)
44
+ @jungvonmatt/contentful-fakes:test:  ✓ getMockData (1 ms)
45
+ @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: symbbol)
46
+ @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: text) (1 ms)
47
+ @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: asset link) (1 ms)
48
+ @jungvonmatt/contentful-fakes:test:  ✓ getArrayFake (type: entry link)
49
+ @jungvonmatt/contentful-fakes:test: 
50
+ @jungvonmatt/contentful-fakes:test: Test Suites: 1 passed, 1 total
51
+ @jungvonmatt/contentful-fakes:test: Tests: 41 passed, 41 total
52
+ @jungvonmatt/contentful-fakes:test: Snapshots: 0 total
53
+ @jungvonmatt/contentful-fakes:test: Time: 2.635 s, estimated 3 s
54
+ @jungvonmatt/contentful-fakes:test: Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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
+ # [1.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)
7
+
8
+ **Note:** Version bump only for package @jungvonmatt/contentful-fakes
9
+
10
+
11
+
12
+
13
+
14
+ # [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)
15
+
16
+ **Note:** Version bump only for package @jungvonmatt/contentful-fakes
17
+
18
+
19
+
20
+
21
+
22
+ # [1.8.0-alpha.5](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.4...v1.8.0-alpha.5) (2022-06-02)
23
+
24
+ **Note:** Version bump only for package @jungvonmatt/contentful-fakes
25
+
26
+
27
+
28
+
29
+
6
30
  # [1.8.0-alpha.4](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.2...v1.8.0-alpha.4) (2022-06-02)
7
31
 
8
32
 
package/dist/cli.d.ts CHANGED
File without changes
package/dist/cli.js.map CHANGED
File without changes
package/dist/index.d.ts CHANGED
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
package/dist/lib/faker.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jungvonmatt/contentful-fakes",
3
- "version": "1.8.0-alpha.4",
3
+ "version": "1.8.0",
4
4
  "description": "Create fake data based on contentful data models",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
38
38
  "dependencies": {
39
- "@jungvonmatt/contentful-ssg": "^1.8.0-alpha.4",
39
+ "@jungvonmatt/contentful-ssg": "^1.8.0",
40
40
  "casual": "^1.6.2",
41
41
  "chalk": "^4.1.2",
42
42
  "faker": "^5.5.3",
@@ -48,5 +48,5 @@
48
48
  "@types/faker": "^6.6.9",
49
49
  "contentful-management": "^7.45.0"
50
50
  },
51
- "gitHead": "54a264b3643e584aba549e4297cdcb34db7294ef"
51
+ "gitHead": "11b24dfe60c4ac028368f1e55371c443bc79f35f"
52
52
  }