@opencor/opencor 0.20251111.0 → 0.20251204.2

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.
@@ -1,7 +1,4 @@
1
- var ce = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
- function gl(n) {
3
- return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
4
- }
1
+ import { c as ce, g as gl } from "./index-BO4fwPpK.js";
5
2
  var pl = typeof global == "object" && global && global.Object === Object && global, yo = typeof self == "object" && self && self.Object === Object && self, Zt = pl || yo || Function("return this")(), de = Zt.Symbol, ml = Object.prototype, vo = ml.hasOwnProperty, Eo = ml.toString, yr = de ? de.toStringTag : void 0;
6
3
  function Ao(n) {
7
4
  var t = vo.call(n, yr), e = n[yr];
@@ -7511,13 +7508,13 @@ A.register({
7511
7508
  "ui/color-picker": ho,
7512
7509
  "ui/tooltip": go
7513
7510
  }, !0);
7514
- const Lg = Nt.AttributeMap, _g = Nt.Op, Sg = Nt.OpIterator;
7511
+ const _g = Nt.AttributeMap, Sg = Nt.Op, Og = Nt.OpIterator;
7515
7512
  export {
7516
- Lg as AttributeMap,
7513
+ _g as AttributeMap,
7517
7514
  k as Delta,
7518
7515
  Xt as Module,
7519
- _g as Op,
7520
- Sg as OpIterator,
7516
+ Sg as Op,
7517
+ Og as OpIterator,
7521
7518
  Qh as Parchment,
7522
7519
  xe as Range,
7523
7520
  A as default
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "./style.css": "./dist/opencor.css"
41
41
  },
42
- "version": "0.20251111.0",
42
+ "version": "0.20251204.2",
43
43
  "scripts": {
44
44
  "build": "vite build",
45
45
  "build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",
@@ -52,15 +52,16 @@
52
52
  "version:new": "bun scripts/version.js"
53
53
  },
54
54
  "peerDependencies": {
55
- "mathjs": "^14.9.1",
56
- "plotly.js-gl2d-dist-min": "^3.1.1",
57
55
  "vue": "3.4.21"
58
56
  },
59
57
  "dependencies": {
60
58
  "@primeuix/themes": "^1.2.5",
61
59
  "@primevue/auto-import-resolver": "4.2.5",
62
60
  "@vueuse/core": "12.8.2",
61
+ "crypto-js": "^4.2.0",
62
+ "firebase": "^12.6.0",
63
63
  "jsonschema": "^1.5.0",
64
+ "octokit": "^5.0.5",
64
65
  "primeicons": "^7.0.0",
65
66
  "primevue": "4.2.5",
66
67
  "quill": "^2.0.3",
@@ -68,17 +69,18 @@
68
69
  "vue": "3.4.21"
69
70
  },
70
71
  "devDependencies": {
71
- "@biomejs/biome": "^2.3.4",
72
+ "@biomejs/biome": "^2.3.8",
72
73
  "@tailwindcss/postcss": "^4.1.17",
73
74
  "@tailwindcss/vite": "^4.1.17",
74
- "@types/node": "^24.10.0",
75
+ "@types/node": "^24.10.1",
75
76
  "@types/plotly.js": "3.0.6",
76
- "@vitejs/plugin-vue": "^6.0.1",
77
+ "@vitejs/plugin-vue": "^6.0.2",
77
78
  "@vue/tsconfig": "^0.8.1",
78
79
  "autoprefixer": "^10.4.22",
79
80
  "tailwindcss": "^4.1.17",
80
81
  "tailwindcss-primeui": "^0.6.1",
82
+ "typescript": "^5.9.3",
81
83
  "unplugin-vue-components": "^29.2.0",
82
- "vite": "^7.2.2"
84
+ "vite": "^7.2.6"
83
85
  }
84
86
  }