-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using correct ts to remove api from being required arg
- Loading branch information
Showing
3 changed files
with
143 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,140 +1,140 @@ | ||
{ | ||
"name": "@gavant/ember-table", | ||
"version": "3.2.1", | ||
"description": "Data tables built using ember-table", | ||
"keywords": [ | ||
"ember-addon", | ||
"gavant", | ||
"table", | ||
"ember-table" | ||
], | ||
"repository": "https://github.com/Gavant/gavant-ember-table", | ||
"license": "MIT", | ||
"author": "Gavant Software, Inc.", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"build": "rollup --config", | ||
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'", | ||
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", | ||
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern", | ||
"lint:js": "eslint . --cache", | ||
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern", | ||
"lint:js:fix": "eslint . --fix", | ||
"start": "rollup --config --watch", | ||
"test": "echo 'A v2 addon does not have tests, run tests in test-app'", | ||
"prepublishOnly": "rollup --config" | ||
}, | ||
"dependencies": { | ||
"@embroider/addon-shim": "^1.0.0", | ||
"@embroider/util": "^1.0.0", | ||
"@gavant/glint-template-types": "^0.1.8" | ||
}, | ||
"peerDependencies": { | ||
"@ember/render-modifiers": "^2.0.4", | ||
"ember-on-resize-modifier": "^1.0.0", | ||
"ember-responsive": "^4.0.2", | ||
"ember-table": "^5.0.0", | ||
"ember-truth-helpers": "^3.0.0", | ||
"ember-source": ">= 3.28.0", | ||
"ember-useragent": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.2", | ||
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/plugin-proposal-decorators": "^7.18.2", | ||
"@babel/plugin-proposal-private-methods": "^7.16.11", | ||
"@babel/plugin-transform-runtime": "^7.16.10", | ||
"@babel/plugin-transform-typescript": "^7.16.8", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@babel/runtime": "^7.16.7", | ||
"@embroider/addon-dev": "^1.7.1", | ||
"@glint/core": "^0.9.4", | ||
"@glint/environment-ember-loose": "^0.9.4", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@types/ember-qunit": "^5.0.0", | ||
"@types/ember-resolver": "^5.0.11", | ||
"@types/ember__application": "^4.0.0", | ||
"@types/ember__array": "^4.0.1", | ||
"@types/ember__component": "^4.0.8", | ||
"@types/ember__controller": "^4.0.0", | ||
"@types/ember__debug": "^4.0.1", | ||
"@types/ember__engine": "^4.0.0", | ||
"@types/ember__error": "^4.0.0", | ||
"@types/ember__object": "^4.0.2", | ||
"@types/ember__polyfills": "^4.0.0", | ||
"@types/ember__routing": "^4.0.7", | ||
"@types/ember__runloop": "^4.0.1", | ||
"@types/ember__service": "^4.0.0", | ||
"@types/ember__string": "^3.0.9", | ||
"@types/ember__template": "^4.0.0", | ||
"@types/ember__test": "^4.0.0", | ||
"@types/ember__test-helpers": "^2.6.1", | ||
"@types/ember__utils": "^4.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"babel-eslint": "^10.1.0", | ||
"ember-template-lint": "^4.3.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-ember": "^10.5.9", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-qunit": "^7.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.6.1", | ||
"release-it": "^14.14.0", | ||
"rollup": "^2.75.5", | ||
"rollup-plugin-ts": "^3.0.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/*" | ||
], | ||
"components/table": [ | ||
"dist/components/table/index.d.ts" | ||
], | ||
"components/row/expandable-row": [ | ||
"dist/components/row/expandable-row/index.d.ts" | ||
] | ||
} | ||
}, | ||
"engines": { | ||
"node": "14.* || >= 16" | ||
}, | ||
"ember": { | ||
"edition": "octane" | ||
}, | ||
"ember-addon": { | ||
"version": 2, | ||
"type": "addon", | ||
"main": "addon-main.js", | ||
"app-js": { | ||
"./components/ember-table-override/index.js": "./dist/_app_/components/ember-table-override/index.js", | ||
"./components/ember-tbody-override/index.js": "./dist/_app_/components/ember-tbody-override/index.js", | ||
"./components/progress-spinner/index.js": "./dist/_app_/components/progress-spinner/index.js", | ||
"./components/row/expandable-row/index.js": "./dist/_app_/components/row/expandable-row/index.js", | ||
"./components/row/loading/index.js": "./dist/_app_/components/row/loading/index.js", | ||
"./components/row/no-results/index.js": "./dist/_app_/components/row/no-results/index.js", | ||
"./components/table/index.js": "./dist/_app_/components/table/index.js" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*": { | ||
"default": "./dist/*.js" | ||
}, | ||
"./addon-main.js": "./addon-main.js" | ||
}, | ||
"volta": { | ||
"extends": "../package.json" | ||
"name": "@gavant/ember-table", | ||
"version": "3.2.1", | ||
"description": "Data tables built using ember-table", | ||
"keywords": [ | ||
"ember-addon", | ||
"gavant", | ||
"table", | ||
"ember-table" | ||
], | ||
"repository": "https://github.com/Gavant/gavant-ember-table", | ||
"license": "MIT", | ||
"author": "Gavant Software, Inc.", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"build": "rollup --config", | ||
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'", | ||
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", | ||
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern", | ||
"lint:js": "eslint . --cache", | ||
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern", | ||
"lint:js:fix": "eslint . --fix", | ||
"start": "rollup --config --watch", | ||
"test": "echo 'A v2 addon does not have tests, run tests in test-app'", | ||
"prepublishOnly": "rollup --config" | ||
}, | ||
"dependencies": { | ||
"@embroider/addon-shim": "^1.0.0", | ||
"@embroider/util": "^1.0.0", | ||
"@gavant/glint-template-types": "^0.1.8" | ||
}, | ||
"peerDependencies": { | ||
"@ember/render-modifiers": "^2.0.4", | ||
"ember-on-resize-modifier": "^1.0.0", | ||
"ember-responsive": "^4.0.2", | ||
"ember-table": "^5.0.0", | ||
"ember-truth-helpers": "^3.0.0", | ||
"ember-source": ">= 3.28.0", | ||
"ember-useragent": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.2", | ||
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/plugin-proposal-decorators": "^7.18.2", | ||
"@babel/plugin-proposal-private-methods": "^7.16.11", | ||
"@babel/plugin-transform-runtime": "^7.16.10", | ||
"@babel/plugin-transform-typescript": "^7.16.8", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@babel/runtime": "^7.16.7", | ||
"@embroider/addon-dev": "^1.7.1", | ||
"@glint/core": "^0.9.4", | ||
"@glint/environment-ember-loose": "^0.9.4", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@types/ember-qunit": "^5.0.0", | ||
"@types/ember-resolver": "^5.0.11", | ||
"@types/ember__application": "^4.0.0", | ||
"@types/ember__array": "^4.0.1", | ||
"@types/ember__component": "^4.0.8", | ||
"@types/ember__controller": "^4.0.0", | ||
"@types/ember__debug": "^4.0.1", | ||
"@types/ember__engine": "^4.0.0", | ||
"@types/ember__error": "^4.0.0", | ||
"@types/ember__object": "^4.0.2", | ||
"@types/ember__polyfills": "^4.0.0", | ||
"@types/ember__routing": "^4.0.7", | ||
"@types/ember__runloop": "^4.0.1", | ||
"@types/ember__service": "^4.0.0", | ||
"@types/ember__string": "^3.0.9", | ||
"@types/ember__template": "^4.0.0", | ||
"@types/ember__test": "^4.0.0", | ||
"@types/ember__test-helpers": "^2.6.1", | ||
"@types/ember__utils": "^4.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"babel-eslint": "^10.1.0", | ||
"ember-template-lint": "^4.3.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-ember": "^10.5.9", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-qunit": "^7.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.6.1", | ||
"release-it": "^14.14.0", | ||
"rollup": "^2.75.5", | ||
"rollup-plugin-ts": "^3.0.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/*" | ||
], | ||
"components/table": [ | ||
"dist/components/table/index.d.ts" | ||
], | ||
"components/row/expandable-row": [ | ||
"dist/components/row/expandable-row/index.d.ts" | ||
] | ||
} | ||
}, | ||
"engines": { | ||
"node": "14.* || >= 16" | ||
}, | ||
"ember": { | ||
"edition": "octane" | ||
}, | ||
"ember-addon": { | ||
"version": 2, | ||
"type": "addon", | ||
"main": "addon-main.js", | ||
"app-js": { | ||
"./components/ember-table-override/index.js": "./dist/_app_/components/ember-table-override/index.js", | ||
"./components/ember-tbody-override/index.js": "./dist/_app_/components/ember-tbody-override/index.js", | ||
"./components/progress-spinner/index.js": "./dist/_app_/components/progress-spinner/index.js", | ||
"./components/row/expandable-row/index.js": "./dist/_app_/components/row/expandable-row/index.js", | ||
"./components/row/loading/index.js": "./dist/_app_/components/row/loading/index.js", | ||
"./components/row/no-results/index.js": "./dist/_app_/components/row/no-results/index.js", | ||
"./components/table/index.js": "./dist/_app_/components/table/index.js" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*": { | ||
"default": "./dist/*.js" | ||
}, | ||
"./addon-main.js": "./addon-main.js" | ||
}, | ||
"volta": { | ||
"extends": "../package.json" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters