@ember-data/tracking
Advanced tools
Comparing version 4.9.0 to 4.9.1
@@ -1,19 +0,4 @@ | ||
const path = require('path'); | ||
const Funnel = require('broccoli-funnel'); | ||
module.exports = { | ||
name: require('./package.json').name, | ||
options: { | ||
babel: { | ||
plugins: [require.resolve('./lib/transform-ext.js')], | ||
}, | ||
}, | ||
treeForAddon() { | ||
const assetDir = path.join(__dirname, './dist'); | ||
return this._super.treeForAddon.call(this, new Funnel(assetDir, { include: ['**/*.js'] })); | ||
}, | ||
treeForVendor() { | ||
@@ -20,0 +5,0 @@ return; |
{ | ||
"name": "@ember-data/tracking", | ||
"description": "Tracking Primitives for controlling change notification of Tracked properties when working with EmberData", | ||
"version": "4.9.0", | ||
"version": "4.9.1", | ||
"private": false, | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
"url": "git+ssh://git@github.com:emberjs/data.git", | ||
"directory": "addons/tracking" | ||
"directory": "packages/tracking" | ||
}, | ||
@@ -26,14 +26,7 @@ "homepage": "https://github.com/emberjs/data", | ||
"dependencies": { | ||
"broccoli-funnel": "^3.0.8", | ||
"ember-cli-babel": "^7.26.11" | ||
}, | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./*": "./dist/*", | ||
"./addon-main.js": "./addon-main.js" | ||
}, | ||
"files": [ | ||
"lib", | ||
"addon-main.js", | ||
"dist" | ||
"addon" | ||
], | ||
@@ -46,15 +39,16 @@ "ember-addon": { | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
"@babel/core": "^7.20.2", | ||
"@babel/cli": "^7.19.3", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-decorators": "^7.20.0", | ||
"@babel/plugin-proposal-decorators": "^7.20.2", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/plugin-transform-typescript": "^7.20.0", | ||
"@babel/preset-env": "^7.19.4", | ||
"@babel/plugin-transform-typescript": "^7.20.2", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@babel/runtime": "^7.20.0", | ||
"@embroider/addon-dev": "^2.0.0", | ||
"@rollup/plugin-babel": "^6.0.2", | ||
"@babel/runtime": "^7.20.1", | ||
"@embroider/addon-dev": "^3.0.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"rollup": "^3.2.3", | ||
"tslib": "^2.4.0", | ||
"rollup": "^3.4.0", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.8.4", | ||
@@ -67,5 +61,5 @@ "walk-sync": "^3.0.0" | ||
"scripts": { | ||
"build": "rollup --config", | ||
"build": "rollup --config && babel ./addon --out-dir addon --plugins=../private-build-infra/src/transforms/babel-plugin-transform-ext.js", | ||
"start": "rollup --config --watch" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14791
1
16
8
157
- Removedbroccoli-funnel@^3.0.8
- Removedbroccoli-funnel@3.0.8(transitive)
- Removedbroccoli-node-api@1.7.0(transitive)
- Removedbroccoli-node-info@2.2.0(transitive)
- Removedbroccoli-output-wrapper@3.2.5(transitive)
- Removedbroccoli-plugin@4.0.7(transitive)
- Removedfs-extra@8.1.0(transitive)
- Removedfs-merger@3.2.1(transitive)
- Removedpromise-map-series@0.3.0(transitive)
- Removedwalk-sync@2.2.0(transitive)