@bb-labs/deep-sort-test 0.0.6 → 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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,6 +30,7 @@ csd
30
30
 
31
31
  ### `deepSort(value: unknown): unknown`
32
32
 
33
+ csa
33
34
  Returns a **fully normalized, deeply sortecasd copy** of any JSON-compatible data structure.
34
35
 
35
36
  Behavior:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bb-labs/deep-sort-test",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "npm": true,
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,4 +28,4 @@
28
28
  "@tamtamchik/json-deep-sort": "^1.4.1",
29
29
  "superjson": "^2.2.6"
30
30
  }
31
- }
31
+ }