Sfoglia il codice sorgente

update dependencies

Gildas 2 anni fa
parent
commit
470a2b9ee6
6 ha cambiato i file con 34 aggiunte e 34 eliminazioni
  1. 0 0
      lib/single-file-extension.js
  2. 0 0
      lib/single-file.js
  3. 12 12
      package-lock.json
  4. 2 2
      package.json
  5. 10 10
      rollup.config.dev.js
  6. 10 10
      rollup.config.js

File diff suppressed because it is too large
+ 0 - 0
lib/single-file-extension.js


File diff suppressed because it is too large
+ 0 - 0
lib/single-file.js


+ 12 - 12
package-lock.json

@@ -9,8 +9,8 @@
 			"version": "1.0.51",
 			"license": "AGPL-3.0-or-later",
 			"dependencies": {
-				"single-file-cli": "1.0.63",
-				"single-file-core": "1.0.72"
+				"single-file-cli": "1.0.64",
+				"single-file-core": "1.1.73"
 			},
 			"bin": {
 				"single-file": "cli/single-file"
@@ -219,9 +219,9 @@
 			"dev": true
 		},
 		"node_modules/@types/node": {
-			"version": "20.5.1",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
-			"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
+			"version": "20.5.2",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.2.tgz",
+			"integrity": "sha512-5j/lXt7unfPOUlrKC34HIaedONleyLtwkKggiD/0uuMfT8gg2EOpg0dz4lCD15Ga7muC+1WzJZAjIB9simWd6Q==",
 			"devOptional": true
 		},
 		"node_modules/@types/resolve": {
@@ -1624,16 +1624,16 @@
 			"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA=="
 		},
 		"node_modules/single-file-cli": {
-			"version": "1.0.63",
-			"resolved": "https://registry.npmjs.org/single-file-cli/-/single-file-cli-1.0.63.tgz",
-			"integrity": "sha512-lxfYl/H+zHJoidTk4MtGz+uFy6xsiprRLpZEqFppJwBr/iz0QNMYt+eJnlVF5q0xnyXVyLqU1EznfX528Z0WRg==",
+			"version": "1.0.64",
+			"resolved": "https://registry.npmjs.org/single-file-cli/-/single-file-cli-1.0.64.tgz",
+			"integrity": "sha512-gjWVIxqwmTiWoI3aQorEPRHUG39ewh4xnTfaR55tFyDOP8czz0+/zIw7ypnvLsiQPKfliBEDqsxDbloUaYXNzA==",
 			"dependencies": {
 				"file-url": "3.0.0",
 				"iconv-lite": "0.6.3",
 				"jsdom": "22.1.0",
 				"puppeteer-core": "21.1.0",
 				"selenium-webdriver": "4.11.1",
-				"single-file-core": "1.0.72",
+				"single-file-core": "1.1.73",
 				"strong-data-uri": "1.0.6",
 				"yargs": "17.7.2"
 			},
@@ -1642,9 +1642,9 @@
 			}
 		},
 		"node_modules/single-file-core": {
-			"version": "1.0.72",
-			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.0.72.tgz",
-			"integrity": "sha512-7CiXd1Uw5mZpU1+BtwDd4wwj2LU+iYpptQcPQxz0WbhN5yQ7KwyNR+Zie4/tuum8GuIxY3YX4wdrEQSNzELVrw=="
+			"version": "1.1.73",
+			"resolved": "https://registry.npmjs.org/single-file-core/-/single-file-core-1.1.73.tgz",
+			"integrity": "sha512-uUHvh5nesZWZ0yXFigb59BgFEQMxDxRMEE+iK5HwQLo7tzDSX+kiboDok7ot7an92XF/bAwRk6ResVBRjzQrQg=="
 		},
 		"node_modules/smart-buffer": {
 			"version": "4.2.0",

+ 2 - 2
package.json

@@ -12,8 +12,8 @@
 		"single-file": "./cli/single-file"
 	},
 	"dependencies": {
-		"single-file-core": "1.0.72",
-		"single-file-cli": "1.0.63"
+		"single-file-core": "1.1.73",
+		"single-file-cli": "1.0.64"
 	},
 	"devDependencies": {
 		"@rollup/plugin-node-resolve": "15.0.1",

+ 10 - 10
rollup.config.dev.js

@@ -54,16 +54,6 @@ export default [{
 	}],
 	plugins: PLUGINS,
 	external: EXTERNAL
-}, {
-	input: ["single-file-core/single-file-mini-helper.js"],
-	output: [{
-		file: "lib/single-file-extension-editor-helper.js",
-		format: "umd",
-		name: "singlefile",
-		plugins: []
-	}],
-	plugins: PLUGINS,
-	external: EXTERNAL
 }, {
 	input: ["src/core/content/content-bootstrap.js"],
 	output: [{
@@ -107,6 +97,16 @@ export default [{
 		format: "iife",
 		plugins: []
 	}]
+}, {
+	input: ["single-file-core/single-file-editor-helper.js"],
+	output: [{
+		file: "lib/single-file-extension-editor-helper.js",
+		format: "umd",
+		name: "singlefile",
+		plugins: []
+	}],
+	plugins: PLUGINS,
+	external: EXTERNAL
 }, {
 	input: ["src/lib/single-file/browser-polyfill/chrome-browser-polyfill.js"],
 	output: [{

+ 10 - 10
rollup.config.js

@@ -54,16 +54,6 @@ export default [{
 	}],
 	plugins: PLUGINS,
 	external: EXTERNAL
-}, {
-	input: ["single-file-core/single-file-mini-helper.js"],
-	output: [{
-		file: "lib/single-file-extension-editor-helper.js",
-		format: "umd",
-		name: "singlefile",
-		plugins: [terser()]
-	}],
-	plugins: PLUGINS,
-	external: EXTERNAL
 }, {
 	input: ["src/core/content/content-bootstrap.js"],
 	output: [{
@@ -107,6 +97,16 @@ export default [{
 		format: "iife",
 		plugins: []
 	}]
+}, {
+	input: ["single-file-core/single-file-editor-helper.js"],
+	output: [{
+		file: "lib/single-file-extension-editor-helper.js",
+		format: "umd",
+		name: "singlefile",
+		plugins: [terser()]
+	}],
+	plugins: PLUGINS,
+	external: EXTERNAL
 }, {
 	input: ["src/lib/single-file/browser-polyfill/chrome-browser-polyfill.js"],
 	output: [{

Some files were not shown because too many files changed in this diff