apostrophe 4.26.1 → 4.26.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.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,14 @@
1
1
  # Changelog
2
2
 
3
- ## 4.26.1
3
+ ## 4.26.2 (2026-02-11)
4
4
 
5
5
  ### Fixes
6
6
 
7
- - No changes. Published to reset the `latest` tag in `npm`, which inadvertently pointed to an alpha release for a brief period of time.
7
+ - Republished solely to resolve npm packaging issue that broke `npm install` in the short-lived 4.26.1 release.
8
+
9
+ ## 4.26.1 (2026-02-10)
10
+
11
+ - Republished to correct the npm `latest` tag to not refer to an alpha release.
8
12
 
9
13
  ## 4.26.0
10
14
 
package/package.json CHANGED
@@ -1,22 +1,8 @@
1
1
  {
2
2
  "name": "apostrophe",
3
- "version": "4.26.1",
3
+ "version": "4.26.2",
4
4
  "description": "The Apostrophe Content Management System.",
5
5
  "main": "index.js",
6
- "scripts": {
7
- "pretest": "npm run lint",
8
- "test": "npm run test:base && npm run test:missing && npm run test:assets && npm run test:esm",
9
- "test:base": "nyc mocha -t 10000 --ignore=test/assets.js",
10
- "test:missing": "nyc mocha -t 10000 test/add-missing-schema-fields-project/test.js",
11
- "test:assets": "nyc mocha -t 10000 test/assets.js",
12
- "test:esm": "mocha -t 1000 test/esm-project/esm.js",
13
- "eslint": "eslint .",
14
- "eslint-fix": "npm run eslint -- --fix",
15
- "i18n": "node scripts/lint-i18n",
16
- "stylelint": "stylelint modules/**/*.{scss,vue}",
17
- "lint": "npm run eslint && npm run i18n && npm run stylelint",
18
- "mocha": "mocha"
19
- },
20
6
  "repository": {
21
7
  "type": "git",
22
8
  "url": "https://github.com/apostrophecms/apostrophe.git",
@@ -38,7 +24,6 @@
38
24
  "author": "Apostrophe Technologies, Inc.",
39
25
  "license": "MIT",
40
26
  "dependencies": {
41
- "@apostrophecms/emulate-mongo-3-driver": "workspace:^",
42
27
  "@apostrophecms/vue-material-design-icons": "^1.0.0",
43
28
  "@ctrl/tinycolor": "^4.1.0",
44
29
  "@floating-ui/dom": "^1.5.3",
@@ -65,8 +50,6 @@
65
50
  "autoprefixer": "^10.4.1",
66
51
  "bluebird": "^3.7.2",
67
52
  "body-parser": "^1.18.2",
68
- "boring": "workspace:^",
69
- "broadband": "workspace:^",
70
53
  "cheerio": "^1.0.0-rc.10",
71
54
  "chokidar": "^3.5.2",
72
55
  "common-tags": "^1.8.0",
@@ -82,7 +65,6 @@
82
65
  "encodeurl": "^2.0.0",
83
66
  "express": "^4.16.4",
84
67
  "express-bearer-token": "^3.0.0",
85
- "express-cache-on-demand": "workspace:^",
86
68
  "express-session": "^1.18.2",
87
69
  "fs-extra": "^7.0.1",
88
70
  "glob": "^10.4.5",
@@ -114,7 +96,6 @@
114
96
  "postcss-html": "^1.3.0",
115
97
  "postcss-loader": "^8.1.1",
116
98
  "postcss-scss": "^4.0.3",
117
- "postcss-viewport-to-container-toggle": "workspace:^",
118
99
  "prompts": "^2.4.1",
119
100
  "qs": "^6.10.1",
120
101
  "regexp-quote": "0.0.0",
@@ -138,18 +119,37 @@
138
119
  "vue-style-loader": "^4.1.3",
139
120
  "webpack": "^5.72.0",
140
121
  "webpack-merge": "^5.7.3",
141
- "xregexp": "^2.0.0"
122
+ "xregexp": "^2.0.0",
123
+ "@apostrophecms/emulate-mongo-3-driver": "^1.0.6",
124
+ "broadband": "^1.1.0",
125
+ "express-cache-on-demand": "^1.0.4",
126
+ "postcss-viewport-to-container-toggle": "^2.2.0",
127
+ "boring": "^1.1.1"
142
128
  },
143
129
  "devDependencies": {
144
130
  "eslint": "^9.39.1",
145
- "eslint-config-apostrophe": "workspace:^",
146
131
  "form-data": "^4.0.4",
147
132
  "mocha": "^11.7.1",
148
133
  "nyc": "^17.1.0",
149
134
  "stylelint": "^16.5.0",
150
- "stylelint-config-apostrophe": "workspace:^"
135
+ "eslint-config-apostrophe": "^6.0.2",
136
+ "stylelint-config-apostrophe": "^4.4.0"
151
137
  },
152
138
  "browserslist": [
153
139
  "ie >= 10"
154
- ]
155
- }
140
+ ],
141
+ "scripts": {
142
+ "pretest": "npm run lint",
143
+ "test": "npm run test:base && npm run test:missing && npm run test:assets && npm run test:esm",
144
+ "test:base": "nyc mocha -t 10000 --ignore=test/assets.js",
145
+ "test:missing": "nyc mocha -t 10000 test/add-missing-schema-fields-project/test.js",
146
+ "test:assets": "nyc mocha -t 10000 test/assets.js",
147
+ "test:esm": "mocha -t 1000 test/esm-project/esm.js",
148
+ "eslint": "eslint .",
149
+ "eslint-fix": "npm run eslint -- --fix",
150
+ "i18n": "node scripts/lint-i18n",
151
+ "stylelint": "stylelint modules/**/*.{scss,vue}",
152
+ "lint": "npm run eslint && npm run i18n && npm run stylelint",
153
+ "mocha": "mocha"
154
+ }
155
+ }
File without changes