primitive-app 3.0.2 → 3.0.3

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.
@@ -0,0 +1,3 @@
1
+ import "./relationships";
2
+ export {};
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/generated/index.ts"],"names":[],"mappings":"AAKA,OAAO,iBAAiB,CAAC;AAGzB,OAAO,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=relationships.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relationships.d.ts","sourceRoot":"","sources":["../../../src/models/generated/relationships.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primitive-app",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Primitive LLC",
6
6
  "type": "module",
@@ -32,21 +32,6 @@
32
32
  "engines": {
33
33
  "node": "^20.19.0 || >=22.12.0"
34
34
  },
35
- "scripts": {
36
- "prepublishOnly": "pnpm build",
37
- "dev": "vite",
38
- "build": "pnpm codegen && run-p type-check \"build-only {@}\" -- && pnpm build:dts",
39
- "preview": "vite preview",
40
- "clean": "rm -rf dist && pnpm clean-modules",
41
- "clean-modules": "rm -rf node_modules pnpm-lock.yaml",
42
- "build-only": "vite build",
43
- "build:dts": "vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly",
44
- "type-check": "vue-tsc --build",
45
- "lint": "eslint . --fix --cache",
46
- "format:check": "prettier --check src/",
47
- "format": "prettier --write src/",
48
- "codegen": "npx js-bao-codegen && pnpm format"
49
- },
50
35
  "dependencies": {
51
36
  "@internationalized/date": "^3.12.2",
52
37
  "@lucide/vue": "^1.22.0",
@@ -100,7 +85,7 @@
100
85
  "eslint-plugin-vue": "~10.9.2",
101
86
  "jiti": "^2.7.0",
102
87
  "js-bao": "^0.5.1",
103
- "js-bao-wss-client": "^2.0.4",
88
+ "js-bao-wss-client": "1.3.0-alpha.51",
104
89
  "npm-run-all2": "^9.0.2",
105
90
  "pinia": "^3.0.4",
106
91
  "prettier": "3.9.4",
@@ -112,5 +97,19 @@
112
97
  "vue": "^3.5.39",
113
98
  "vue-router": "^5.1.0",
114
99
  "vue-tsc": "^3.3.6"
100
+ },
101
+ "scripts": {
102
+ "dev": "vite",
103
+ "build": "pnpm codegen && run-p type-check \"build-only {@}\" -- && pnpm build:dts",
104
+ "preview": "vite preview",
105
+ "clean": "rm -rf dist && pnpm clean-modules",
106
+ "clean-modules": "rm -rf node_modules pnpm-lock.yaml",
107
+ "build-only": "vite build",
108
+ "build:dts": "vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly",
109
+ "type-check": "vue-tsc --build",
110
+ "lint": "eslint . --fix --cache",
111
+ "format:check": "prettier --check src/",
112
+ "format": "prettier --write src/",
113
+ "codegen": "npx js-bao-codegen && pnpm format"
115
114
  }
116
- }
115
+ }