@baeta/plugin-prisma 0.0.13 → 0.0.14

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @baeta/plugin-prisma
2
+
3
+ ## 0.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d1190c1`](https://github.com/andreisergiu98/baeta/commit/d1190c10e3c259c73ddeeb73a4bd312b22bf2ea4) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - create cli sdk
8
+ release prisma plugin
9
+ update dependencies
10
+ refactor generator plugins
11
+ - Updated dependencies [[`d1190c1`](https://github.com/andreisergiu98/baeta/commit/d1190c10e3c259c73ddeeb73a4bd312b22bf2ea4)]:
12
+ - @baeta/generator-sdk@0.0.4
13
+ - @baeta/plugin-exec@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baeta/plugin-prisma",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "homepage": "https://github.com/andreisergiu98/baeta#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/andreisergiu98/baeta/issues"
@@ -24,8 +24,8 @@
24
24
  "types": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@baeta/generator-sdk": "^0.0.3",
28
- "@baeta/plugin-exec": "^0.0.1",
27
+ "@baeta/generator-sdk": "^0.0.4",
28
+ "@baeta/plugin-exec": "^0.0.2",
29
29
  "execa": "^6.1.0"
30
30
  },
31
31
  "devDependencies": {