@avalabs/bridge-unified 0.0.0-hello-world-20230824162317 → 0.0.0-hello-world-20230824162438

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.
@@ -12,11 +12,11 @@
12
12
  ESM Build start
13
13
  CJS dist/index.cjs 496.00 B
14
14
  CJS dist/index.cjs.map 4.71 KB
15
- CJS ⚡️ Build success in 730ms
15
+ CJS ⚡️ Build success in 613ms
16
16
  ESM dist/index.js 484.00 B
17
17
  ESM dist/index.js.map 4.71 KB
18
- ESM ⚡️ Build success in 746ms
18
+ ESM ⚡️ Build success in 613ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 8791ms
20
+ DTS ⚡️ Build success in 7120ms
21
21
  DTS dist/index.d.cts 1.25 KB
22
22
  DTS dist/index.d.ts 1.25 KB
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # @avalabs/unified-bridge
2
2
 
3
- ## 0.0.0-hello-world-20230824162317
3
+ ## 0.0.0-hello-world-20230824162438
4
+
5
+ ### Patch Changes
6
+
7
+ - f99298c: hello world
4
8
 
5
9
  ## 1.0.1
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/bridge-unified",
3
- "version": "0.0.0-hello-world-20230824162317",
3
+ "version": "0.0.0-hello-world-20230824162438",
4
4
  "main": "dist/index.js",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -11,9 +11,9 @@
11
11
  "devDependencies": {
12
12
  "tsup": "7.2.0",
13
13
  "type-fest": "4.2.0",
14
- "eslint-config-custom": "0.0.0-hello-world-20230824162317",
15
- "@internal/bridge-shared": "0.0.0-hello-world-20230824162317",
16
- "@internal/tsup-config": "0.0.0-hello-world-20230824162317"
14
+ "eslint-config-custom": "0.0.0-hello-world-20230824162438",
15
+ "@internal/bridge-shared": "0.0.0-hello-world-20230824162438",
16
+ "@internal/tsup-config": "0.0.0-hello-world-20230824162438"
17
17
  },
18
18
  "scripts": {
19
19
  "build": "tsup",