@oscarpalmer/mora 0.25.0 → 0.26.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.
Files changed (2) hide show
  1. package/dist/mora.full.js +0 -13
  2. package/package.json +6 -6
package/dist/mora.full.js CHANGED
@@ -515,19 +515,6 @@ function isPlainObject(value) {
515
515
  const prototype = Object.getPrototypeOf(value);
516
516
  return prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null;
517
517
  }
518
- var TYPED_ARRAYS = new Set([
519
- Int8Array,
520
- Uint8Array,
521
- Uint8ClampedArray,
522
- Int16Array,
523
- Uint16Array,
524
- Int32Array,
525
- Uint32Array,
526
- Float32Array,
527
- Float64Array,
528
- BigInt64Array,
529
- BigUint64Array
530
- ]);
531
518
 
532
519
  var Store = class extends Reactive {
533
520
  #keyed = /* @__PURE__ */ new Map();
package/package.json CHANGED
@@ -4,19 +4,19 @@
4
4
  "url": "https://oscarpalmer.se"
5
5
  },
6
6
  "dependencies": {
7
- "@oscarpalmer/atoms": "^0.115"
7
+ "@oscarpalmer/atoms": "^0.124"
8
8
  },
9
9
  "description": "Signals and stuff…",
10
10
  "devDependencies": {
11
11
  "@types/node": "^25",
12
12
  "@vitest/coverage-istanbul": "^4",
13
13
  "jsdom": "^27.3",
14
- "oxfmt": "^0.18",
15
- "oxlint": "^1.33",
16
- "rolldown": "1.0.0-beta.55",
14
+ "oxfmt": "^0.21",
15
+ "oxlint": "^1.36",
16
+ "rolldown": "1.0.0-beta.58",
17
17
  "tslib": "^2.8",
18
18
  "typescript": "^5.9",
19
- "vite": "8.0.0-beta.2",
19
+ "vite": "8.0.0-beta.5",
20
20
  "vitest": "^4"
21
21
  },
22
22
  "exports": {
@@ -45,5 +45,5 @@
45
45
  },
46
46
  "type": "module",
47
47
  "types": "./types/index.d.ts",
48
- "version": "0.25.0"
48
+ "version": "0.26.0"
49
49
  }