@nocobase/telemetry 1.4.0-alpha.5 → 1.4.0-alpha.7

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 +30 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # NocoBase
2
+
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
6
+
7
+
8
+ ## What is NocoBase
9
+
10
+ NocoBase is a scalability-first, open-source no-code development platform.
11
+ Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
12
+
13
+ Homepage:
14
+ https://www.nocobase.com/
15
+
16
+ Online Demo:
17
+ https://demo.nocobase.com/new
18
+
19
+ Documents:
20
+ https://docs.nocobase.com/
21
+
22
+ Commericial license & plugins:
23
+ https://www.nocobase.com/en/commercial
24
+
25
+ License agreement:
26
+ https://www.nocobase.com/en/agreement
27
+
28
+
29
+ ## Contact Us:
30
+ hello@nocobase.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/telemetry",
3
- "version": "1.4.0-alpha.5",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "nocobase telemetry library",
5
5
  "license": "AGPL-3.0",
6
6
  "main": "./lib/index.js",
@@ -11,7 +11,7 @@
11
11
  "directory": "packages/telemetry"
12
12
  },
13
13
  "dependencies": {
14
- "@nocobase/utils": "1.4.0-alpha.5",
14
+ "@nocobase/utils": "1.4.0-alpha.7",
15
15
  "@opentelemetry/api": "^1.7.0",
16
16
  "@opentelemetry/instrumentation": "^0.46.0",
17
17
  "@opentelemetry/resources": "^1.19.0",
@@ -20,5 +20,5 @@
20
20
  "@opentelemetry/sdk-trace-node": "^1.19.0",
21
21
  "@opentelemetry/semantic-conventions": "^1.19.0"
22
22
  },
23
- "gitHead": "101d541ccb57037bb28c11a0c33b56266da1840b"
23
+ "gitHead": "52bb98fe5fd95cc25baeaaef5aeae9cdd1a0e2fa"
24
24
  }