@milaboratories/milaboratories.monetization-test.ui 1.1.136 → 1.1.137

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/package.json CHANGED
@@ -1,25 +1,27 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.monetization-test.ui",
3
- "version": "1.1.136",
3
+ "version": "1.1.137",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "vue": "^3.5.24",
7
7
  "zod": "~3.23.8",
8
- "@milaboratories/milaboratories.monetization-test.model": "1.0.34",
8
+ "@milaboratories/milaboratories.monetization-test.model": "1.0.35",
9
9
  "@platforma-sdk/model": "1.47.5",
10
10
  "@platforma-sdk/ui-vue": "1.48.0"
11
11
  },
12
12
  "devDependencies": {
13
+ "eslint": "^9.25.1",
13
14
  "typescript": "~5.6.3",
14
- "@milaboratories/build-configs": "1.1.1",
15
- "@milaboratories/ts-configs": "1.1.0",
16
- "@milaboratories/ts-builder": "1.1.1"
15
+ "@platforma-sdk/eslint-config": "1.2.0",
16
+ "@milaboratories/build-configs": "1.2.0",
17
+ "@milaboratories/ts-builder": "1.2.0",
18
+ "@milaboratories/ts-configs": "1.2.0"
17
19
  },
18
20
  "scripts": {
19
- "dev": "ts-builder serve --target browser",
21
+ "dev": "ts-builder serve --target block-ui",
20
22
  "lint": "eslint .",
21
- "watch": "ts-builder build --target browser --watch",
22
- "build": "ts-builder build --target browser",
23
- "type-check": "ts-builder types --target browser"
23
+ "watch": "ts-builder build --target block-ui --watch",
24
+ "build": "ts-builder build --target block-ui",
25
+ "type-check": "ts-builder types --target block-ui"
24
26
  }
25
27
  }
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "@milaboratories/ts-configs/tsconfig.browser.json",
2
+ "extends": "@milaboratories/ts-configs/block/ui",
3
3
  "compilerOptions": {
4
4
  "rootDir": "src",
5
5
  "outDir": "dist"