@goatlab/fluent-firebase 0.6.1
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/README.md +31 -0
- package/dist/index.js +8 -0
- package/package.json +141 -0
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<!-- PROJECT SHIELDS -->
|
|
2
|
+
|
|
3
|
+
[![Stargazers][stars-shield]][stars-url]
|
|
4
|
+
[![Issues][issues-shield]][issues-url]
|
|
5
|
+
[![MIT License][license-shield]][license-url]
|
|
6
|
+
[](http://commitizen.github.io/cz-cli/)
|
|
7
|
+
|
|
8
|
+
<!-- PROJECT LOGO -->
|
|
9
|
+
<br />
|
|
10
|
+
<p align="center">
|
|
11
|
+
<a href="https://github.com/github_username/repo">
|
|
12
|
+
<img src="https://docs.goatlab.io/logo.png" alt="Logo" width="150" height="150">
|
|
13
|
+
</a>
|
|
14
|
+
|
|
15
|
+
<h3 align="center">GOAT-FLUENT</h3>
|
|
16
|
+
|
|
17
|
+
<p align="center">
|
|
18
|
+
Readable query Interface & API generator
|
|
19
|
+
<br />
|
|
20
|
+
<a href="https://docs.goatlab.io/#/0.5.x/fluent/fluent"><strong>Explore the docs »</strong></a>
|
|
21
|
+
<br />
|
|
22
|
+
<br />
|
|
23
|
+
<a href="https://codesandbox.io/s/goat-nestjs-tytmv?file=/src/main.ts">View Demo</a>
|
|
24
|
+
·
|
|
25
|
+
<a href="https://github.com/goat-io/fluent/issues">Report Bug</a>
|
|
26
|
+
·
|
|
27
|
+
<a href="https://github.com/goat-io/fluent/issues">Request Feature</a>
|
|
28
|
+
</p>
|
|
29
|
+
</p>
|
|
30
|
+
|
|
31
|
+
# Goat - Fluent
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FirebaseInit = exports.FirebaseConnector = void 0;
|
|
4
|
+
const FirebaseConnector_1 = require("./FirebaseConnector");
|
|
5
|
+
Object.defineProperty(exports, "FirebaseConnector", { enumerable: true, get: function () { return FirebaseConnector_1.FirebaseConnector; } });
|
|
6
|
+
const FirebaseInit_1 = require("./FirebaseInit");
|
|
7
|
+
Object.defineProperty(exports, "FirebaseInit", { enumerable: true, get: function () { return FirebaseInit_1.FirebaseInit; } });
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@goatlab/fluent-firebase",
|
|
3
|
+
"version": "0.6.1",
|
|
4
|
+
"description": "Readable query Interface & API generator for TS and Node",
|
|
5
|
+
"dependencies": {
|
|
6
|
+
"@goatlab/fluent": "^0.6.1"
|
|
7
|
+
},
|
|
8
|
+
"devDependencies": {
|
|
9
|
+
"@commitlint/cli": "^16.2.3",
|
|
10
|
+
"@commitlint/config-conventional": "^16.2.1",
|
|
11
|
+
"@commitlint/prompt-cli": "^16.2.3",
|
|
12
|
+
"@digitalroute/cz-conventional-changelog-for-jira": "^7.2.1",
|
|
13
|
+
"@types/jest": "^27.4.1",
|
|
14
|
+
"@types/node": "^17.0.23",
|
|
15
|
+
"auto-changelog": "^2.4.0",
|
|
16
|
+
"commitizen": "^4.2.4",
|
|
17
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
18
|
+
"cz-jira-smart-commit": "^3.0.0",
|
|
19
|
+
"dotenv-cli": "^5.1.0",
|
|
20
|
+
"eslint": "^8.5.0",
|
|
21
|
+
"husky": "^7.0.4",
|
|
22
|
+
"jest": "^27.5.1",
|
|
23
|
+
"jest-environment-node": "^27.5.1",
|
|
24
|
+
"npm-pack-zip": "^1.3.0",
|
|
25
|
+
"prettier": "^2.6.1",
|
|
26
|
+
"pretty-quick": "^3.1.3",
|
|
27
|
+
"release-it": "^14.13.1",
|
|
28
|
+
"ts-jest": "^27.1.4",
|
|
29
|
+
"ts-node": "^10.7.0",
|
|
30
|
+
"turbo": "^1.1.10",
|
|
31
|
+
"typescript": "^4.6.3"
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"prebuild": "rimraf dist",
|
|
35
|
+
"prestart": "rimraf dist",
|
|
36
|
+
"predev": "rimraf dist",
|
|
37
|
+
"test": "jest --forceExit --passWithNoTests",
|
|
38
|
+
"dev": "tsc --watch",
|
|
39
|
+
"lint": "eslint src --fix",
|
|
40
|
+
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
|
|
41
|
+
"update:packages": "npm-check-updates -u && yarn",
|
|
42
|
+
"serve": "tsc -w",
|
|
43
|
+
"build": "tsc",
|
|
44
|
+
"pack": "npm-pack-zip",
|
|
45
|
+
"release": "release-it patch --no-npm.publish --ci",
|
|
46
|
+
"release:patch": "release-it patch --no-npm.publish --ci",
|
|
47
|
+
"release:minor": "release-it minor --no-npm.publish --ci",
|
|
48
|
+
"release:major": "release-it major --no-npm.publish --ci ",
|
|
49
|
+
"rc": "release-it --no-npm.publish --ci --preRelease=rc",
|
|
50
|
+
"rc:patch": "release-it patch --no-npm.publish --ci --preRelease=rc",
|
|
51
|
+
"rc:minor": "release-it minor --no-npm.publish --ci --preRelease=rc",
|
|
52
|
+
"rc:major": "release-it major --no-npm.publish --ci --preRelease=rc",
|
|
53
|
+
"changelog": "auto-changelog --template changelog-template.hbs -p -u --commit-limit false",
|
|
54
|
+
"changelog-debug": "auto-changelog --template changelog-template.hbs -p --template json --output changelog-data.json"
|
|
55
|
+
},
|
|
56
|
+
"homepage": "https://docs.goatlab.io",
|
|
57
|
+
"main": "dist/index.js",
|
|
58
|
+
"types": "dist/index.d.ts",
|
|
59
|
+
"private": false,
|
|
60
|
+
"publishConfig": {
|
|
61
|
+
"access": "public"
|
|
62
|
+
},
|
|
63
|
+
"files": [
|
|
64
|
+
"./dist/**/*"
|
|
65
|
+
],
|
|
66
|
+
"keywords": [
|
|
67
|
+
"typescript",
|
|
68
|
+
"TS"
|
|
69
|
+
],
|
|
70
|
+
"author": "ignacio.cabrera@goatlab.io",
|
|
71
|
+
"license": "MIT",
|
|
72
|
+
"commitlint": {
|
|
73
|
+
"extends": [
|
|
74
|
+
"@commitlint/config-conventional"
|
|
75
|
+
],
|
|
76
|
+
"rules": {
|
|
77
|
+
"subject-case": [
|
|
78
|
+
2,
|
|
79
|
+
"never",
|
|
80
|
+
[]
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"husky": {
|
|
85
|
+
"hooks": {
|
|
86
|
+
"pre-commit": "pretty-quick --staged && npm test",
|
|
87
|
+
"commit-msg": "exec < /dev/tty && git cz --hook || true && commitlint -E HUSKY_GIT_PARAMS",
|
|
88
|
+
"pre-push": "npm run build"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"release-it": {
|
|
92
|
+
"src": {
|
|
93
|
+
"commitMessage": "ci: CI-1 [Release] v%s"
|
|
94
|
+
},
|
|
95
|
+
"git": {
|
|
96
|
+
"requireBranch": "master",
|
|
97
|
+
"commitArgs": [
|
|
98
|
+
"--no-verify"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"hooks": {
|
|
102
|
+
"before:init": [
|
|
103
|
+
"npm run build",
|
|
104
|
+
"npm run pack"
|
|
105
|
+
],
|
|
106
|
+
"after:bump": "npm run changelog",
|
|
107
|
+
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
|
108
|
+
},
|
|
109
|
+
"github": {
|
|
110
|
+
"release": true,
|
|
111
|
+
"assets": [
|
|
112
|
+
"./*.zip"
|
|
113
|
+
]
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"auto-changelog": {
|
|
117
|
+
"commitLimit": false,
|
|
118
|
+
"unreleased": true,
|
|
119
|
+
"issueUrl": "https://goatlab.atlassian.net/browse/{id}",
|
|
120
|
+
"replaceText": {
|
|
121
|
+
"[Ff]eature:": "",
|
|
122
|
+
"[Ff]ix:": "",
|
|
123
|
+
"[Bb]reak:": "",
|
|
124
|
+
"([A-Z]+-\\d+)": "[$1](https://goatlab.atlassian.net/browse//$1) - "
|
|
125
|
+
},
|
|
126
|
+
"includeBranch": [
|
|
127
|
+
"master"
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"config": {
|
|
131
|
+
"commitizen": {
|
|
132
|
+
"path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira"
|
|
133
|
+
},
|
|
134
|
+
"mongodbMemoryServer": {
|
|
135
|
+
"version": "latest"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"engines": {
|
|
139
|
+
"node": ">=14.16.0"
|
|
140
|
+
}
|
|
141
|
+
}
|