@jorgebodega/typeorm-seeding 2.0.0-next.3 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [2.0.0](https://github.com/jorgebodega/typeorm-seeding/compare/v1.6.2...v2.0.0) (2021-12-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Npm package not handling correctly entrypoint ([b51a099](https://github.com/jorgebodega/typeorm-seeding/commit/b51a099d20a7df30f017693852b15ced7587f04a))
7
+ * npmignore not working properly ([2d1d898](https://github.com/jorgebodega/typeorm-seeding/commit/2d1d8986351ec647f88df7f3a72c37b149826fa3))
8
+
9
+
10
+ * :construction_worker: ci: Add changes to how semantic-release work ([c4c34dd](https://github.com/jorgebodega/typeorm-seeding/commit/c4c34dd55882a445992882398c5da74459322a77))
11
+
12
+
13
+ ### Features
14
+
15
+ * add save options to create and createMany ([ca88005](https://github.com/jorgebodega/typeorm-seeding/commit/ca88005775d0aa37d1668d458ad17d260b192499))
16
+
17
+
18
+ ### BREAKING CHANGES
19
+
20
+ * just to enforce new major version
21
+
1
22
  # [2.0.0-next.3](https://github.com/jorgebodega/typeorm-seeding/compare/v2.0.0-next.2...v2.0.0-next.3) (2021-12-13)
2
23
 
3
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jorgebodega/typeorm-seeding",
3
- "version": "2.0.0-next.3",
3
+ "version": "2.0.0",
4
4
  "description": "🌱 A delightful way to seed test data into your database.",
5
5
  "license": "MIT",
6
6
  "author": "Gery Hirschfeld <gery.hirschfeld@w3tec.ch> (https://github.com/hirsch88)",
@@ -34,36 +34,36 @@
34
34
  "typecheck": "tsc --noEmit"
35
35
  },
36
36
  "devDependencies": {
37
- "@semantic-release/changelog": "^6.0.1",
38
- "@semantic-release/git": "^10.0.1",
39
- "@tsconfig/node16": "^1.0.2",
40
- "@types/bcryptjs": "^2.4.2",
41
- "@types/chalk": "^2.2.0",
42
- "@types/faker": "^5.5.9",
43
- "@types/glob": "^7.2.0",
44
- "@types/jest": "^27.0.3",
45
- "@types/node": "^16.11.12",
46
- "@types/yargs": "^17.0.7",
47
- "@typescript-eslint/eslint-plugin": "^5.6.0",
48
- "@typescript-eslint/parser": "^5.6.0",
49
- "bcryptjs": "^2.4.3",
50
- "eslint": "^8.4.1",
51
- "eslint-config-prettier": "^8.3.0",
52
- "eslint-plugin-import": "^2.25.3",
53
- "jest": "^27.4.3",
54
- "prettier": "^2.5.1",
55
- "semantic-release": "^18.0.1",
56
- "sqlite3": "^5.0.2",
57
- "ts-jest": "^27.1.1",
58
- "ts-node": "^10.4.0",
59
- "typeorm": "^0.2.41",
60
- "typescript": "^4.5.3"
37
+ "@semantic-release/changelog": "6.0.1",
38
+ "@semantic-release/git": "10.0.1",
39
+ "@tsconfig/node16": "1.0.2",
40
+ "@types/bcryptjs": "2.4.2",
41
+ "@types/chalk": "2.2.0",
42
+ "@types/faker": "5.5.9",
43
+ "@types/glob": "7.2.0",
44
+ "@types/jest": "27.0.3",
45
+ "@types/node": "16.11.12",
46
+ "@types/yargs": "17.0.7",
47
+ "@typescript-eslint/eslint-plugin": "5.7.0",
48
+ "@typescript-eslint/parser": "5.7.0",
49
+ "bcryptjs": "2.4.3",
50
+ "eslint": "8.4.1",
51
+ "eslint-config-prettier": "8.3.0",
52
+ "eslint-plugin-import": "2.25.3",
53
+ "jest": "27.4.5",
54
+ "prettier": "2.5.1",
55
+ "semantic-release": "18.0.1",
56
+ "sqlite3": "5.0.2",
57
+ "ts-jest": "27.1.1",
58
+ "ts-node": "10.4.0",
59
+ "typeorm": "0.2.41",
60
+ "typescript": "4.5.4"
61
61
  },
62
62
  "dependencies": {
63
- "chalk": "^4.1.2",
63
+ "chalk": "^4",
64
64
  "faker": "^5.5.3",
65
65
  "glob": "^7.2.0",
66
- "ora": "^5.4.1",
66
+ "ora": "^5",
67
67
  "reflect-metadata": "^0.1.13",
68
68
  "rimraf": "^3.0.2",
69
69
  "yargs": "^17.3.0"