@smartive/datocms-utils 1.3.0 → 1.3.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.
@@ -11,8 +11,8 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
 
13
13
  steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
14
+ - uses: actions/checkout@v4
15
+ - uses: actions/setup-node@v4
16
16
  with:
17
17
  node-version: 20
18
18
  - run: npm ci
@@ -15,8 +15,8 @@ jobs:
15
15
  runs-on: ubuntu-latest
16
16
 
17
17
  steps:
18
- - uses: actions/checkout@v3
19
- - uses: actions/setup-node@v3
18
+ - uses: actions/checkout@v4
19
+ - uses: actions/setup-node@v4
20
20
  with:
21
21
  node-version: 20
22
22
  - run: npm ci
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- # [1.3.0](https://github.com/smartive/datocms-utils/compare/v1.2.0...v1.3.0) (2024-09-27)
1
+ ## [1.3.2](https://github.com/smartive/datocms-utils/compare/v1.3.1...v1.3.2) (2024-10-22)
2
2
 
3
3
 
4
- ### Features
4
+ ### Reverts
5
5
 
6
- * add type for invalidate webhook ([#5](https://github.com/smartive/datocms-utils/issues/5)) ([f198853](https://github.com/smartive/datocms-utils/commit/f198853586cda7662266bee1fe1ff3fcbd607741))
6
+ * Revert "fix: pass query_ids as parameter to prevent SQL injection (#16)" ([7ea911b](https://github.com/smartive/datocms-utils/commit/7ea911b4dfa00bb04fabf1242a822343a9175622)), closes [#16](https://github.com/smartive/datocms-utils/issues/16)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartive/datocms-utils",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "A set of utilities and helpers to work with DatoCMS in a Next.js project.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.js",