@prisma-psm/core 1.0.0 → 1.0.2

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.
@@ -0,0 +1,10 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="ImplicitTypeConversion" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="BITS" value="1720" />
6
+ <option name="FLAG_EXPLICIT_CONVERSION" value="true" />
7
+ <option name="IGNORE_NODESET_TO_BOOLEAN_VIA_STRING" value="true" />
8
+ </inspection_tool>
9
+ </profile>
10
+ </component>
package/.idea/modules.xml CHANGED
@@ -3,6 +3,7 @@
3
3
  <component name="ProjectModuleManager">
4
4
  <modules>
5
5
  <module fileurl="file://$PROJECT_DIR$/.idea/psm.iml" filepath="$PROJECT_DIR$/.idea/psm.iml" />
6
+ <module fileurl="file://$PROJECT_DIR$/../psm-pg/.idea/psm-pg.iml" filepath="$PROJECT_DIR$/../psm-pg/.idea/psm-pg.iml" />
6
7
  </modules>
7
8
  </component>
8
9
  </project>
package/.idea/php.xml CHANGED
@@ -1,5 +1,15 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <project version="4">
3
+ <component name="MessDetectorOptionsConfiguration">
4
+ <option name="transferred" value="true" />
5
+ </component>
6
+ <component name="PHPCSFixerOptionsConfiguration">
7
+ <option name="transferred" value="true" />
8
+ </component>
9
+ <component name="PHPCodeSnifferOptionsConfiguration">
10
+ <option name="highlightLevel" value="WARNING" />
11
+ <option name="transferred" value="true" />
12
+ </component>
3
13
  <component name="PhpStanOptionsConfiguration">
4
14
  <option name="transferred" value="true" />
5
15
  </component>
package/.idea/psm.iml CHANGED
@@ -4,5 +4,6 @@
4
4
  <content url="file://$MODULE_DIR$" />
5
5
  <orderEntry type="inheritedJdk" />
6
6
  <orderEntry type="sourceFolder" forTests="false" />
7
+ <orderEntry type="module" module-name="psm-pg" />
7
8
  </component>
8
9
  </module>
package/.idea/vcs.xml CHANGED
@@ -3,5 +3,6 @@
3
3
  <component name="VcsDirectoryMappings">
4
4
  <mapping directory="" vcs="Git" />
5
5
  <mapping directory="$PROJECT_DIR$" vcs="Git" />
6
+ <mapping directory="$PROJECT_DIR$/../psm-pg" vcs="Git" />
6
7
  </component>
7
8
  </project>
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@prisma-psm/core",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "PSM - Prisma SAFE MIGRATE",
5
- "main": "index.js",
5
+ "main": "src/index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes