@bb-labs/convex-helpers 0.0.5 → 0.0.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.
@@ -1,11 +1,14 @@
1
1
  $ bldr
2
+ ------------- bldr -------------
3
+ 📦 Initializing...
2
4
 
3
- [bldr] • project: ./tsconfig.json
4
- [bldr] rootDir : ./src
5
- [bldr] outDir : ./dist
6
- [bldr] ▶ mode : build
5
+ 📦 Project : ./tsconfig.json
6
+ 📁 Root Dir : ./src
7
+ 📁 Out Dir : ./dist
8
+ ➡️ Mode : Build
7
9
 
8
- cleaning output directory...
9
- output directory cleaned
10
- ▶ starting build...
11
- [bldr] build completed successfully!
10
+ 📦 Cleaning output directory...
11
+ Output directory cleaned
12
+
13
+ 📦 Starting build...
14
+ ✅ Build completed successfully!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bb-labs/convex-helpers",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "npm": true,
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,11 +13,11 @@
13
13
  "clean": "rm -rf node_modules bun.lock dist"
14
14
  },
15
15
  "dependencies": {
16
- "@bb-labs/bldr": "^0.0.16",
17
- "@bb-labs/tsconfigs": "0.0.5",
18
16
  "convex": "^1.31.2"
19
17
  },
20
18
  "devDependencies": {
19
+ "@bb-labs/bldr": "0.0.19",
20
+ "@bb-labs/tsconfigs": "0.0.5",
21
21
  "@types/bun": "latest",
22
22
  "tsc-alias": "^1.8.16"
23
23
  },