Compare commits

...

2 Commits

Author SHA1 Message Date
Nikita Dezzpil Orlov
3b6e00ec1d chore(release): 1.1.3 2021-10-04 17:46:50 +03:00
Nikita Dezzpil Orlov
d92396967a fix: путь к файлу типов 2021-10-04 17:46:46 +03:00
3 changed files with 11 additions and 4 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.3](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.1.2...v1.1.3) (2021-10-04)
### Bug Fixes
* путь к файлу типов ([d923969](https://git.archive.systems/Dezzpil/ivanovna.orm/commit/d92396967a79b51fe63d6620eb8b2169260f4ec7))
### [1.1.2](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.1.1...v1.1.2) (2021-09-30)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ivna-orm",
"version": "1.1.2",
"version": "1.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ivna-orm",
"version": "1.1.2",
"version": "1.1.3",
"license": "ISC",
"devDependencies": {
"@jest/test-sequencer": "^27.2.3",

View File

@ -1,6 +1,6 @@
{
"name": "ivna-orm",
"version": "1.1.2",
"version": "1.1.3",
"description": "Mini ORM for convenience",
"main": "dist/index.js",
"files": [
@ -11,7 +11,7 @@
"src/app/**/*",
"orm.d.ts"
],
"types": "dist/index.d.ts",
"types": "orm.d.ts",
"scripts": {
"test": "node --no-warnings node_modules/.bin/jest --runInBand --forceExit",
"build": "rimraf dist && tsc -b -v",