cojson 0.8.18 → 0.8.19-group-inheritance.0

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.
@@ -0,0 +1,12 @@
1
+
2
+ > cojson@0.8.18 build /Users/anselm/jazz/jazz/packages/cojson
3
+ > rm -rf ./dist && pnpm run build:native && pnpm run build:web
4
+
5
+
6
+ > cojson@0.8.18 build:native /Users/anselm/jazz/jazz/packages/cojson
7
+ > tsc --sourceMap --outDir dist/native -p tsconfig.native.json
8
+
9
+
10
+ > cojson@0.8.18 build:web /Users/anselm/jazz/jazz/packages/cojson
11
+ > tsc --sourceMap --outDir dist/web -p tsconfig.web.json
12
+
@@ -0,0 +1,4 @@
1
+
2
+ > cojson@0.7.35-guest-auth.5 lint /Users/anselm/jazz/jazz/packages/cojson
3
+ > eslint . --ext ts,tsx
4
+