@codemod-utils/ember-cli-string
Advanced tools
Comparing version 0.1.1 to 1.0.0
/* https://github.com/ember-cli/ember-cli-string-utils/blob/v1.1.0/index.js */ | ||
/* https://github.com/emberjs/ember.js/blob/v4.12.1/blueprints/component/index.js#L255-L256 */ | ||
/* https://github.com/emberjs/ember.js/blob/v5.2.0/blueprints/component/index.js#L255-L256 */ | ||
import { camelize } from './camelize.js'; | ||
@@ -4,0 +4,0 @@ export function classify(value) { |
@@ -1,2 +0,2 @@ | ||
/* https://github.com/emberjs/ember.js/blob/v4.12.1/blueprints/component-test/index.js#L13-L16 */ | ||
/* https://github.com/emberjs/ember.js/blob/v5.2.0/blueprints/component-test/index.js#L13-L16 */ | ||
import { classify } from './classify.js'; | ||
@@ -3,0 +3,0 @@ export function doubleColonize(value) { |
{ | ||
"name": "@codemod-utils/ember-cli-string", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Utilities for string, as used by Ember CLI", | ||
@@ -39,16 +39,16 @@ "keywords": [ | ||
"devDependencies": { | ||
"@sondr3/minitest": "^0.1.1", | ||
"@sondr3/minitest": "^0.1.2", | ||
"@types/lodash.template": "^4.5.1", | ||
"@types/node": "^16.11.7", | ||
"concurrently": "^8.2.0", | ||
"eslint": "^8.44.0", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.6", | ||
"@types/node": "^18.17.15", | ||
"concurrently": "^8.2.1", | ||
"eslint": "^8.49.0", | ||
"prettier": "^3.0.3", | ||
"typescript": "^5.2.2", | ||
"@shared-configs/typescript": "0.0.0", | ||
"@shared-configs/eslint-config-node": "0.0.0", | ||
"@codemod-utils/tests": "0.2.5", | ||
"@shared-configs/prettier": "0.0.0" | ||
"@shared-configs/prettier": "0.0.0", | ||
"@codemod-utils/tests": "1.0.0" | ||
}, | ||
"engines": { | ||
"node": "16.* || >= 18" | ||
"node": "18.* || >= 20" | ||
}, | ||
@@ -55,0 +55,0 @@ "scripts": { |
@@ -61,3 +61,3 @@ [![This project uses GitHub Actions for continuous integration.](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/ijlee2/codemod-utils/actions/workflows/ci.yml) | ||
- Node.js v16 or above | ||
- Node.js v18 or above | ||
@@ -64,0 +64,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
6042