@nx/js 19.0.0 → 19.0.2

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 (2) hide show
  1. package/babel.js +1 -1
  2. package/package.json +4 -4
package/babel.js CHANGED
@@ -16,7 +16,7 @@ module.exports = function (api, options = {}) {
16
16
  // TODO(v20): Remove classProperties since it's no longer needed, now that the class props transform is in preset-env.
17
17
  const loose = options.classProperties?.loose ?? options.loose ?? true;
18
18
  if (options.classProperties) {
19
- devkit_1.logger.warn(`Use =\`loose\` option instead of \`classProperties.loose\`. The \`classProperties\` option will be removed in Nx 19`);
19
+ devkit_1.logger.warn(`Use =\`loose\` option instead of \`classProperties.loose\`. The \`classProperties\` option will be removed in Nx 20`);
20
20
  }
21
21
  return {
22
22
  presets: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/js",
3
- "version": "19.0.0",
3
+ "version": "19.0.2",
4
4
  "private": false,
5
5
  "description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
6
6
  "repository": {
@@ -56,9 +56,9 @@
56
56
  "semver": "^7.5.3",
57
57
  "source-map-support": "0.5.19",
58
58
  "tslib": "^2.3.0",
59
- "@nx/devkit": "19.0.0",
60
- "@nx/workspace": "19.0.0",
61
- "@nrwl/js": "19.0.0"
59
+ "@nx/devkit": "19.0.2",
60
+ "@nx/workspace": "19.0.2",
61
+ "@nrwl/js": "19.0.2"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "verdaccio": "^5.0.4"