svgfusion-vscode 1.10.0 → 1.11.0
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.
- package/CHANGELOG.md +19 -0
- package/dist/extension.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# [1.11.0](https://github.com/lolvOid/svgfusion/compare/svgfusion-vscode@1.10.1...svgfusion-vscode@1.11.0) (2026-05-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update webpack version constraints in package.json and pnpm-lock.yaml ([9de2b89](https://github.com/lolvOid/svgfusion/commit/9de2b89e98a03c3f79fd3411057329dfa05aa684))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **svgfusion-react-native:** add React Native support for SVGFusion ([de34970](https://github.com/lolvOid/svgfusion/commit/de34970085b49934804e3a44f3cf6d421763271e))
|
|
12
|
+
|
|
13
|
+
## [1.10.1](https://github.com/lolvOid/svgfusion/compare/svgfusion-vscode@1.10.0...svgfusion-vscode@1.10.1) (2025-12-09)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* update package dependencies to use workspace references ([f74c37e](https://github.com/lolvOid/svgfusion/commit/f74c37e9868ce1cf90bd0b675c5563092fad5410))
|
|
19
|
+
|
|
1
20
|
# [1.10.0](https://github.com/lolvOid/svgfusion/compare/svgfusion-vscode@1.9.2...svgfusion-vscode@1.10.0) (2025-12-09)
|
|
2
21
|
|
|
3
22
|
|
package/dist/extension.js
CHANGED
|
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_jiti@1.21.7_postcss@8.5.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_jiti@1.21.7_postcss@8.5.15_typescript@5.6.3_yaml@2.9.0/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var getImportMetaUrl, importMetaUrl;
|
|
38
38
|
var init_cjs_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@8.5.0_jiti@1.21.7_postcss@8.5.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.5.0_jiti@1.21.7_postcss@8.5.15_typescript@5.6.3_yaml@2.9.0/node_modules/tsup/assets/cjs_shims.js"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
42
42
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
package/package.json
CHANGED