@atscript/moost-ui-presets 0.1.68 → 0.1.70

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/index.mjs +3 -3
  2. package/package.json +19 -19
package/dist/index.mjs CHANGED
@@ -315,19 +315,19 @@ function readPresetLabel(data) {
315
315
  return "";
316
316
  }
317
317
  //#endregion
318
- //#region \0@oxc-project+runtime@0.115.0/helpers/decorateMetadata.js
318
+ //#region \0@oxc-project+runtime@0.121.0/helpers/decorateMetadata.js
319
319
  function __decorateMetadata(k, v) {
320
320
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
321
321
  }
322
322
  //#endregion
323
- //#region \0@oxc-project+runtime@0.115.0/helpers/decorateParam.js
323
+ //#region \0@oxc-project+runtime@0.121.0/helpers/decorateParam.js
324
324
  function __decorateParam(paramIndex, decorator) {
325
325
  return function(target, key) {
326
326
  decorator(target, key, paramIndex);
327
327
  };
328
328
  }
329
329
  //#endregion
330
- //#region \0@oxc-project+runtime@0.115.0/helpers/decorate.js
330
+ //#region \0@oxc-project+runtime@0.121.0/helpers/decorate.js
331
331
  function __decorate(decorators, target, key, desc) {
332
332
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
333
333
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/moost-ui-presets",
3
- "version": "0.1.68",
3
+ "version": "0.1.70",
4
4
  "description": "Moost controller and atscript schema for table-preset persistence — server-side persistence layer for atscript-ui table presets",
5
5
  "keywords": [
6
6
  "atscript",
@@ -40,29 +40,29 @@
40
40
  "access": "public"
41
41
  },
42
42
  "devDependencies": {
43
- "@atscript/core": "^0.1.56",
44
- "@atscript/db": "^0.1.80",
45
- "@atscript/db-sqlite": "^0.1.80",
46
- "@atscript/moost-db": "^0.1.80",
47
- "@atscript/typescript": "^0.1.56",
48
- "@moostjs/event-http": "^0.6.10",
43
+ "@atscript/core": "^0.1.58",
44
+ "@atscript/db": "^0.1.82",
45
+ "@atscript/db-sqlite": "^0.1.82",
46
+ "@atscript/moost-db": "^0.1.82",
47
+ "@atscript/typescript": "^0.1.58",
48
+ "@moostjs/event-http": "^0.6.14",
49
49
  "@swc/core": "^1.15.18",
50
50
  "@uniqu/core": "^0.1.6",
51
- "@wooksjs/event-http": "^0.7.12",
52
- "moost": "^0.6.10",
53
- "unplugin-atscript": "^0.1.56",
51
+ "@wooksjs/event-http": "^0.7.13",
52
+ "moost": "^0.6.14",
53
+ "unplugin-atscript": "^0.1.58",
54
54
  "unplugin-swc": "^1.5.9",
55
- "vitest": "npm:@voidzero-dev/vite-plus-test@latest",
56
- "@atscript/ui-table": "0.1.68"
55
+ "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
56
+ "@atscript/ui-table": "0.1.70"
57
57
  },
58
58
  "peerDependencies": {
59
- "@atscript/core": "^0.1.56",
60
- "@atscript/db": "^0.1.80",
61
- "@atscript/moost-db": "^0.1.80",
62
- "@atscript/typescript": "^0.1.56",
63
- "@moostjs/event-http": "^0.6.10",
64
- "moost": "^0.6.10",
65
- "@atscript/ui-table": "^0.1.68"
59
+ "@atscript/core": "^0.1.58",
60
+ "@atscript/db": "^0.1.82",
61
+ "@atscript/moost-db": "^0.1.82",
62
+ "@atscript/typescript": "^0.1.58",
63
+ "@moostjs/event-http": "^0.6.14",
64
+ "moost": "^0.6.14",
65
+ "@atscript/ui-table": "^0.1.70"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "vp pack",