@spinajs/queue-orm-transport 2.0.491 → 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,63 +1,65 @@
1
- {
2
- "name": "@spinajs/queue-orm-transport",
3
- "version": "2.0.491",
4
- "description": "simple job transport based on sqlite. Reads & writes jobs to execute in local sqlite database. used for testing & simple projects",
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 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
- "http"
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
- "devDependencies": {
52
- "@types/luxon": "^2.3.1",
53
- "@types/node": "^16.11.11"
54
- },
55
- "dependencies": {
56
- "@spinajs/configuration": "^2.0.491",
57
- "@spinajs/di": "^2.0.491",
58
- "@spinajs/exceptions": "^2.0.491",
59
- "@spinajs/log": "^2.0.491",
60
- "@spinajs/orm": "2.0.491"
61
- },
62
- "gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee"
63
- }
1
+ {
2
+ "name": "@spinajs/queue-orm-transport",
3
+ "version": "2.0.494",
4
+ "description": "simple job transport based on sqlite. Reads & writes jobs to execute in local sqlite database. used for testing & simple projects",
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 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
+ "http"
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
+ "devDependencies": {
54
+ "@types/luxon": "^2.3.1",
55
+ "@types/node": "^16.11.11"
56
+ },
57
+ "dependencies": {
58
+ "@spinajs/configuration": "2.0.494",
59
+ "@spinajs/di": "2.0.494",
60
+ "@spinajs/exceptions": "2.0.494",
61
+ "@spinajs/log": "2.0.494",
62
+ "@spinajs/orm": "2.0.494"
63
+ },
64
+ "gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee"
65
+ }