@saasicat/core 1.0.0-rc.0 → 1.0.0-rc.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.
Files changed (2) hide show
  1. package/dist/.build-stamp +1 -1
  2. package/package.json +48 -48
package/dist/.build-stamp CHANGED
@@ -1 +1 @@
1
- cf99da0d3b7ef04263d7135057e0f9359fb4ace2841b7453c54791cd51c31208
1
+ ee8d0e90b8c2c587712de31e1f611169c9bfa706ee51ca3a57cbf16586a7d998
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
1
  {
2
- "name": "@saasicat/core",
3
- "version": "1.0.0-rc.0",
4
- "description": "TypeScript contracts for SaaSiCat capabilities, catalogs, subscriptions, entitlements, admin manifests and persistence adapters.",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "import": {
12
- "types": "./dist/index.d.ts",
13
- "default": "./dist/index.js"
14
- },
15
- "require": {
16
- "types": "./dist/index.d.cts",
17
- "default": "./dist/index.cjs"
18
- }
19
- },
20
- "./package.json": "./package.json"
2
+ "name": "@saasicat/core",
3
+ "version": "1.0.0-rc.2",
4
+ "description": "TypeScript contracts for SaaSiCat capabilities, catalogs, subscriptions, entitlements, admin manifests, persistence ports — and the pure domain logic both server and browser run: error catalogues, plan-diff classification, promo arithmetic, feature requirements.",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": {
12
+ "types": "./dist/index.d.ts",
13
+ "default": "./dist/index.js"
14
+ },
15
+ "require": {
16
+ "types": "./dist/index.d.cts",
17
+ "default": "./dist/index.cjs"
18
+ }
21
19
  },
22
- "files": [
23
- "dist"
24
- ],
25
- "scripts": {
26
- "build": "node ../../scripts/build-and-prune.mjs \"tsup src/index.ts --format esm,cjs --dts\"",
27
- "gen:types": "node scripts/gen-types-from-schemas.mjs",
28
- "pretest": "pnpm run build",
29
- "test": "node --test 'tests/*.test.js'"
30
- },
31
- "devDependencies": {
32
- "json-schema-to-typescript": "^15.0.4",
33
- "tsup": "^8.0.0",
34
- "typescript": "^6.0.0"
35
- },
36
- "license": "PolyForm-Shield-1.0.0",
37
- "author": "Taci Uelker",
38
- "homepage": "https://github.com/uelker70/saasicat",
39
- "repository": {
40
- "type": "git",
41
- "url": "https://github.com/uelker70/saasicat.git",
42
- "directory": "packages/core"
43
- },
44
- "bugs": {
45
- "url": "https://github.com/uelker70/saasicat/issues"
46
- },
47
- "publishConfig": {
48
- "access": "public"
49
- }
50
- }
20
+ "./package.json": "./package.json"
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "devDependencies": {
26
+ "json-schema-to-typescript": "^15.0.4",
27
+ "tsup": "^8.0.0",
28
+ "typescript": "^6.0.0"
29
+ },
30
+ "license": "PolyForm-Shield-1.0.0",
31
+ "author": "Taci Uelker",
32
+ "homepage": "https://github.com/uelker70/saasicat",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "https://github.com/uelker70/saasicat.git",
36
+ "directory": "packages/core"
37
+ },
38
+ "bugs": {
39
+ "url": "https://github.com/uelker70/saasicat/issues"
40
+ },
41
+ "publishConfig": {
42
+ "access": "public"
43
+ },
44
+ "scripts": {
45
+ "build": "node ../../scripts/build-and-prune.mjs \"tsup src/index.ts --format esm,cjs --dts\"",
46
+ "gen:types": "node scripts/gen-types-from-schemas.mjs",
47
+ "pretest": "pnpm run build",
48
+ "test": "node --test 'tests/*.test.js'"
49
+ }
50
+ }