@takeshape/util 8.30.0 → 8.35.1

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 (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/util",
3
- "version": "8.30.0",
3
+ "version": "8.35.1",
4
4
  "description": "Shared utilities",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "es"
22
22
  ],
23
23
  "dependencies": {
24
- "@takeshape/routing": "8.30.0",
24
+ "@takeshape/routing": "8.35.1",
25
25
  "@types/url-parse": "^1.4.4",
26
26
  "aws-sdk": "^2.802.0",
27
27
  "classnames": "^2.2.5",
@@ -56,5 +56,6 @@
56
56
  "build:copy": "cp -rf build/src/* lib/",
57
57
  "will-it-blend": "pnpm typecheck && pnpm lint -- --quiet && pnpm test -- --silent --coverage false",
58
58
  "todo": "leasot 'src/**/*.{js,jsx,ts,tsx}'"
59
- }
59
+ },
60
+ "readme": "# Util\n\n## Summary\n\nA grab-bag of general purpose utility functions. The home for functions that need to be shared but small enough to not\nwarrant their own package\n"
60
61
  }