@docuninja/builder2.0 0.0.72 → 0.0.73

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.
Files changed (2) hide show
  1. package/README.md +4 -29
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,32 +1,7 @@
1
- # DocuNinja: Builder
1
+ # @docuninja/builder2.0
2
2
 
3
- This is builder component for DocuNinja. Idea behind this to publish package that can be used in any app, just like main use in Invoice Ninja.
3
+ This is a closed-source package. The npm package contains only precompiled/bundled code.
4
4
 
5
- ## Getting started
5
+ Source code is not publicly available.
6
6
 
7
- Main source file in in `src/builder/index.tsx`. This file is exported and built. However, this repo is configured for use as demo.
8
-
9
- ```bash
10
- npm i
11
- npm run dev
12
- ```
13
-
14
- To build and distribute the package:
15
-
16
- ```bash
17
- npm run build
18
- ```
19
-
20
- `dist/` folder will contain distributable file as well as type declaration. Final output is tree shaken, without runtime dependencies (react, react-dom, react/jsx-runtime).
21
-
22
- At the moment, we should target React 18, since we want to maintain high compat with main Invoice Ninja app.
23
-
24
- ### Formatting
25
-
26
- ```
27
- npm run format
28
- ```
29
-
30
- Notes:
31
- - Please stick to strict TypeScript.
32
- - Make sure code builds before you push.
7
+ For all necessary information, contact us at [docuninja.co](https://docuninja.co).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docuninja/builder2.0",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",