@crossdelta/platform-sdk 0.2.24 → 0.2.25

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.
@@ -2,7 +2,7 @@
2
2
  {
3
3
  "name": "@crossdelta/cloudevents",
4
4
  "description": "CrossDelta CloudEvents SDK for TypeScript",
5
- "link": "https://github.com/orderboss/platform/blob/main/packages/cloudevents/README.md",
5
+ "link": "https://www.npmjs.com/package/@crossdelta/cloudevents",
6
6
  "install": "@crossdelta/cloudevents@^0.1.0",
7
7
  "run": [],
8
8
  "initial": true
@@ -10,7 +10,7 @@
10
10
  {
11
11
  "name": "@crossdelta/telemetry",
12
12
  "description": "Zero-config OpenTelemetry instrumentation for TypeScript services",
13
- "link": "https://github.com/orderboss/platform/blob/main/packages/telemetry/README.md",
13
+ "link": "https://www.npmjs.com/package/@crossdelta/telemetry",
14
14
  "install": "@crossdelta/telemetry@latest",
15
15
  "run": [],
16
16
  "initial": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crossdelta/platform-sdk",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "description": "🚀 Crossdelta Platform SDK - build scalable projects faster",
5
5
  "bin": {
6
6
  "platform": "./bin/cli.js",
@@ -20,10 +20,6 @@
20
20
  "exports": {
21
21
  "./schemas/event.schema.json": "./schemas/event.schema.json"
22
22
  },
23
- "repository": {
24
- "type": "git",
25
- "url": "git@github.com:crossdelta/platform-sdk.git"
26
- },
27
23
  "publishConfig": {
28
24
  "access": "public"
29
25
  },