@nrwl/workspace 0.0.0-pr-22179-271588f → 0.0.0-pr-26482-ebe2dba

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  (The MIT License)
2
2
 
3
- Copyright (c) 2017-2023 Narwhal Technologies Inc.
3
+ Copyright (c) 2017-2024 Narwhal Technologies Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [Read more here](https://nx.dev/recipes/other/rescope)
6
6
 
7
- @nrwl/workspace will no longer be published in Nx v18.
7
+ @nrwl/workspace will no longer be published in the future.
8
8
 
9
9
  <p style="text-align: center;">
10
10
  <picture>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "0.0.0-pr-22179-271588f",
3
+ "version": "0.0.0-pr-26482-ebe2dba",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "Cypress",
20
20
  "CLI"
21
21
  ],
22
- "main": "./index.js",
22
+ "main": "./index",
23
23
  "typings": "./index.d.ts",
24
24
  "author": "Victor Savkin",
25
25
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "schematics": "./generators.json",
31
31
  "builders": "./executors.json",
32
32
  "dependencies": {
33
- "@nx/workspace": "0.0.0-pr-22179-271588f"
33
+ "@nx/workspace": "0.0.0-pr-26482-ebe2dba"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"