@ganju/utils 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  The shared kernel imported by every app and package. Framework-agnostic TypeScript with no runtime dependency on a specific app.
4
4
 
5
- > **Published because [`@ganju/sdk`](https://www.npmjs.com/package/@ganju/sdk) depends on it, not because it has an audience of its own.** It is internal to [Ganju](https://ganju.ai) and changes without notice; nothing here is a stable public API. If you are writing a custom tool, install `@ganju/sdk`.
6
-
7
5
  ## What's in here
8
6
 
9
7
  | Area | Files |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganju/utils",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Shared constants, schemas and helpers for Ganju",
5
5
  "license": "Apache-2.0",
6
6
  "author": "MontoyaAndres <andresmontoyafcb@gmail.com>",