@modern-js/utils
Advanced tools
Comparing version 1.0.0-rc.12 to 1.0.0-rc.13
# @modern-js/utils | ||
## 1.0.0-rc.13 | ||
### Patch Changes | ||
- 224f7fe: fix server route match | ||
- 204c626: feat: initial | ||
## 1.0.0-rc.12 | ||
@@ -4,0 +11,0 @@ |
@@ -184,3 +184,3 @@ /** | ||
'@modern-js/plugin-tailwindcss': [{ | ||
target: 'tools.tailwind', | ||
target: 'tools.tailwindcss', | ||
schema: { | ||
@@ -187,0 +187,0 @@ typeof: ['object', 'function'] |
@@ -201,3 +201,3 @@ "use strict"; | ||
'@modern-js/plugin-tailwindcss': [{ | ||
target: 'tools.tailwind', | ||
target: 'tools.tailwindcss', | ||
schema: { | ||
@@ -204,0 +204,0 @@ typeof: ['object', 'function'] |
@@ -184,3 +184,3 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
'@modern-js/plugin-tailwindcss': [{ | ||
target: 'tools.tailwind', | ||
target: 'tools.tailwindcss', | ||
schema: { | ||
@@ -187,0 +187,0 @@ "typeof": ['object', 'function'] |
{ | ||
"name": "@modern-js/utils", | ||
"version": "1.0.0-rc.12", | ||
"version": "1.0.0-rc.13", | ||
"jsnext:source": "./src/index.ts", | ||
@@ -56,4 +56,4 @@ "types": "./dist/types/index.d.ts", | ||
"webpack": "^5.54.0", | ||
"@modern-js/plugin-testing": "^1.0.0-rc.12", | ||
"@modern-js/module-tools": "^1.0.0-rc.12" | ||
"@modern-js/plugin-testing": "^1.0.0-rc.13", | ||
"@modern-js/module-tools": "^1.0.0-rc.13" | ||
}, | ||
@@ -60,0 +60,0 @@ "peerDependencies": { |
@@ -148,3 +148,3 @@ /** | ||
{ | ||
target: 'tools.tailwind', | ||
target: 'tools.tailwindcss', | ||
schema: { typeof: ['object', 'function'] }, | ||
@@ -151,0 +151,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
255396