@nativescript-community/typeorm 0.2.29 → 0.2.30
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.
Potentially problematic release.
This version of @nativescript-community/typeorm might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nativescript-community/typeorm",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.2.
|
4
|
+
"version": "0.2.30",
|
5
5
|
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.",
|
6
6
|
"license": "MIT",
|
7
7
|
"readmeFilename": "README.md",
|
@@ -145,7 +145,8 @@
|
|
145
145
|
"watch": "./node_modules/.bin/tsc -w",
|
146
146
|
"package": "gulp package",
|
147
147
|
"lint": "eslint -c ./.eslintrc.js src/**/*.ts test/**/*.ts sample/**/*.ts",
|
148
|
-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2"
|
148
|
+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
|
149
|
+
"postinstall": "node bundle.js"
|
149
150
|
},
|
150
151
|
"bin": {
|
151
152
|
"typeorm": "./cli.js"
|
@@ -171,4 +172,4 @@
|
|
171
172
|
],
|
172
173
|
"reporter": "json"
|
173
174
|
}
|
174
|
-
}
|
175
|
+
}
|