@baeta/plugin-prisma 0.0.15 → 0.0.17

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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @baeta/plugin-prisma
2
2
 
3
+ ## 0.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`6a2dd11`](https://github.com/andreisergiu98/baeta/commit/6a2dd110d6ffd2bff25d9c4501faebb052e0cd40)]:
8
+ - @baeta/plugin-exec@0.0.5
9
+ - @baeta/generator-sdk@0.0.7
10
+
11
+ ## 0.0.16
12
+
13
+ ### Patch Changes
14
+
15
+ - [#47](https://github.com/andreisergiu98/baeta/pull/47) [`eb7096d`](https://github.com/andreisergiu98/baeta/commit/eb7096d42a53b17bae0a8365eccb795e7ded02e9) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - update dependencies
16
+
17
+ - [#43](https://github.com/andreisergiu98/baeta/pull/43) [`670501b`](https://github.com/andreisergiu98/baeta/commit/670501b2b1cfb1126be3421293b8ccd597c6ffc2) Thanks [@andreisergiu98](https://github.com/andreisergiu98)! - bump dependencies
18
+
19
+ - Updated dependencies [[`eb7096d`](https://github.com/andreisergiu98/baeta/commit/eb7096d42a53b17bae0a8365eccb795e7ded02e9), [`670501b`](https://github.com/andreisergiu98/baeta/commit/670501b2b1cfb1126be3421293b8ccd597c6ffc2)]:
20
+ - @baeta/generator-sdk@0.0.6
21
+ - @baeta/plugin-exec@0.0.4
22
+
3
23
  ## 0.0.15
4
24
 
5
25
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -36,7 +36,7 @@ function createPrismaClientPlugin(options) {
36
36
  }
37
37
 
38
38
  // index.ts
39
- var prisma_default = prismaPlugin;
39
+ var plugin_prisma_default = prismaPlugin;
40
40
  function prismaPlugin(options) {
41
41
  if (options.generateClient === false) {
42
42
  return [];
@@ -46,4 +46,4 @@ function prismaPlugin(options) {
46
46
 
47
47
 
48
48
 
49
- exports.default = prisma_default; exports.prismaPlugin = prismaPlugin;
49
+ exports.default = plugin_prisma_default; exports.prismaPlugin = prismaPlugin;
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ function createPrismaClientPlugin(options) {
36
36
  }
37
37
 
38
38
  // index.ts
39
- var prisma_default = prismaPlugin;
39
+ var plugin_prisma_default = prismaPlugin;
40
40
  function prismaPlugin(options) {
41
41
  if (options.generateClient === false) {
42
42
  return [];
@@ -44,6 +44,6 @@ function prismaPlugin(options) {
44
44
  return [createPrismaClientPlugin(options)];
45
45
  }
46
46
  export {
47
- prisma_default as default,
47
+ plugin_prisma_default as default,
48
48
  prismaPlugin
49
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baeta/plugin-prisma",
3
- "version": "0.0.15",
3
+ "version": "0.0.17",
4
4
  "homepage": "https://github.com/andreisergiu98/baeta#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/andreisergiu98/baeta/issues"
@@ -8,7 +8,7 @@
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/andreisergiu98/baeta.git",
11
- "directory": "plugins/prisma"
11
+ "directory": "packages/plugin-prisma"
12
12
  },
13
13
  "license": "MIT",
14
14
  "author": "Andrei Pampu <pampu.andrei@pm.me>",
@@ -24,15 +24,15 @@
24
24
  "types": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@baeta/generator-sdk": "^0.0.5",
28
- "@baeta/plugin-exec": "^0.0.3",
27
+ "@baeta/generator-sdk": "^0.0.7",
28
+ "@baeta/plugin-exec": "^0.0.5",
29
29
  "execa": "^6.1.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@baeta/build-tools": "^0.0.0",
32
+ "@baeta/builder": "^0.0.0",
33
33
  "@baeta/tsconfig": "^0.0.0",
34
- "@types/node": "^18.11.18",
35
- "typescript": "^4.9.4"
34
+ "@types/node": "^18.15.11",
35
+ "typescript": "^4.9.5"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=18.0.0"