Comparing version 3.29.1 to 3.29.2
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
@@ -506,3 +506,3 @@ export const VERSION: string; | ||
type TreeshakingPreset = 'smallest' | 'safest' | 'recommended'; | ||
export type TreeshakingPreset = 'smallest' | 'safest' | 'recommended'; | ||
@@ -509,0 +509,0 @@ export interface NormalizedTreeshakingOptions { |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v3.29.1 | ||
Sun, 10 Sep 2023 05:55:18 GMT - commit 40da6f85525c2ce48d9fd8d5c3579c41d8ef47a8 | ||
Rollup.js v3.29.2 | ||
Fri, 15 Sep 2023 18:58:54 GMT - commit be3b25c68382b227548cdbcab057d29805e34e02 | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
{ | ||
"name": "rollup", | ||
"version": "3.29.1", | ||
"version": "3.29.2", | ||
"description": "Next-generation ES module bundler", | ||
@@ -74,3 +74,3 @@ "main": "dist/rollup.js", | ||
"@codemirror/state": "^6.2.1", | ||
"@codemirror/view": "^6.17.1", | ||
"@codemirror/view": "^6.18.1", | ||
"@jridgewell/sourcemap-codec": "^1.4.15", | ||
@@ -89,6 +89,6 @@ "@mermaid-js/mermaid-cli": "^10.4.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "~14.18.58", | ||
"@types/node": "~14.18.59", | ||
"@types/yargs-parser": "^21.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.6.0", | ||
"@typescript-eslint/parser": "^6.6.0", | ||
"@typescript-eslint/eslint-plugin": "^6.7.0", | ||
"@typescript-eslint/parser": "^6.7.0", | ||
"@vue/eslint-config-prettier": "^8.0.0", | ||
@@ -105,7 +105,7 @@ "@vue/eslint-config-typescript": "^11.0.3", | ||
"concurrently": "^8.2.1", | ||
"core-js": "^3.32.1", | ||
"core-js": "^3.32.2", | ||
"date-time": "^4.0.0", | ||
"es5-shim": "^4.6.7", | ||
"es6-shim": "^0.35.8", | ||
"eslint": "^8.48.0", | ||
"eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -122,4 +122,4 @@ "eslint-plugin-import": "^2.28.1", | ||
"husky": "^8.0.3", | ||
"inquirer": "^9.2.10", | ||
"is-reference": "^3.0.1", | ||
"inquirer": "^9.2.11", | ||
"is-reference": "^3.0.2", | ||
"lint-staged": "^14.0.1", | ||
@@ -135,3 +135,3 @@ "locate-character": "^3.0.0", | ||
"requirejs": "^2.3.6", | ||
"rollup": "^3.28.1", | ||
"rollup": "^3.29.1", | ||
"rollup-plugin-license": "^3.1.0", | ||
@@ -150,3 +150,3 @@ "rollup-plugin-string": "^3.0.0", | ||
"vite": "^4.4.9", | ||
"vitepress": "^1.0.0-rc.10", | ||
"vitepress": "^1.0.0-rc.12", | ||
"vue": "^3.3.4", | ||
@@ -153,0 +153,0 @@ "weak-napi": "^2.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2519966