manifest 4.17.8 → 4.17.10
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 +1 -10
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -12,10 +12,9 @@
|
|
|
12
12
|
<a href="https://www.codefactor.io/repository/github/mnfst/manifest" target="_blank"><img alt="CodeFactor Grade" src="https://img.shields.io/codefactor/grade/github/mnfst/manifest"></a>
|
|
13
13
|
<a href="https://github.com/mnfst/manifest/blob/master/.github/workflows/ci-cd.yml"><img alt="CI-CD Status badge" src="https://github.com/mnfst/manifest/actions/workflows/ci-cd.yml/badge.svg"></a>
|
|
14
14
|
<a href="https://discord.com/invite/FepAked3W7" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/1089907785178812499?label=discord"></a>
|
|
15
|
-
<a href="https://opencollective.com/mnfst" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
|
|
16
15
|
<a href="https://codecov.io/gh/mnfst/manifest" ><img src="https://codecov.io/gh/mnfst/manifest/graph/badge.svg?token=9URG40MEWY"/></a>
|
|
17
|
-
<a href="https://github.com/mnfst/manifest/blob/develop/LICENSE" target="_blank"><img alt="License MIT" src="https://img.shields.io/badge/licence-MIT-green"></a>
|
|
18
16
|
<a href="https://www.jsdelivr.com/package/npm/manifest" target="_blank"><img alt="jsdelivr" src="https://data.jsdelivr.com/v1/package/npm/manifest/badge"></a>
|
|
17
|
+
<a href="https://github.com/mnfst/manifest/blob/develop/LICENSE" target="_blank"><img alt="License MIT" src="https://img.shields.io/badge/licence-MIT-green"></a>
|
|
19
18
|
<br>
|
|
20
19
|
</p>
|
|
21
20
|
Manifest is an open source, portable backend that bundles data, storage, logic, auth and even an admin panel to speed up your prototypes and MVPs.
|
|
@@ -56,11 +55,3 @@ npx create-manifest@latest
|
|
|
56
55
|
# Yarn
|
|
57
56
|
yarn create manifest
|
|
58
57
|
```
|
|
59
|
-
|
|
60
|
-
Using an AI coding editor or LLM-powered workflow? These commands configure your project to work seamlessly with it:
|
|
61
|
-
|
|
62
|
-
```bash
|
|
63
|
-
yarn create manifest --cursor # Installs Cursor IDE rules
|
|
64
|
-
yarn create manifest --copilot # Installs Copilot rules
|
|
65
|
-
yarn create manifest --windsurf # Install Windsurf rules
|
|
66
|
-
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "manifest",
|
|
3
|
-
"version": "4.17.
|
|
3
|
+
"version": "4.17.10",
|
|
4
4
|
"description": "1-file backend to ship fast",
|
|
5
5
|
"author": "Manifest",
|
|
6
6
|
"license": "MIT",
|
|
@@ -70,8 +70,7 @@
|
|
|
70
70
|
"test:e2e:ci": "npm run test:e2e:sqlite -- --ci && npm run test:e2e:postgres -- --ci && npm run test:e2e:mysql -- --ci",
|
|
71
71
|
"test:unit": "jest --config ./jest.config.json",
|
|
72
72
|
"test:unit:ci": "jest --config ./jest.config.json --ci --coverage",
|
|
73
|
-
"postbuild": "rm -fr ./dist/admin/dist && rm ./dist/tsconfig.build.tsbuildinfo"
|
|
74
|
-
"postpublish": "node ../../../scripts/update-package.js"
|
|
73
|
+
"postbuild": "rm -fr ./dist/admin/dist && rm ./dist/tsconfig.build.tsbuildinfo"
|
|
75
74
|
},
|
|
76
75
|
"files": [
|
|
77
76
|
"/dist",
|