From 7408d6ef4c9660e022b25e7f5c9a033331c71fc5 Mon Sep 17 00:00:00 2001 From: "Paper.js Bot" Date: Sat, 25 May 2024 06:23:35 +0000 Subject: [PATCH] Prebuilt module for develop --- dist/docs/assets/js/paper.js | 2 +- dist/paper-core.js | 2 +- dist/paper-core.min.js | 2 +- dist/paper-full.js | 2 +- dist/paper-full.min.js | 2 +- dist/paper.d.ts | 2 +- package-lock.json | 18 +++++++++--------- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index dca09db8..2f88c2ce 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu May 23 21:09:01 2024 +0000 + * Date: Fri May 24 06:29:33 2024 +0000 * *** * diff --git a/dist/paper-core.js b/dist/paper-core.js index 8e278bc8..3cc50968 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu May 23 21:09:01 2024 +0000 + * Date: Fri May 24 06:29:33 2024 +0000 * *** * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index cc9bfca3..0c2c38b2 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu May 23 21:09:01 2024 +0000 + * Date: Fri May 24 06:29:33 2024 +0000 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index dca09db8..2f88c2ce 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu May 23 21:09:01 2024 +0000 + * Date: Fri May 24 06:29:33 2024 +0000 * *** * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index 5c80dd02..0e1e8424 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu May 23 21:09:01 2024 +0000 + * Date: Fri May 24 06:29:33 2024 +0000 * *** * diff --git a/dist/paper.d.ts b/dist/paper.d.ts index d197c918..46cb3fe0 100644 --- a/dist/paper.d.ts +++ b/dist/paper.d.ts @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Thu May 23 21:09:01 2024 +0000 + * Date: Fri May 24 06:29:33 2024 +0000 * * This is an auto-generated type definition. */ diff --git a/package-lock.json b/package-lock.json index 435981da..31af7fc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5262,17 +5262,17 @@ } }, "node_modules/js-beautify/node_modules/glob": { - "version": "10.3.16", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.16.tgz", - "integrity": "sha512-JDKXl1DiuuHJ6fVS2FXjownaavciiHNUU4mOvV/B793RLh05vZL1rcPnCSaOgv1hDT6RDlY7AB7ZUvFYAtPgAw==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz", + "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==", "dev": true, "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", - "minimatch": "^9.0.1", - "minipass": "^7.0.4", - "path-scurry": "^1.11.0" + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" @@ -5301,9 +5301,9 @@ } }, "node_modules/js-beautify/node_modules/minipass": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.1.tgz", - "integrity": "sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, "license": "ISC", "engines": {