@nx/rollup 20.1.0-canary.20241107-fd2e8d0 → 20.1.0-canary.20241108-6882ad1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/rollup",
|
3
|
-
"version": "20.1.0-canary.
|
3
|
+
"version": "20.1.0-canary.20241108-6882ad1",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
|
6
6
|
"repository": {
|
@@ -43,12 +43,12 @@
|
|
43
43
|
"rollup-plugin-postcss": "^4.0.2",
|
44
44
|
"rollup-plugin-typescript2": "^0.36.0",
|
45
45
|
"tslib": "^2.3.0",
|
46
|
-
"@nx/devkit": "20.1.0-canary.
|
47
|
-
"@nx/js": "20.1.0-canary.
|
46
|
+
"@nx/devkit": "20.1.0-canary.20241108-6882ad1",
|
47
|
+
"@nx/js": "20.1.0-canary.20241108-6882ad1"
|
48
48
|
},
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
|
-
"
|
53
|
-
"
|
52
|
+
"types": "./index.d.ts",
|
53
|
+
"type": "commonjs"
|
54
54
|
}
|