@sondos_rajeh/piece-relative-time-formatter 0.0.7 → 0.0.8

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 ADDED
@@ -0,0 +1,7 @@
1
+ # pieces-relative-time-formatter
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build pieces-relative-time-formatter` to build the library.
@@ -0,0 +1,11 @@
1
+ # pieces-framework
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build pieces-framework` to build the library.
8
+
9
+ ## Running unit tests
10
+
11
+ Run `nx test pieces-framework` to execute the unit tests via [Jest](https://jestjs.io).
@@ -0,0 +1,7 @@
1
+ # pieces-relative-time-formatter
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build pieces-relative-time-formatter` to build the library.
@@ -0,0 +1,7 @@
1
+ # shared
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build shared` to build the library.
package/package.json CHANGED
@@ -1,17 +1,11 @@
1
1
  {
2
2
  "name": "@sondos_rajeh/piece-relative-time-formatter",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "dependencies": {
8
- "@sinclair/typebox": "0.34.11",
9
- "deepmerge-ts": "7.1.0",
10
- "nanoid": "3.3.8",
11
- "semver": "7.6.0",
12
- "tslib": "^2.3.0",
13
- "@activepieces/pieces-framework": "0.20.1",
14
- "@activepieces/shared": "0.22.0"
8
+ "tslib": "^2.3.0"
15
9
  },
16
10
  "publishConfig": {
17
11
  "access": "public"
@@ -27,19 +21,5 @@
27
21
  "relative-time-formatter"
28
22
  ],
29
23
  "author": "sondos",
30
- "license": "MIT",
31
- "overrides": {
32
- "@tryfabric/martian": {
33
- "@notionhq/client": "$@notionhq/client"
34
- },
35
- "vite": {
36
- "rollup": "npm:@rollup/wasm-node"
37
- },
38
- "@opentelemetry/sdk-logs": "0.205.0"
39
- },
40
- "resolutions": {
41
- "rollup": "npm:@rollup/wasm-node",
42
- "@opentelemetry/sdk-trace-base": "latest",
43
- "@opentelemetry/api": "latest"
44
- }
45
- }
24
+ "license": "MIT"
25
+ }