@spinajs/orm-api 2.0.490 → 2.0.494

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/package.json CHANGED
@@ -1,69 +1,71 @@
1
- {
2
- "name": "@spinajs/orm-api",
3
- "version": "2.0.490",
4
- "description": "Orm extensions for HTTP module",
5
- "main": "lib/cjs/index.js",
6
- "module": "lib/mjs/index.js",
7
- "exports": {
8
- ".": {
9
- "types": "./lib/mjs/index.d.ts",
10
- "import": "./lib/mjs/index.js",
11
- "require": "./lib/cjs/index.js"
12
- }
13
- },
14
- "type": "module",
15
- "private": false,
16
- "publishConfig": { "access": "public" },
17
- "engines": {
18
- "node": ">=16.11"
19
- },
20
- "scripts": {
21
- "build": "npm run clean && npm run compile",
22
- "compile": "tsc -b tsconfig.mjs.json",
23
- "compile:cjs": "tsc -b tsconfig.cjs.json",
24
- "rimraf": "./node_modules/rimraf/bin.js",
25
- "clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo",
26
- "test": "ts-mocha -p tsconfig.json test/**/*.test.ts",
27
- "coverage": "nyc npm run test",
28
- "build-docs": "rimraf api-docs && typedoc --options typedoc.json src/",
29
- "format": "prettier --write \"src/**/*.ts\"",
30
- "lint": "eslint -c .eslintrc.cjs --ext .ts src --fix",
31
- "preversion": "npm run lint",
32
- "version": "npm run format && git add -A src"
33
- },
34
- "files": [
35
- "lib/**/*"
36
- ],
37
- "repository": {
38
- "type": "git",
39
- "url": "git+https://github.com/spinajs/main.git"
40
- },
41
- "keywords": [
42
- "spinajs",
43
- "rbac"
44
- ],
45
- "author": "SpinaJS <spinajs@coderush.pl> (https://github.com/spinajs/main)",
46
- "license": "MIT",
47
- "bugs": {
48
- "url": "https://github.com/spinajs/main/issues"
49
- },
50
- "homepage": "https://github.com/spinajs/main#readme",
51
- "dependencies": {
52
- "@spinajs/configuration": "^2.0.490",
53
- "@spinajs/di": "^2.0.490",
54
- "@spinajs/exceptions": "^2.0.490",
55
- "@spinajs/http": "^2.0.490",
56
- "@spinajs/intl-orm": "2.0.490",
57
- "@spinajs/log": "^2.0.490",
58
- "@spinajs/orm": "2.0.490",
59
- "@spinajs/validation": "2.0.490",
60
- "@spinajs/rbac": "^2.0.490",
61
- "@spinajs/rbac-http": "^2.0.490",
62
- "lodash": "^4.17.21",
63
- "luxon": "^3.6.1"
64
- },
65
- "devDependencies": {
66
- "@spinajs/orm-sqlite": "2.0.490"
67
- },
68
- "gitHead": "b0f038aa2814b69b242ab9a277b26d73d39544d2"
69
- }
1
+ {
2
+ "name": "@spinajs/orm-api",
3
+ "version": "2.0.494",
4
+ "description": "Orm extensions for HTTP module",
5
+ "main": "lib/cjs/index.js",
6
+ "module": "lib/mjs/index.js",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./lib/mjs/index.d.ts",
10
+ "import": "./lib/mjs/index.js",
11
+ "require": "./lib/cjs/index.js"
12
+ }
13
+ },
14
+ "type": "module",
15
+ "private": false,
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "engines": {
20
+ "node": ">=16.11"
21
+ },
22
+ "scripts": {
23
+ "build": "npm run clean && npm run compile",
24
+ "compile": "tsc -b tsconfig.mjs.json",
25
+ "compile:cjs": "tsc -b tsconfig.cjs.json",
26
+ "rimraf": "./node_modules/rimraf/bin.js",
27
+ "clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo",
28
+ "test": "ts-mocha -p tsconfig.json test/**/*.test.ts",
29
+ "coverage": "nyc npm run test",
30
+ "build-docs": "rimraf api-docs && typedoc --options typedoc.json src/",
31
+ "format": "prettier --write \"src/**/*.ts\"",
32
+ "lint": "eslint -c .eslintrc.cjs --ext .ts src --fix",
33
+ "preversion": "npm run lint",
34
+ "version": "npm run format && git add -A src"
35
+ },
36
+ "files": [
37
+ "lib/**/*"
38
+ ],
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "git+https://github.com/spinajs/main.git"
42
+ },
43
+ "keywords": [
44
+ "spinajs",
45
+ "rbac"
46
+ ],
47
+ "author": "SpinaJS <spinajs@coderush.pl> (https://github.com/spinajs/main)",
48
+ "license": "MIT",
49
+ "bugs": {
50
+ "url": "https://github.com/spinajs/main/issues"
51
+ },
52
+ "homepage": "https://github.com/spinajs/main#readme",
53
+ "dependencies": {
54
+ "@spinajs/configuration": "2.0.494",
55
+ "@spinajs/di": "2.0.494",
56
+ "@spinajs/exceptions": "2.0.494",
57
+ "@spinajs/http": "2.0.494",
58
+ "@spinajs/intl-orm": "2.0.494",
59
+ "@spinajs/log": "2.0.494",
60
+ "@spinajs/orm": "2.0.494",
61
+ "@spinajs/validation": "2.0.494",
62
+ "@spinajs/rbac": "2.0.494",
63
+ "@spinajs/rbac-http": "2.0.494",
64
+ "lodash": "^4.17.21",
65
+ "luxon": "^3.6.1"
66
+ },
67
+ "devDependencies": {
68
+ "@spinajs/orm-sqlite": "2.0.494"
69
+ },
70
+ "gitHead": "b0f038aa2814b69b242ab9a277b26d73d39544d2"
71
+ }