@contractspec/lib.feature-flags 1.59.0 → 1.60.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 (1) hide show
  1. package/package.json +96 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.feature-flags",
3
- "version": "1.59.0",
3
+ "version": "1.60.0",
4
4
  "description": "Feature flags and experiments module for ContractSpec applications",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -26,29 +26,107 @@
26
26
  "typecheck": "tsc --noEmit"
27
27
  },
28
28
  "dependencies": {
29
- "@contractspec/lib.schema": "1.59.0",
30
- "@contractspec/lib.contracts": "1.59.0",
29
+ "@contractspec/lib.schema": "1.60.0",
30
+ "@contractspec/lib.contracts": "1.60.0",
31
31
  "zod": "^4.3.5"
32
32
  },
33
33
  "devDependencies": {
34
- "@contractspec/tool.typescript": "1.59.0",
34
+ "@contractspec/tool.typescript": "1.60.0",
35
35
  "typescript": "^5.9.3",
36
- "@contractspec/tool.bun": "1.58.0"
36
+ "@contractspec/tool.bun": "1.59.0"
37
37
  },
38
38
  "exports": {
39
- ".": "./src/index.ts",
40
- "./contracts": "./src/contracts/index.ts",
41
- "./contracts/index": "./src/contracts/index.ts",
42
- "./docs": "./src/docs/index.ts",
43
- "./docs/feature-flags.docblock": "./src/docs/feature-flags.docblock.ts",
44
- "./docs/index": "./src/docs/index.ts",
45
- "./entities": "./src/entities/index.ts",
46
- "./entities/index": "./src/entities/index.ts",
47
- "./evaluation": "./src/evaluation/index.ts",
48
- "./evaluation/index": "./src/evaluation/index.ts",
49
- "./events": "./src/events.ts",
50
- "./feature-flags.capability": "./src/feature-flags.capability.ts",
51
- "./feature-flags.feature": "./src/feature-flags.feature.ts"
39
+ ".": {
40
+ "types": "./dist/index.d.ts",
41
+ "bun": "./dist/index.js",
42
+ "node": "./dist/node/index.mjs",
43
+ "browser": "./dist/browser/index.js",
44
+ "default": "./dist/index.js"
45
+ },
46
+ "./contracts": {
47
+ "types": "./dist/contracts/index.d.ts",
48
+ "bun": "./dist/contracts/index.js",
49
+ "node": "./dist/node/contracts/index.mjs",
50
+ "browser": "./dist/browser/contracts/index.js",
51
+ "default": "./dist/contracts/index.js"
52
+ },
53
+ "./contracts/index": {
54
+ "types": "./dist/contracts/index.d.ts",
55
+ "bun": "./dist/contracts/index.js",
56
+ "node": "./dist/node/contracts/index.mjs",
57
+ "browser": "./dist/browser/contracts/index.js",
58
+ "default": "./dist/contracts/index.js"
59
+ },
60
+ "./docs": {
61
+ "types": "./dist/docs/index.d.ts",
62
+ "bun": "./dist/docs/index.js",
63
+ "node": "./dist/node/docs/index.mjs",
64
+ "browser": "./dist/browser/docs/index.js",
65
+ "default": "./dist/docs/index.js"
66
+ },
67
+ "./docs/feature-flags.docblock": {
68
+ "types": "./dist/docs/feature-flags.docblock.d.ts",
69
+ "bun": "./dist/docs/feature-flags.docblock.js",
70
+ "node": "./dist/node/docs/feature-flags.docblock.mjs",
71
+ "browser": "./dist/browser/docs/feature-flags.docblock.js",
72
+ "default": "./dist/docs/feature-flags.docblock.js"
73
+ },
74
+ "./docs/index": {
75
+ "types": "./dist/docs/index.d.ts",
76
+ "bun": "./dist/docs/index.js",
77
+ "node": "./dist/node/docs/index.mjs",
78
+ "browser": "./dist/browser/docs/index.js",
79
+ "default": "./dist/docs/index.js"
80
+ },
81
+ "./entities": {
82
+ "types": "./dist/entities/index.d.ts",
83
+ "bun": "./dist/entities/index.js",
84
+ "node": "./dist/node/entities/index.mjs",
85
+ "browser": "./dist/browser/entities/index.js",
86
+ "default": "./dist/entities/index.js"
87
+ },
88
+ "./entities/index": {
89
+ "types": "./dist/entities/index.d.ts",
90
+ "bun": "./dist/entities/index.js",
91
+ "node": "./dist/node/entities/index.mjs",
92
+ "browser": "./dist/browser/entities/index.js",
93
+ "default": "./dist/entities/index.js"
94
+ },
95
+ "./evaluation": {
96
+ "types": "./dist/evaluation/index.d.ts",
97
+ "bun": "./dist/evaluation/index.js",
98
+ "node": "./dist/node/evaluation/index.mjs",
99
+ "browser": "./dist/browser/evaluation/index.js",
100
+ "default": "./dist/evaluation/index.js"
101
+ },
102
+ "./evaluation/index": {
103
+ "types": "./dist/evaluation/index.d.ts",
104
+ "bun": "./dist/evaluation/index.js",
105
+ "node": "./dist/node/evaluation/index.mjs",
106
+ "browser": "./dist/browser/evaluation/index.js",
107
+ "default": "./dist/evaluation/index.js"
108
+ },
109
+ "./events": {
110
+ "types": "./dist/events.d.ts",
111
+ "bun": "./dist/events.js",
112
+ "node": "./dist/node/events.mjs",
113
+ "browser": "./dist/browser/events.js",
114
+ "default": "./dist/events.js"
115
+ },
116
+ "./feature-flags.capability": {
117
+ "types": "./dist/feature-flags.capability.d.ts",
118
+ "bun": "./dist/feature-flags.capability.js",
119
+ "node": "./dist/node/feature-flags.capability.mjs",
120
+ "browser": "./dist/browser/feature-flags.capability.js",
121
+ "default": "./dist/feature-flags.capability.js"
122
+ },
123
+ "./feature-flags.feature": {
124
+ "types": "./dist/feature-flags.feature.d.ts",
125
+ "bun": "./dist/feature-flags.feature.js",
126
+ "node": "./dist/node/feature-flags.feature.mjs",
127
+ "browser": "./dist/browser/feature-flags.feature.js",
128
+ "default": "./dist/feature-flags.feature.js"
129
+ }
52
130
  },
53
131
  "files": [
54
132
  "dist",