@spytecgps/nova-orm 0.0.6 → 0.0.8

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.
@@ -16,6 +16,8 @@ See the Apache Version 2.0 License for specific language governing permissions
16
16
  and limitations under the License.
17
17
  ***************************************************************************** */
18
18
 
19
+ /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
20
+
19
21
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
20
22
 
21
23
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "mysql2": "^3.2.3",
31
31
  "reflect-metadata": "^0.1.13",
32
- "typeorm": "0.3.15"
32
+ "typeorm": "0.3.11"
33
33
  },
34
34
  "scripts": {
35
35
  "prepare": "npm run build",